@sanity/client 6.24.2-canary.2 → 6.24.3
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
|
@@ -1582,7 +1582,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1582
1582
|
return printNoDefaultExport(), createClient2(config);
|
|
1583
1583
|
};
|
|
1584
1584
|
}
|
|
1585
|
-
var name = "@sanity/client", version = "6.24.
|
|
1585
|
+
var name = "@sanity/client", version = "6.24.3";
|
|
1586
1586
|
const middleware = [
|
|
1587
1587
|
middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1588
1588
|
middleware$1.headers({ "User-Agent": `${name} ${version}` }),
|
package/dist/index.js
CHANGED
|
@@ -1564,7 +1564,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
1564
1564
|
return printNoDefaultExport(), createClient2(config);
|
|
1565
1565
|
};
|
|
1566
1566
|
}
|
|
1567
|
-
var name = "@sanity/client", version = "6.24.
|
|
1567
|
+
var name = "@sanity/client", version = "6.24.3";
|
|
1568
1568
|
const middleware = [
|
|
1569
1569
|
debug({ verbose: !0, namespace: "sanity:client" }),
|
|
1570
1570
|
headers({ "User-Agent": `${name} ${version}` }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/client",
|
|
3
|
-
"version": "6.24.
|
|
3
|
+
"version": "6.24.3",
|
|
4
4
|
"description": "Client for retrieving, creating and patching data from Sanity.io",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
129
129
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
130
130
|
"@sanity/client-latest": "npm:@sanity/client@latest",
|
|
131
|
-
"@sanity/pkg-utils": "6.13.3
|
|
131
|
+
"@sanity/pkg-utils": "^6.13.3",
|
|
132
132
|
"@types/json-diff": "^1.0.3",
|
|
133
133
|
"@types/node": "^22.9.0",
|
|
134
134
|
"@typescript-eslint/eslint-plugin": "^8.19.1",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"rollup": "^4.30.1",
|
|
153
153
|
"sse-channel": "^4.0.0",
|
|
154
154
|
"terser": "^5.37.0",
|
|
155
|
-
"typescript": "5.7.
|
|
155
|
+
"typescript": "5.7.3",
|
|
156
156
|
"vitest": "2.1.8",
|
|
157
157
|
"vitest-github-actions-reporter": "0.11.1"
|
|
158
158
|
},
|