@daiyam/artifact-vsx-ts 0.11.11 → 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.
@@ -12,7 +12,7 @@ jobs:
12
12
  environment: publish
13
13
  steps:
14
14
  - name: Checkout code
15
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
15
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
16
16
  with:
17
17
  fetch-depth: 0
18
18
  persist-credentials: false
@@ -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)
@@ -64,7 +64,7 @@ jobs:
64
64
  echo "$CHECKSUM" > "$VSIX_NAME.sha256"
65
65
 
66
66
  - name: Release
67
- uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
67
+ uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
68
68
  with:
69
69
  files: |
70
70
  ${{ env.VSIX_NAME }}
@@ -19,7 +19,7 @@ jobs:
19
19
  environment: publish
20
20
  steps:
21
21
  - name: Checkout code
22
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
22
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
23
23
  with:
24
24
  fetch-depth: 0
25
25
  persist-credentials: false
@@ -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)
@@ -103,7 +103,7 @@ jobs:
103
103
 
104
104
  - name: Release
105
105
  if: env.RELEASE_EXISTS == 'no'
106
- uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
106
+ uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
107
107
  with:
108
108
  files: |
109
109
  ${{ env.VSIX_NAME }}
@@ -21,9 +21,15 @@
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
  },
28
+ "overrides": {
29
+ "release-it": {
30
+ "undici": "7.28.0"
31
+ }
32
+ },
27
33
  "activationEvents": [
28
34
  "onStartupFinished"
29
35
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-vsx-ts",
3
- "version": "0.11.11",
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": "19805320925f3b643ce19109bb14768660059465"
34
+ "gitHead": "6feb12bbd09c60e6e6b9b1190bb8f4cafa11ad2e"
35
35
  }