typespec-vscode 0.68.0-dev.3 → 0.68.0-dev.5

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.
@@ -15,7 +15,7 @@ granted herein, whether by implication, estoppel or otherwise.
15
15
  5. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion)
16
16
  6. change-case version 5.4.4 (https://github.com/blakeembrey/change-case)
17
17
  7. fast-deep-equal version 3.1.3 (https://github.com/epoberezkin/fast-deep-equal)
18
- 8. fast-uri version 3.0.3 (https://github.com/fastify/fast-uri)
18
+ 8. fast-uri version 3.0.6 (https://github.com/fastify/fast-uri)
19
19
  9. json-schema-traverse version 1.0.0 (https://github.com/epoberezkin/json-schema-traverse)
20
20
  10. minimatch version 5.1.6 (https://github.com/isaacs/minimatch)
21
21
  11. mustache version 4.2.0 (https://github.com/janl/mustache.js)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "0.68.0-dev.3",
3
+ "version": "0.68.0-dev.5",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -189,12 +189,12 @@
189
189
  },
190
190
  {
191
191
  "command": "typespec.importFromOpenApi3",
192
- "title": "Import TypeSpec from OpenApi3",
192
+ "title": "Import TypeSpec from OpenAPI 3",
193
193
  "category": "TypeSpec"
194
194
  },
195
195
  {
196
196
  "command": "typespec.showOpenApi3",
197
- "title": "Show OpenAPI3 Documentation",
197
+ "title": "Preview API Documentation",
198
198
  "category": "TypeSpec"
199
199
  }
200
200
  ],
@@ -249,7 +249,7 @@
249
249
  "@types/semver": "^7.5.8",
250
250
  "@types/vscode": "~1.98.0",
251
251
  "@types/which": "^3.0.4",
252
- "@typespec/compiler": "^0.67.1 || >=0.68.0-dev <0.68.0",
252
+ "@typespec/compiler": "^0.67.2 || >=0.68.0-dev <0.68.0",
253
253
  "@typespec/internal-build-utils": "^0.67.1 || >=0.68.0-dev <0.68.0",
254
254
  "@vitest/coverage-v8": "^3.0.9",
255
255
  "@vitest/ui": "^3.0.9",
Binary file