@daiyam/artifact-vsx-ts 0.11.12 → 0.11.13

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.
@@ -53,7 +53,7 @@ jobs:
53
53
  - name: Build
54
54
  run: |
55
55
  npm ci
56
- npm install -g @vscode/vsce
56
+
57
57
  npm run package
58
58
 
59
59
  VSIX_NAME=$(ls *.vsix)
@@ -79,7 +79,7 @@ jobs:
79
79
  if: env.RELEASE_EXISTS == 'no'
80
80
  run: |
81
81
  npm ci
82
- npm install -g @vscode/vsce
82
+
83
83
  npm run package
84
84
 
85
85
  VSIX_NAME=$(ls *.vsix)
@@ -21,6 +21,7 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/vscode": "1.56.0",
24
+ "@vscode/vsce": "3.9.2",
24
25
  "release-it": "20.2.0",
25
26
  "tsc-watch": "7.2.0"
26
27
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-vsx-ts",
3
- "version": "0.11.12",
3
+ "version": "0.11.13",
4
4
  "description": "The configuration to create Visual Studio extensions and publish them on Visual Studio Marketplace and Open VSX Registry.",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "05d0a70869e95d480aa372079c1c4bf6ad2eaabc"
34
+ "gitHead": "6feb12bbd09c60e6e6b9b1190bb8f4cafa11ad2e"
35
35
  }