publish: 0.0.6
This commit is contained in:
parent
6607842f97
commit
db7f0a766c
|
@ -169,7 +169,7 @@ iBizModelingStudio 是 iBizSys 系统模型开发辅助工具,实现高效便
|
|||
|
||||
在使用过程中遇见问题,可以来 [issues](https://gitee.com/iBizModeling/ibiz-modeling-studio/issues) 交流
|
||||
|
||||
### [版本日志](./CHANGELOG.md)
|
||||
### [版本日志](https://gitee.com/iBizModeling/ibiz-modeling-studio/blob/master/CHANGELOG.md)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "ibiz-modeling-studio",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ibiz-modeling-studio",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.6",
|
||||
"dependencies": {
|
||||
"@ibiz/vscode-editor-api": "^0.0.6",
|
||||
"axios": "^0.24.0",
|
||||
|
@ -27,8 +27,8 @@
|
|||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"@types/node": "16.x",
|
||||
"@types/ramda": "^0.27.59",
|
||||
"@types/vscode": "^1.62.0",
|
||||
"@types/ramda": "^0.27.60",
|
||||
"@types/vscode": "^1.63.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
||||
"@typescript-eslint/parser": "^5.6.0",
|
||||
"@vscode/test-electron": "^1.6.2",
|
||||
|
@ -45,7 +45,7 @@
|
|||
"webpack-cli": "^4.9.1"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.62.0"
|
||||
"vscode": "^1.63.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@discoveryjs/json-ext": {
|
||||
|
@ -280,9 +280,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/vscode": {
|
||||
"version": "1.62.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.62.0.tgz",
|
||||
"integrity": "sha512-iGlQJ1w5e3qPUryroO6v4lxg3ql1ztdTCwQW3xEwFawdyPLoeUSv48SYfMwc7kQA7h6ThUqflZIjgKAykeF9oA==",
|
||||
"version": "1.63.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.0.tgz",
|
||||
"integrity": "sha512-iePu1axOi5WSThV6l2TYcciBIpAlMarjBC8H0y8L8ocsZLxh7MttzwFU3pjoItF5fRVGxHS0Hsvje9jO3yJsfw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@typescript-eslint/eslint-plugin": {
|
||||
|
@ -5539,9 +5539,9 @@
|
|||
}
|
||||
},
|
||||
"@types/vscode": {
|
||||
"version": "1.62.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.62.0.tgz",
|
||||
"integrity": "sha512-iGlQJ1w5e3qPUryroO6v4lxg3ql1ztdTCwQW3xEwFawdyPLoeUSv48SYfMwc7kQA7h6ThUqflZIjgKAykeF9oA==",
|
||||
"version": "1.63.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.0.tgz",
|
||||
"integrity": "sha512-iePu1axOi5WSThV6l2TYcciBIpAlMarjBC8H0y8L8ocsZLxh7MttzwFU3pjoItF5fRVGxHS0Hsvje9jO3yJsfw==",
|
||||
"dev": true
|
||||
},
|
||||
"@typescript-eslint/eslint-plugin": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "iBiz建模工场",
|
||||
"publisher": "ibizlab",
|
||||
"preview": true,
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"engines": {
|
||||
"vscode": "^1.63.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue