@sanity/media-library-types 1.6.0 → 1.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.
package/lib/index.js CHANGED
@@ -1,2 +0,0 @@
1
-
2
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/media-library-types",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Type definitions for common Sanity Media Library data structures",
5
5
  "keywords": [
6
6
  "content",
@@ -36,12 +36,15 @@
36
36
  "./package.json": "./package.json"
37
37
  },
38
38
  "devDependencies": {
39
- "@sanity/pkg-utils": "10.5.6",
40
- "@sanity/types": "5.31.1",
39
+ "@sanity/pkg-utils": "12.3.3",
40
+ "@sanity/types": "6.12.0",
41
41
  "rimraf": "5.0.10"
42
42
  },
43
+ "peerDependencies": {
44
+ "@sanity/types": "^4.0.0 || ^5.0.0 || ^6.0.0"
45
+ },
43
46
  "scripts": {
44
- "build": "pkg-utils build --strict --check --clean",
47
+ "build": "pkg-utils build --strict --check",
45
48
  "check:types": "tsc --project tsconfig.json",
46
49
  "clean": "rimraf lib",
47
50
  "watch": "pkg-utils watch"
@@ -1,3 +1,5 @@
1
+ export declare const internalGroqTypeReferenceTo: unique symbol
2
+
1
3
  export type SanitySystem = {
2
4
  _type: 'sanity.system'
3
5
  createdBy?: string
@@ -442,5 +444,3 @@ export type AllSanitySchemaTypes =
442
444
  | SanityAssetSubtitle
443
445
  | SanityDirectory
444
446
  | SanityTree
445
-
446
- export declare const internalGroqTypeReferenceTo: unique symbol
package/lib/index.cjs.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/lib/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}