typespec-vscode 1.1.0-dev.3 → 1.1.0-dev.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "1.1.0-dev.
|
|
3
|
+
"version": "1.1.0-dev.4",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
"Programming Languages",
|
|
24
24
|
"Snippets"
|
|
25
25
|
],
|
|
26
|
-
"type": "module",
|
|
27
26
|
"main": "./dist/src/extension.cjs",
|
|
28
27
|
"browser": "./dist/src/web/extension.js",
|
|
29
28
|
"engines": {
|
|
@@ -283,7 +282,7 @@
|
|
|
283
282
|
"package-vsix": "vsce package",
|
|
284
283
|
"deploy": "vsce publish",
|
|
285
284
|
"open-in-browser": "vscode-test-web --extensionDevelopmentPath=. .",
|
|
286
|
-
"test:e2e
|
|
285
|
+
"test:e2e": "pnpm test:web",
|
|
287
286
|
"test:web": "vscode-test-web --quality stable --extensionDevelopmentPath=. --headless --extensionTestsPath=dist/test/web/suite.js ./test/web/data"
|
|
288
287
|
}
|
|
289
288
|
}
|
|
Binary file
|