@sanity/client 6.15.18-canary.0 → 6.15.18
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1432,7 +1432,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1432
1432
|
return printNoDefaultExport(), createClient2(config);
|
|
1433
1433
|
};
|
|
1434
1434
|
}
|
|
1435
|
-
var name = "@sanity/client", version = "6.15.18
|
|
1435
|
+
var name = "@sanity/client", version = "6.15.18";
|
|
1436
1436
|
const middleware = [
|
|
1437
1437
|
middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1438
1438
|
middleware$1.headers({ "User-Agent": `${name} ${version}` }),
|
package/dist/index.js
CHANGED
|
@@ -1415,7 +1415,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1415
1415
|
return printNoDefaultExport(), createClient2(config);
|
|
1416
1416
|
};
|
|
1417
1417
|
}
|
|
1418
|
-
var name = "@sanity/client", version = "6.15.18
|
|
1418
|
+
var name = "@sanity/client", version = "6.15.18";
|
|
1419
1419
|
const middleware = [
|
|
1420
1420
|
debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1421
1421
|
headers({ "User-Agent": `${name} ${version}` }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/client",
|
|
3
|
-
"version": "6.15.18
|
|
3
|
+
"version": "6.15.18",
|
|
4
4
|
"description": "Client for retrieving, creating and patching data from Sanity.io",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"@edge-runtime/vm": "^3.2.0",
|
|
127
127
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
128
128
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
129
|
-
"@sanity/pkg-utils": "^6.
|
|
129
|
+
"@sanity/pkg-utils": "^6.7.1",
|
|
130
130
|
"@types/json-diff": "^1.0.3",
|
|
131
131
|
"@types/node": "^20.8.8",
|
|
132
132
|
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"happy-dom": "^12.10.3",
|
|
142
142
|
"json-diff": "^1.0.6",
|
|
143
143
|
"ls-engines": "^0.9.1",
|
|
144
|
-
"next": "^14.2.
|
|
144
|
+
"next": "^14.2.2",
|
|
145
145
|
"nock": "^13.5.4",
|
|
146
146
|
"prettier": "^3.2.5",
|
|
147
147
|
"prettier-plugin-packagejson": "^2.5.0",
|