@sanity/migrate
Advanced tools
Comparing version 3.49.0 to 3.50.0
@@ -354,4 +354,4 @@ import {KeyedSegment} from '@sanity/types' | ||
* ```ts | ||
* const prependFoo = insert(['foo'], 'before') | ||
* const appendFooAndBar = insert(['foo', 'bar'], 'after') | ||
* const prependFoo = insert(['foo'], 'before', 0) | ||
* const appendFooAndBar = insert(['foo', 'bar'], 'after', someArray.length -1) | ||
* const insertObjAfterXYZ = insert({name: 'foo'}, 'after', {_key: 'xyz'}]) | ||
@@ -358,0 +358,0 @@ * ``` |
{ | ||
"name": "@sanity/migrate", | ||
"version": "3.49.0", | ||
"version": "3.50.0", | ||
"description": "Tooling for running data migrations on Sanity.io projects", | ||
@@ -54,5 +54,5 @@ "keywords": [ | ||
"@bjoerge/mutiny": "^0.5.1", | ||
"@sanity/client": "^6.20.0", | ||
"@sanity/types": "3.49.0", | ||
"@sanity/util": "3.49.0", | ||
"@sanity/client": "^6.21.0", | ||
"@sanity/types": "3.50.0", | ||
"@sanity/util": "3.50.0", | ||
"arrify": "^2.0.1", | ||
@@ -66,3 +66,3 @@ "debug": "^4.3.4", | ||
"@jest/globals": "^29.7.0", | ||
"@repo/package.config": "3.49.0", | ||
"@repo/package.config": "3.50.0", | ||
"@types/arrify": "^2.0.1", | ||
@@ -75,3 +75,3 @@ "@types/debug": "^4.1.12", | ||
}, | ||
"gitHead": "a5affb8a45072b02dd0a2de8eec01e0abb2f5930" | ||
"gitHead": "49f278adb11869e91b7582e80cba0c548444d7be" | ||
} |
@@ -123,4 +123,4 @@ import arrify from 'arrify' | ||
* ```ts | ||
* const prependFoo = insert(['foo'], 'before') | ||
* const appendFooAndBar = insert(['foo', 'bar'], 'after') | ||
* const prependFoo = insert(['foo'], 'before', 0) | ||
* const appendFooAndBar = insert(['foo', 'bar'], 'after', someArray.length -1) | ||
* const insertObjAfterXYZ = insert({name: 'foo'}, 'after', {_key: 'xyz'}]) | ||
@@ -127,0 +127,0 @@ * ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3
6284464
90
7619
+ Added@sanity/types@3.50.0(transitive)
+ Added@sanity/util@3.50.0(transitive)
- Removed@sanity/types@3.49.0(transitive)
- Removed@sanity/util@3.49.0(transitive)
Updated@sanity/client@^6.21.0
Updated@sanity/types@3.50.0
Updated@sanity/util@3.50.0