@sanity/client 7.12.0 → 7.12.1
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.browser.cjs.map +1 -1
- package/dist/index.browser.d.cts +2 -2
- package/dist/index.browser.d.ts +2 -2
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/stega.browser.d.cts +2 -2
- package/dist/stega.browser.d.ts +2 -2
- package/dist/stega.d.cts +2 -2
- package/dist/stega.d.ts +2 -2
- package/package.json +2 -3
- package/src/SanityClient.ts +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -3281,7 +3281,7 @@ export declare class ObservableSanityClient {
|
|
|
3281
3281
|
createVersion(
|
|
3282
3282
|
args: {
|
|
3283
3283
|
baseId: string
|
|
3284
|
-
releaseId
|
|
3284
|
+
releaseId?: string
|
|
3285
3285
|
publishedId: string
|
|
3286
3286
|
ifBaseRevisionId?: string
|
|
3287
3287
|
},
|
|
@@ -5094,7 +5094,7 @@ export declare class SanityClient {
|
|
|
5094
5094
|
args: {
|
|
5095
5095
|
publishedId: string
|
|
5096
5096
|
baseId: string
|
|
5097
|
-
releaseId
|
|
5097
|
+
releaseId?: string
|
|
5098
5098
|
ifBaseRevisionId?: string
|
|
5099
5099
|
},
|
|
5100
5100
|
options?: BaseActionOptions,
|
package/dist/index.d.ts
CHANGED
|
@@ -3281,7 +3281,7 @@ export declare class ObservableSanityClient {
|
|
|
3281
3281
|
createVersion(
|
|
3282
3282
|
args: {
|
|
3283
3283
|
baseId: string
|
|
3284
|
-
releaseId
|
|
3284
|
+
releaseId?: string
|
|
3285
3285
|
publishedId: string
|
|
3286
3286
|
ifBaseRevisionId?: string
|
|
3287
3287
|
},
|
|
@@ -5094,7 +5094,7 @@ export declare class SanityClient {
|
|
|
5094
5094
|
args: {
|
|
5095
5095
|
publishedId: string
|
|
5096
5096
|
baseId: string
|
|
5097
|
-
releaseId
|
|
5097
|
+
releaseId?: string
|
|
5098
5098
|
ifBaseRevisionId?: string
|
|
5099
5099
|
},
|
|
5100
5100
|
options?: BaseActionOptions,
|
package/dist/index.js
CHANGED
|
@@ -2670,7 +2670,7 @@ function defineDeprecatedCreateClient(createClient2) {
|
|
|
2670
2670
|
return printNoDefaultExport(), createClient2(config);
|
|
2671
2671
|
};
|
|
2672
2672
|
}
|
|
2673
|
-
var name = "@sanity/client", version = "7.12.
|
|
2673
|
+
var name = "@sanity/client", version = "7.12.1";
|
|
2674
2674
|
const middleware = [
|
|
2675
2675
|
debug({ verbose: !0, namespace: "sanity:client" }),
|
|
2676
2676
|
headers({ "User-Agent": `${name} ${version}` }),
|