@typespec/json-schema 0.68.0-dev.0 → 0.68.0-dev.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -15,7 +15,7 @@ Add the `@jsonSchema` decorator to any types or namespaces you want to emit as J
15
15
  ```TypeSpec
16
16
  import "@typespec/json-schema";
17
17
 
18
- using TypeSpec.JsonSchema;
18
+ using JsonSchema;
19
19
 
20
20
  @jsonSchema
21
21
  namespace Example;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/json-schema",
3
- "version": "0.68.0-dev.0",
3
+ "version": "0.68.0-dev.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting TypeSpec to JSON Schema and converting JSON Schema to TypeSpec",
6
6
  "homepage": "https://github.com/microsoft/typespec",
@@ -40,13 +40,13 @@
40
40
  "!dist/test/**"
41
41
  ],
42
42
  "peerDependencies": {
43
- "@typespec/compiler": "^0.67.0 || >=0.68.0-dev <0.68.0"
43
+ "@typespec/compiler": "^0.67.1 || >=0.68.0-dev <0.68.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "~22.13.9",
47
- "@typespec/compiler": "^0.67.0 || >=0.68.0-dev <0.68.0",
48
- "@typespec/internal-build-utils": "^0.67.0 || >=0.68.0-dev <0.68.0",
49
- "@typespec/library-linter": "^0.67.0 || >=0.68.0-dev <0.68.0",
47
+ "@typespec/compiler": "^0.67.1 || >=0.68.0-dev <0.68.0",
48
+ "@typespec/internal-build-utils": "^0.67.1 || >=0.68.0-dev <0.68.0",
49
+ "@typespec/library-linter": "^0.67.1 || >=0.68.0-dev <0.68.0",
50
50
  "@vitest/coverage-v8": "^3.0.7",
51
51
  "@vitest/ui": "^3.0.7",
52
52
  "ajv": "~8.17.1",
@@ -58,7 +58,7 @@
58
58
  "@typespec/tspd": "^0.46.0"
59
59
  },
60
60
  "dependencies": {
61
- "@typespec/asset-emitter": "^0.67.0 || >=0.68.0-dev <0.68.0",
61
+ "@typespec/asset-emitter": "^0.67.1 || >=0.68.0-dev <0.68.0",
62
62
  "yaml": "~2.7.0"
63
63
  },
64
64
  "scripts": {