@typespec/json-schema 1.0.0-rc.1-dev.2 → 1.0.0-rc.2-dev.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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -53,6 +53,13 @@ options:
53
53
 
54
54
  ## Emitter options
55
55
 
56
+ ### `emitter-output-dir`
57
+
58
+ **Type:** `absolutePath`
59
+
60
+ Defines the emitter output directory. Defaults to `{output-dir}/@typespec/json-schema`
61
+ See [Configuring output directory for more info](https://typespec.io/docs/handbook/configuration/configuration/#configuring-output-directory)
62
+
56
63
  ### `file-type`
57
64
 
58
65
  **Type:** `"yaml" | "json"`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/json-schema",
3
- "version": "1.0.0-rc.1-dev.2",
3
+ "version": "1.0.0-rc.2-dev.0",
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,14 +40,14 @@
40
40
  "!dist/test/**"
41
41
  ],
42
42
  "peerDependencies": {
43
- "@typespec/compiler": "^1.0.0-rc.0"
43
+ "@typespec/compiler": "^1.0.0-rc.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "~22.13.11",
47
- "@typespec/compiler": "^1.0.0-rc.0",
48
- "@typespec/internal-build-utils": "^0.68.0 || >=0.69.0-dev <0.69.0",
49
- "@typespec/library-linter": "^0.68.0 || >=0.69.0-dev <0.69.0",
50
- "@typespec/tspd": "^0.68.0 || >=0.69.0-dev <0.69.0",
47
+ "@typespec/compiler": "^1.0.0-rc.1",
48
+ "@typespec/internal-build-utils": "^0.69.0 || >=0.70.0-dev <0.70.0",
49
+ "@typespec/library-linter": "^0.69.0 || >=0.70.0-dev <0.70.0",
50
+ "@typespec/tspd": "^0.69.0 || >=0.70.0-dev <0.70.0",
51
51
  "@vitest/coverage-v8": "^3.0.9",
52
52
  "@vitest/ui": "^3.0.9",
53
53
  "ajv": "~8.17.1",
@@ -58,7 +58,7 @@
58
58
  "vitest": "^3.0.9"
59
59
  },
60
60
  "dependencies": {
61
- "@typespec/asset-emitter": "^0.68.0 || >=0.69.0-dev <0.69.0",
61
+ "@typespec/asset-emitter": "^0.69.0 || >=0.70.0-dev <0.70.0",
62
62
  "yaml": "~2.7.0"
63
63
  },
64
64
  "scripts": {