@sanity/schema 6.8.1-next.4 → 6.9.0-next.6

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/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["NamedSchema"],"sources":["../src/_exports/index.ts"],"sourcesContent":["import {DeprecatedDefaultSchema, Schema as NamedSchema} from '../legacy/Schema'\n\nexport default DeprecatedDefaultSchema\nexport const Schema = NamedSchema\nexport {Rule} from '../legacy/Rule'\nexport {DEFAULT_ANNOTATIONS, DEFAULT_DECORATORS} from '../legacy/types/blocks/defaults'\nexport {type SchemaValidationResult} from '../sanity/typedefs'\n"],"mappings":";AAEA,IAAA,mBAAe;AACf,MAAa,SAASA"}
1
+ {"version":3,"file":"index.js","names":["NamedSchema"],"sources":["../src/_exports/index.ts"],"sourcesContent":["import {DeprecatedDefaultSchema, Schema as NamedSchema} from '../legacy/Schema'\n\n// oxlint-disable-next-line no-deprecated -- will fix in follow up PR\nexport default DeprecatedDefaultSchema\nexport const Schema = NamedSchema\nexport {Rule} from '../legacy/Rule'\nexport {DEFAULT_ANNOTATIONS, DEFAULT_DECORATORS} from '../legacy/types/blocks/defaults'\nexport {type SchemaValidationResult} from '../sanity/typedefs'\n"],"mappings":";AAGA,IAAA,mBAAe;AACf,MAAa,SAASA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/schema",
3
- "version": "6.8.1-next.4",
3
+ "version": "6.9.0-next.6",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "cms",
@@ -49,7 +49,7 @@
49
49
  "leven": "^4.1.0",
50
50
  "lodash-es": "^4.18.1",
51
51
  "object-inspect": "^1.13.4",
52
- "@sanity/types": "6.8.1-next.4+53072772f7"
52
+ "@sanity/types": "6.9.0-next.6+458ca4a6cb"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sanity/icons": "^5.2.1",
@@ -60,9 +60,9 @@
60
60
  "typescript": "^7.0.2",
61
61
  "vite": "^8.1.5",
62
62
  "vitest": "^4.1.10",
63
- "@repo/test-config": "6.8.1-next.4+53072772f7",
64
- "@repo/tsconfig": "6.8.1-next.4+53072772f7",
65
- "@repo/tsdown.config": "6.8.1-next.4+53072772f7"
63
+ "@repo/test-config": "6.9.0-next.6+458ca4a6cb",
64
+ "@repo/tsconfig": "6.9.0-next.6+458ca4a6cb",
65
+ "@repo/tsdown.config": "6.9.0-next.6+458ca4a6cb"
66
66
  },
67
67
  "browserslist": [
68
68
  "node >=22.12",