@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.cjs +0 -2
- package/lib/index.d.cts +337 -3043
- package/lib/index.d.ts +337 -3043
- package/lib/index.js +0 -2
- package/package.json +7 -4
- package/src/schema.types.ts +2 -2
- package/lib/index.cjs.map +0 -1
- package/lib/index.js.map +0 -1
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/media-library-types",
|
|
3
|
-
"version": "1.
|
|
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": "
|
|
40
|
-
"@sanity/types": "
|
|
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
|
|
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"
|
package/src/schema.types.ts
CHANGED
|
@@ -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":""}
|