@tomjs/create-app 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -46,6 +46,9 @@ Support templates:
46
46
  - electron-vue
47
47
  - electron-react
48
48
  - node
49
+ - vscode
50
+ - vscode-vue
51
+ - vscode-react
49
52
 
50
53
  ## Reference project
51
54
 
package/README.zh_CN.md CHANGED
@@ -46,6 +46,9 @@ npm create @tomjs/app@latest my-app -- --template vue
46
46
  - electron-vue
47
47
  - electron-react
48
48
  - node
49
+ - vscode
50
+ - vscode-vue
51
+ - vscode-react
49
52
 
50
53
  ## 参考项目
51
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomjs/create-app",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "create tomjs web app",
5
5
  "keywords": [
6
6
  "tomjs",
@@ -49,7 +49,7 @@
49
49
  "@tomjs/stylelint": "^2.1.1",
50
50
  "@tomjs/tsconfig": "^1.2.1",
51
51
  "@tomjs/vite-plugin-vscode": "^1.1.0",
52
- "@tomjs/vscode-extension-webview": "^1.1.0",
52
+ "@tomjs/vscode-extension-webview": "^1.1.1",
53
53
  "@types/node": "^18.19.3",
54
54
  "@types/react": "^18.2.45",
55
55
  "@types/react-dom": "^18.2.18",
@@ -48,7 +48,7 @@
48
48
  "@tomjs/stylelint": "^2.1.1",
49
49
  "@tomjs/tsconfig": "^1.2.1",
50
50
  "@tomjs/vite-plugin-vscode": "^1.1.0",
51
- "@tomjs/vscode-extension-webview": "^1.1.0",
51
+ "@tomjs/vscode-extension-webview": "^1.1.1",
52
52
  "@types/node": "^18.19.3",
53
53
  "@types/vscode": "^1.85.0",
54
54
  "@types/vscode-webview": "^1.57.4",