@sanity/client 6.15.11 → 6.15.12
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.
|
@@ -1474,7 +1474,7 @@ function defineCreateClientExports(envMiddleware, ClassConstructor) {
|
|
|
1474
1474
|
config
|
|
1475
1475
|
) };
|
|
1476
1476
|
}
|
|
1477
|
-
var name = "@sanity/client", version = "6.15.
|
|
1477
|
+
var name = "@sanity/client", version = "6.15.12";
|
|
1478
1478
|
const middleware = [
|
|
1479
1479
|
middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1480
1480
|
middleware$1.headers({ "User-Agent": `${name} ${version}` }),
|
|
@@ -1455,7 +1455,7 @@ function defineCreateClientExports(envMiddleware, ClassConstructor) {
|
|
|
1455
1455
|
config
|
|
1456
1456
|
) };
|
|
1457
1457
|
}
|
|
1458
|
-
var name = "@sanity/client", version = "6.15.
|
|
1458
|
+
var name = "@sanity/client", version = "6.15.12";
|
|
1459
1459
|
const middleware = [
|
|
1460
1460
|
debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1461
1461
|
headers({ "User-Agent": `${name} ${version}` }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/client",
|
|
3
|
-
"version": "6.15.
|
|
3
|
+
"version": "6.15.12",
|
|
4
4
|
"description": "Client for retrieving, creating and patching data from Sanity.io",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"exports": {
|
|
28
28
|
".": {
|
|
29
29
|
"source": "./src/index.ts",
|
|
30
|
+
"bun": "./dist/index.js",
|
|
30
31
|
"browser": {
|
|
31
32
|
"source": "./src/index.browser.ts",
|
|
32
33
|
"import": "./dist/index.browser.js",
|
|
@@ -49,6 +50,7 @@
|
|
|
49
50
|
},
|
|
50
51
|
"./stega": {
|
|
51
52
|
"source": "./src/stega/index.ts",
|
|
53
|
+
"bun": "./dist/stega.js",
|
|
52
54
|
"browser": {
|
|
53
55
|
"source": "./src/stega/index.browser.ts",
|
|
54
56
|
"import": "./dist/stega.browser.js",
|
|
@@ -68,7 +70,6 @@
|
|
|
68
70
|
"main": "./dist/index.cjs",
|
|
69
71
|
"unpkg": "umd/sanityClient.min.js",
|
|
70
72
|
"module": "./dist/index.js",
|
|
71
|
-
"source": "./src/index.ts",
|
|
72
73
|
"browser": {
|
|
73
74
|
"./dist/index.cjs": "./dist/index.browser.cjs",
|
|
74
75
|
"./dist/index.js": "./dist/index.browser.js",
|
|
@@ -122,7 +123,7 @@
|
|
|
122
123
|
"dependencies": {
|
|
123
124
|
"@sanity/eventsource": "^5.0.0",
|
|
124
125
|
"@vercel/stega": "0.1.0",
|
|
125
|
-
"get-it": "^8.4.
|
|
126
|
+
"get-it": "^8.4.20",
|
|
126
127
|
"rxjs": "^7.0.0"
|
|
127
128
|
},
|
|
128
129
|
"devDependencies": {
|
|
@@ -130,11 +131,11 @@
|
|
|
130
131
|
"@edge-runtime/vm": "^3.2.0",
|
|
131
132
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
132
133
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
133
|
-
"@sanity/pkg-utils": "^
|
|
134
|
+
"@sanity/pkg-utils": "^6.4.1",
|
|
134
135
|
"@types/json-diff": "^1.0.3",
|
|
135
136
|
"@types/node": "^20.8.8",
|
|
136
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
137
|
-
"@typescript-eslint/parser": "^7.
|
|
137
|
+
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
|
138
|
+
"@typescript-eslint/parser": "^7.6.0",
|
|
138
139
|
"@vitest/coverage-v8": "1.4.0",
|
|
139
140
|
"eslint": "^8.57.0",
|
|
140
141
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -149,10 +150,10 @@
|
|
|
149
150
|
"prettier": "^3.2.5",
|
|
150
151
|
"prettier-plugin-packagejson": "^2.4.14",
|
|
151
152
|
"rimraf": "^5.0.1",
|
|
152
|
-
"rollup": "^4.14.
|
|
153
|
+
"rollup": "^4.14.1",
|
|
153
154
|
"sse-channel": "^4.0.0",
|
|
154
155
|
"terser": "^5.30.3",
|
|
155
|
-
"typescript": "5.4.
|
|
156
|
+
"typescript": "5.4.5",
|
|
156
157
|
"vitest": "1.4.0",
|
|
157
158
|
"vitest-github-actions-reporter": "0.11.1"
|
|
158
159
|
},
|