typespec-vscode 1.3.0-dev.4 → 1.3.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "1.3.0
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -259,8 +259,6 @@
|
|
|
259
259
|
"@types/semver": "^7.5.8",
|
|
260
260
|
"@types/vscode": "~1.100.0",
|
|
261
261
|
"@types/which": "^3.0.4",
|
|
262
|
-
"@typespec/compiler": "^1.2.1",
|
|
263
|
-
"@typespec/internal-build-utils": "^0.72.1 || >=0.73.0-dev <0.73.0",
|
|
264
262
|
"@vitest/coverage-v8": "^3.1.2",
|
|
265
263
|
"@vitest/ui": "^3.1.2",
|
|
266
264
|
"@vscode/extension-telemetry": "^1.0.0",
|
|
@@ -280,10 +278,10 @@
|
|
|
280
278
|
"vitest": "^3.1.2",
|
|
281
279
|
"vscode-languageclient": "~9.0.1",
|
|
282
280
|
"which": "^5.0.0",
|
|
283
|
-
"yaml": "~2.8.0"
|
|
281
|
+
"yaml": "~2.8.0",
|
|
282
|
+
"@typespec/compiler": "^1.3.0",
|
|
283
|
+
"@typespec/internal-build-utils": "^0.73.0"
|
|
284
284
|
},
|
|
285
|
-
"dependencies": {},
|
|
286
|
-
"peerDependencies": {},
|
|
287
285
|
"scripts": {
|
|
288
286
|
"clean": "rimraf ./dist ./temp",
|
|
289
287
|
"build": "pnpm compile && pnpm check && pnpm declaration-only && pnpm copy-templates && pnpm copy-tmlanguage && pnpm generate-language-configuration && pnpm generate-third-party-notices && pnpm package-vsix",
|
|
@@ -300,7 +298,7 @@
|
|
|
300
298
|
"package-vsix": "vsce package",
|
|
301
299
|
"deploy": "vsce publish",
|
|
302
300
|
"open-in-browser": "vscode-test-web --extensionDevelopmentPath=. .",
|
|
303
|
-
"test:e2e": "pnpm test:web && pnpm test:extension",
|
|
301
|
+
"test:e2e:skip": "pnpm test:web && pnpm test:extension",
|
|
304
302
|
"test:web": "vscode-test-web --quality stable --extensionDevelopmentPath=. --headless --extensionTestsPath=dist/test/web/suite.js ./test/web/data",
|
|
305
303
|
"test:extension": "vitest run --root test/extension"
|
|
306
304
|
}
|
|
index 4d85186..1a4d190 100644
|
|
|
Binary file
|