@sanity/client 6.15.3-canary.1 → 6.15.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.
|
@@ -1474,7 +1474,7 @@ function defineCreateClientExports(envMiddleware, ClassConstructor) {
|
|
|
1474
1474
|
config
|
|
1475
1475
|
) };
|
|
1476
1476
|
}
|
|
1477
|
-
var name = "@sanity/client", version = "6.15.3
|
|
1477
|
+
var name = "@sanity/client", version = "6.15.3";
|
|
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.3
|
|
1458
|
+
var name = "@sanity/client", version = "6.15.3";
|
|
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
|
|
3
|
+
"version": "6.15.3",
|
|
4
4
|
"description": "Client for retrieving, creating and patching data from Sanity.io",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -39,9 +39,6 @@
|
|
|
39
39
|
"worker": "./dist/index.browser.js",
|
|
40
40
|
"source": "./src/index.ts",
|
|
41
41
|
"require": "./dist/index.cjs",
|
|
42
|
-
"node": {
|
|
43
|
-
"import": "./dist/index.cjs.js"
|
|
44
|
-
},
|
|
45
42
|
"import": "./dist/index.js",
|
|
46
43
|
"default": "./dist/index.js"
|
|
47
44
|
},
|
|
@@ -66,9 +63,6 @@
|
|
|
66
63
|
"worker": "./dist/stega.browser.js",
|
|
67
64
|
"source": "./src/stega/index.ts",
|
|
68
65
|
"require": "./dist/stega.cjs",
|
|
69
|
-
"node": {
|
|
70
|
-
"import": "./dist/stega.cjs.js"
|
|
71
|
-
},
|
|
72
66
|
"import": "./dist/stega.js",
|
|
73
67
|
"default": "./dist/stega.js"
|
|
74
68
|
},
|
package/dist/index.cjs.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import cjs from './index.cjs';
|
|
2
|
-
|
|
3
|
-
export const BasePatch = cjs.BasePatch;
|
|
4
|
-
export const BaseTransaction = cjs.BaseTransaction;
|
|
5
|
-
export const ClientError = cjs.ClientError;
|
|
6
|
-
export const ObservablePatch = cjs.ObservablePatch;
|
|
7
|
-
export const ObservableSanityClient = cjs.ObservableSanityClient;
|
|
8
|
-
export const ObservableTransaction = cjs.ObservableTransaction;
|
|
9
|
-
export const Patch = cjs.Patch;
|
|
10
|
-
export const SanityClient = cjs.SanityClient;
|
|
11
|
-
export const ServerError = cjs.ServerError;
|
|
12
|
-
export const Transaction = cjs.Transaction;
|
|
13
|
-
export const unstable__adapter = cjs.unstable__adapter;
|
|
14
|
-
export const unstable__environment = cjs.unstable__environment;
|
|
15
|
-
export const createClient = cjs.createClient;
|
|
16
|
-
export const requester = cjs.requester;
|
|
17
|
-
|
|
18
|
-
export default cjs.default;
|
package/dist/stega.cjs.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import cjs from './stega.cjs';
|
|
2
|
-
|
|
3
|
-
export const BasePatch = cjs.BasePatch;
|
|
4
|
-
export const BaseTransaction = cjs.BaseTransaction;
|
|
5
|
-
export const ClientError = cjs.ClientError;
|
|
6
|
-
export const ObservablePatch = cjs.ObservablePatch;
|
|
7
|
-
export const ObservableSanityClient = cjs.ObservableSanityClient;
|
|
8
|
-
export const ObservableTransaction = cjs.ObservableTransaction;
|
|
9
|
-
export const Patch = cjs.Patch;
|
|
10
|
-
export const SanityClient = cjs.SanityClient;
|
|
11
|
-
export const ServerError = cjs.ServerError;
|
|
12
|
-
export const Transaction = cjs.Transaction;
|
|
13
|
-
export const vercelStegaCleanAll = cjs.vercelStegaCleanAll;
|
|
14
|
-
export const unstable__adapter = cjs.unstable__adapter;
|
|
15
|
-
export const unstable__environment = cjs.unstable__environment;
|
|
16
|
-
export const encodeIntoResult = cjs.encodeIntoResult;
|
|
17
|
-
export const stegaEncodeSourceMap = cjs.stegaEncodeSourceMap;
|
|
18
|
-
export const ObservableSanityStegaClient = cjs.ObservableSanityStegaClient;
|
|
19
|
-
export const SanityStegaClient = cjs.SanityStegaClient;
|
|
20
|
-
export const createClient = cjs.createClient;
|
|
21
|
-
export const requester = cjs.requester;
|
|
22
|
-
|