typespec-vscode 1.8.0 → 1.9.0-dev.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "1.8.0",
3
+ "version": "1.9.0-dev.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -268,6 +268,8 @@
268
268
  "@types/semver": "^7.5.8",
269
269
  "@types/vscode": "~1.107.0",
270
270
  "@types/which": "^3.0.4",
271
+ "@typespec/compiler": "^1.8.0",
272
+ "@typespec/internal-build-utils": "^0.78.0 || >=0.79.0-dev <0.79.0",
271
273
  "@vitest/coverage-v8": "^4.0.15",
272
274
  "@vitest/ui": "^4.0.15",
273
275
  "@vscode/extension-telemetry": "^1.0.0",
@@ -287,10 +289,10 @@
287
289
  "vitest": "^4.0.15",
288
290
  "vscode-languageclient": "~9.0.1",
289
291
  "which": "^6.0.0",
290
- "yaml": "~2.8.2",
291
- "@typespec/compiler": "^1.8.0",
292
- "@typespec/internal-build-utils": "^0.78.0"
292
+ "yaml": "~2.8.2"
293
293
  },
294
+ "dependencies": {},
295
+ "peerDependencies": {},
294
296
  "scripts": {
295
297
  "clean": "rimraf ./dist ./temp",
296
298
  "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",
@@ -307,7 +309,7 @@
307
309
  "package-vsix": "vsce package",
308
310
  "deploy": "vsce publish",
309
311
  "open-in-browser": "vscode-test-web --extensionDevelopmentPath=. .",
310
- "test:e2e": "pnpm test:web && pnpm test:extension",
312
+ "test:e2e:skip": "pnpm test:web && pnpm test:extension",
311
313
  "test:web": "vscode-test-web --quality stable --extensionDevelopmentPath=. --headless --extensionTestsPath=dist/test/web/suite.js ./test/web/data",
312
314
  "test:extension": "vitest run --root test/extension"
313
315
  }
Binary file