@vscode/vsce 2.18.0 → 2.19.0
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.
- package/out/package.js +1 -1
- package/package.json +2 -2
package/out/package.js
CHANGED
|
@@ -497,7 +497,7 @@ class MarkdownProcessor extends BaseProcessor {
|
|
|
497
497
|
this.assets.push({ type: this.assetType, path: filePath });
|
|
498
498
|
let contents = await read(file);
|
|
499
499
|
if (/This is the README for your extension /.test(contents)) {
|
|
500
|
-
throw new Error(`Make sure to edit the README.md file before you package or publish your extension.`);
|
|
500
|
+
throw new Error(`It seems the README.md still contains template text. Make sure to edit the README.md file before you package or publish your extension.`);
|
|
501
501
|
}
|
|
502
502
|
if (this.rewriteRelativeLinks) {
|
|
503
503
|
const markdownPathRegex = /(!?)\[([^\]\[]*|!\[[^\]\[]*]\([^\)]+\))\]\(([^\)]+)\)/g;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/vsce",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.19.0",
|
|
4
4
|
"description": "VSCode Extension Manager",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"tmp": "^0.2.1",
|
|
56
56
|
"typed-rest-client": "^1.8.4",
|
|
57
57
|
"url-join": "^4.0.1",
|
|
58
|
-
"xml2js": "^0.
|
|
58
|
+
"xml2js": "^0.5.0",
|
|
59
59
|
"yauzl": "^2.3.1",
|
|
60
60
|
"yazl": "^2.2.2"
|
|
61
61
|
},
|