typespec-vscode 1.2.0 → 1.2.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.2.0",
3
+ "version": "1.2.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -278,8 +278,8 @@
278
278
  "vscode-languageclient": "~9.0.1",
279
279
  "which": "^5.0.0",
280
280
  "yaml": "~2.8.0",
281
- "@typespec/compiler": "^1.2.0",
282
- "@typespec/internal-build-utils": "^0.72.0"
281
+ "@typespec/compiler": "^1.2.1",
282
+ "@typespec/internal-build-utils": "^0.72.1"
283
283
  },
284
284
  "scripts": {
285
285
  "clean": "rimraf ./dist ./temp",
index 1a93d36..0b7fdc2 100644
Binary file