semantic-release-vsce 5.5.0 → 5.5.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -218,7 +218,7 @@ jobs:
218
218
  target: win32-arm64
219
219
  npm_config_arch: arm
220
220
  - os: ubuntu-latest
221
- taget: linux-x64
221
+ target: linux-x64
222
222
  npm_config_arch: x64
223
223
  - os: ubuntu-latest
224
224
  target: linux-arm64
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "semantic-release-vsce",
3
- "version": "5.5.0",
3
+ "version": "5.5.1",
4
4
  "description": "semantic-release plugin to package and publish VS Code extensions",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -52,7 +52,7 @@
52
52
  "execa": "^5.0.0",
53
53
  "fs-extra": "^11.1.0",
54
54
  "glob": "^8.0.3",
55
- "ovsx": "^0.6.0"
55
+ "ovsx": "^0.7.1"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "semantic-release": ">=18"
@@ -69,7 +69,7 @@
69
69
  "husky": "^8.0.2",
70
70
  "lint-staged": "^13.0.3",
71
71
  "nyc": "^15.1.0",
72
- "prettier": "2.8.0",
72
+ "prettier": "2.8.1",
73
73
  "proxyquire": "^2.1.3",
74
74
  "semantic-release": "^19.0.2",
75
75
  "sinon": "^15.0.0"