@sanity/media-library-types 1.5.0 → 1.6.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.d.cts +1 -0
- package/lib/index.d.ts +1 -0
- package/package.json +2 -4
- package/src/schema.types.ts +1 -0
package/lib/index.d.cts
CHANGED
package/lib/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/media-library-types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Type definitions for common Sanity Media Library data structures",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"content",
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
"types": "./lib/index.d.ts",
|
|
30
30
|
"exports": {
|
|
31
31
|
".": {
|
|
32
|
-
"source": "./src/index.ts",
|
|
33
32
|
"import": "./lib/index.js",
|
|
34
33
|
"require": "./lib/index.cjs",
|
|
35
34
|
"default": "./lib/index.js"
|
|
@@ -42,10 +41,9 @@
|
|
|
42
41
|
"rimraf": "5.0.10"
|
|
43
42
|
},
|
|
44
43
|
"scripts": {
|
|
45
|
-
"build": "
|
|
44
|
+
"build": "pkg-utils build --strict --check --clean",
|
|
46
45
|
"check:types": "tsc --project tsconfig.json",
|
|
47
46
|
"clean": "rimraf lib",
|
|
48
|
-
"schema-types": "cp ../../../apps/huey/src/lib/schema.types.ts ./src/",
|
|
49
47
|
"watch": "pkg-utils watch"
|
|
50
48
|
}
|
|
51
49
|
}
|