Skip to content

Commit

Permalink
Upgrade vsce to 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HaaLeo committed Jun 22, 2022
1 parent af0040f commit 1c11312
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 117 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.0.3...master)
[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.0.4...master)

## [v1.0.4](https://github.com/HaaLeo/publish-vscode-extension/tree/v1.0.4) 2022-07-22

### Security
* Updated dependencies to
* `vsce@2.9.2`

[All Changes](https://github.com/HaaLeo/publish-vscode-extension/compare/v1.0.3...v1.0.4)

## [v1.0.3](https://github.com/HaaLeo/publish-vscode-extension/tree/v1.0.3) 2022-07-19

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117465,7 +117465,7 @@ module.exports = JSON.parse('{"application/andrew-inset":["ez"],"application/app
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"name":"publish-vscode-extension","version":"1.0.3","description":"GitHub action to publish your VS Code Extension to the Open VSX Registry.","main":"dist/index.js","scripts":{"test":"nyc mocha \'out/test/**/*.test.js\'","coverage":"nyc report --reporter=lcov","build":"npm run build:ncc && npm run build:test","build:ncc":"ncc build src/index.ts --source-map --no-source-map-register","build:test":"tsc -p tsconfig.json","lint":"eslint . --ext .ts"},"repository":{"type":"git","url":"git+https://github.com/HaaLeo/publish-vscode-extension.git"},"keywords":["github","action","open","vsx","vscode","publish","Visual Studio Code"],"author":{"name":"HaaLeo","url":"https://github.com/HaaLeo"},"license":"SEE LICENSE IN LICENSE.txt","bugs":{"url":"https://github.com/HaaLeo/publish-vscode-extension/issues"},"homepage":"https://github.com/HaaLeo/publish-vscode-extension#readme","dependencies":{"@actions/core":"^1.9.0","ovsx":"^0.5.1","vsce":"^2.9.1"},"devDependencies":{"@types/chai":"^4.3.0","@types/chai-as-promised":"^7.1.4","@types/mocha":"^9.0.0","@types/node":"^16.11.26","@types/sinon":"^10.0.6","@types/sinon-chai":"^3.2.6","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","@vercel/ncc":"^0.34.0","chai":"^4.3.4","chai-as-promised":"^7.1.1","eslint":"^8.4.1","eslint-plugin-import":"^2.25.3","eslint-plugin-prefer-arrow":"^1.2.3","mocha":"^9.1.3","nyc":"^15.1.0","sinon":"^14.0.0","sinon-chai":"^3.7.0","typescript":"^4.7.4"}}');
module.exports = JSON.parse('{"name":"publish-vscode-extension","version":"1.0.4","description":"GitHub action to publish your VS Code Extension to the Open VSX Registry.","main":"dist/index.js","scripts":{"test":"nyc mocha \'out/test/**/*.test.js\'","coverage":"nyc report --reporter=lcov","build":"npm run build:ncc && npm run build:test","build:ncc":"ncc build src/index.ts --source-map --no-source-map-register","build:test":"tsc -p tsconfig.json","lint":"eslint . --ext .ts"},"repository":{"type":"git","url":"git+https://github.com/HaaLeo/publish-vscode-extension.git"},"keywords":["github","action","open","vsx","vscode","publish","Visual Studio Code"],"author":{"name":"HaaLeo","url":"https://github.com/HaaLeo"},"license":"SEE LICENSE IN LICENSE.txt","bugs":{"url":"https://github.com/HaaLeo/publish-vscode-extension/issues"},"homepage":"https://github.com/HaaLeo/publish-vscode-extension#readme","dependencies":{"@actions/core":"^1.9.0","ovsx":"^0.5.1","vsce":"^2.9.2"},"devDependencies":{"@types/chai":"^4.3.0","@types/chai-as-promised":"^7.1.4","@types/mocha":"^9.0.0","@types/node":"^16.11.26","@types/sinon":"^10.0.6","@types/sinon-chai":"^3.2.6","@typescript-eslint/eslint-plugin":"^5.7.0","@typescript-eslint/parser":"^5.7.0","@vercel/ncc":"^0.34.0","chai":"^4.3.4","chai-as-promised":"^7.1.1","eslint":"^8.4.1","eslint-plugin-import":"^2.25.3","eslint-plugin-prefer-arrow":"^1.2.3","mocha":"^9.1.3","nyc":"^15.1.0","sinon":"^14.0.0","sinon-chai":"^3.7.0","typescript":"^4.7.4"}}');

/***/ })

Expand Down
Loading

0 comments on commit 1c11312

Please sign in to comment.