@effected/schemastore 0.6.1 → 0.7.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/index.d.ts +1 -1
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -241,7 +241,7 @@ interface StoreDocumentOptions {
241
241
  readonly $id: string;
242
242
  /**
243
243
  * Passed through to core's `Schema.toJsonSchemaDocument`
244
- * (`additionalProperties`, `generateDescriptions`,
244
+ * (`onExcessProperty`, `generateDescriptions`,
245
245
  * `includeAnnotationKey`).
246
246
  *
247
247
  * The declared non-standard keyword families ({@link KeywordFamilies})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effected/schemastore",
3
- "version": "0.6.1",
3
+ "version": "0.7.0",
4
4
  "private": false,
5
5
  "description": "Build, validate, version and publish SchemaStore-shaped Draft-07 JSON Schema documents from Effect Schema sources: document assembly, ajv strict-mode validation, structural lints, catalog entries, canonical JSON and a content-comparing emit pipeline.",
6
6
  "keywords": [
@@ -38,12 +38,12 @@
38
38
  "./package.json": "./package.json"
39
39
  },
40
40
  "dependencies": {
41
- "@effected/semver": "^0.6.0",
41
+ "@effected/semver": "^0.7.0",
42
42
  "ajv": "^8.20.0",
43
43
  "ajv-formats": "^3.0.1"
44
44
  },
45
45
  "peerDependencies": {
46
- "effect": "4.0.0-rc.112"
46
+ "effect": "4.0.0-rc.115"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=24.11.0"