sanity 4.14.2 → 4.14.3-next.2

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.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- var version = "4.14.2", peerDependencies = {
2
+ var version = "4.14.3-next.2+f8b4e87fdb", peerDependencies = {
3
3
  "styled-components": "^6.1.15"
4
4
  };
5
5
  exports.peerDependencies = peerDependencies;
@@ -8,7 +8,7 @@ try {
8
8
  try {
9
9
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
10
10
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
11
- "4.14.2";
11
+ "4.14.3-next.2+f8b4e87fdb";
12
12
  } catch {
13
13
  }
14
14
  const SANITY_VERSION = buildVersion || `${_package.version}-dev`;
@@ -1,4 +1,4 @@
1
- var version = "4.14.2";
1
+ var version = "4.14.3-next.2+f8b4e87fdb";
2
2
  let buildVersion;
3
3
  try {
4
4
  buildVersion = process.env.PKG_BUILD_VERSION;
@@ -7,7 +7,7 @@ try {
7
7
  try {
8
8
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
9
9
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
10
- "4.14.2";
10
+ "4.14.3-next.2+f8b4e87fdb";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
@@ -0,0 +1,3 @@
1
+ export * from '@sanity/migrate'
2
+
3
+ export {}
@@ -0,0 +1,2 @@
1
+ export * from "@sanity/migrate";
2
+ //# sourceMappingURL=migrate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrate.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "4.14.2",
3
+ "version": "4.14.3-next.2+f8b4e87fdb",
4
4
  "description": "Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches",
5
5
  "keywords": [
6
6
  "sanity",
@@ -83,6 +83,7 @@
83
83
  },
84
84
  "./migrate": {
85
85
  "source": "./src/_exports/migrate.ts",
86
+ "import": "./lib/migrate.mjs",
86
87
  "require": "./lib/migrate.js",
87
88
  "default": "./lib/migrate.js"
88
89
  },
@@ -269,13 +270,13 @@
269
270
  "which": "^5.0.0",
270
271
  "xstate": "^5.23.0",
271
272
  "yargs": "^17.7.2",
272
- "@sanity/cli": "4.14.2",
273
- "@sanity/diff": "4.14.2",
274
- "@sanity/migrate": "4.14.2",
275
- "@sanity/mutator": "4.14.2",
276
- "@sanity/schema": "4.14.2",
277
- "@sanity/util": "4.14.2",
278
- "@sanity/types": "4.14.2"
273
+ "@sanity/cli": "4.14.3-next.2+f8b4e87fdb",
274
+ "@sanity/diff": "4.14.3-next.2+f8b4e87fdb",
275
+ "@sanity/migrate": "4.14.3-next.2+f8b4e87fdb",
276
+ "@sanity/mutator": "4.14.3-next.2+f8b4e87fdb",
277
+ "@sanity/schema": "4.14.3-next.2+f8b4e87fdb",
278
+ "@sanity/types": "4.14.3-next.2+f8b4e87fdb",
279
+ "@sanity/util": "4.14.3-next.2+f8b4e87fdb"
279
280
  },
280
281
  "devDependencies": {
281
282
  "@playwright/experimental-ct-react": "1.56.1",
@@ -319,13 +320,13 @@
319
320
  "swr": "2.2.5",
320
321
  "vitest": "^3.2.4",
321
322
  "vitest-package-exports": "^0.1.1",
322
- "@repo/dev-aliases": "4.14.2",
323
- "@repo/eslint-config": "4.14.2",
324
- "@repo/package.bundle": "4.14.2",
325
- "@repo/package.config": "4.14.2",
326
- "@repo/test-config": "4.14.2",
327
- "@repo/tsconfig": "4.14.2",
328
- "@sanity/codegen": "4.14.2"
323
+ "@repo/eslint-config": "4.14.3-next.2+f8b4e87fdb",
324
+ "@repo/package.bundle": "4.14.3-next.2+f8b4e87fdb",
325
+ "@repo/package.config": "4.14.3-next.2+f8b4e87fdb",
326
+ "@repo/dev-aliases": "4.14.3-next.2+f8b4e87fdb",
327
+ "@sanity/codegen": "4.14.3-next.2+f8b4e87fdb",
328
+ "@repo/test-config": "4.14.3-next.2+f8b4e87fdb",
329
+ "@repo/tsconfig": "4.14.3-next.2+f8b4e87fdb"
329
330
  },
330
331
  "peerDependencies": {
331
332
  "react": "^18 || ^19",