@daiyam/artifact-vsx-ts 0.11.0 → 0.11.2

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.
@@ -64,7 +64,7 @@ jobs:
64
64
  echo "$CHECKSUM" > "$VSIX_NAME.sha256"
65
65
 
66
66
  - name: Release
67
- uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
67
+ uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
68
68
  with:
69
69
  files: |
70
70
  ${{ env.VSIX_NAME }}
@@ -103,7 +103,7 @@ jobs:
103
103
 
104
104
  - name: Release
105
105
  if: env.RELEASE_EXISTS == 'no'
106
- uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
106
+ uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
107
107
  with:
108
108
  files: |
109
109
  ${{ env.VSIX_NAME }}
@@ -15,13 +15,13 @@
15
15
  "watch:src": "tsc-watch -p src --onSuccess 'npm run bundle'"
16
16
  },
17
17
  "dependencies": {
18
- "@zokugun/fs-extra-plus": "0.3.6",
18
+ "@zokugun/fs-extra-plus": "0.3.7",
19
19
  "@zokugun/is-it-type": "0.5.2",
20
20
  "@zokugun/xtry": "0.10.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/vscode": "1.56.0",
24
- "release-it": "20.0.0-1",
24
+ "release-it": "20.0.0",
25
25
  "tsc-watch": "6.3.1"
26
26
  },
27
27
  "activationEvents": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-vsx-ts",
3
- "version": "0.11.0",
3
+ "version": "0.11.2",
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": "8a61833eedfc4021b76adc935e6b673b93488079"
34
+ "gitHead": "b74f0f5455ab56fa016af37fb38a82dd4e705e32"
35
35
  }