@sanity/migrate
Advanced tools
Comparing version 3.36.2 to 3.36.3
{ | ||
"name": "@sanity/migrate", | ||
"version": "3.36.2", | ||
"version": "3.36.3", | ||
"description": "Tooling for running data migrations on Sanity.io projects", | ||
@@ -39,2 +39,6 @@ "keywords": [ | ||
}, | ||
"main": "./lib/_exports/index.js", | ||
"module": "./lib/_exports/index.esm.js", | ||
"source": "./src/_exports/index.ts", | ||
"types": "./lib/dts/src/_exports/index.d.ts", | ||
"typesVersions": { | ||
@@ -47,6 +51,2 @@ "*": { | ||
}, | ||
"main": "./lib/_exports/index.js", | ||
"module": "./lib/_exports/index.esm.js", | ||
"source": "./src/_exports/index.ts", | ||
"types": "./lib/dts/src/_exports/index.d.ts", | ||
"files": [ | ||
@@ -64,4 +64,4 @@ "lib", | ||
"lint": "eslint .", | ||
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json", | ||
"test": "jest" | ||
"test": "jest", | ||
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json" | ||
}, | ||
@@ -71,8 +71,8 @@ "dependencies": { | ||
"@sanity/client": "^6.15.7", | ||
"@sanity/types": "3.36.2", | ||
"@sanity/util": "3.36.2", | ||
"@sanity/types": "3.36.3", | ||
"@sanity/util": "3.36.3", | ||
"arrify": "^2.0.1", | ||
"debug": "^4.3.4", | ||
"fast-fifo": "^1.3.2", | ||
"groq-js": "^1.5.0", | ||
"groq-js": "^1.7.0", | ||
"p-map": "^7.0.1" | ||
@@ -89,3 +89,3 @@ }, | ||
}, | ||
"gitHead": "01f69c354af02bea455f5caed644aa140ae1343f" | ||
"gitHead": "e99c3451f73d5d16c1842490ab2f9e38f490afe6" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@sanity/types@3.36.3(transitive)
+ Added@sanity/util@3.36.3(transitive)
- Removed@sanity/types@3.36.2(transitive)
- Removed@sanity/util@3.36.2(transitive)
Updated@sanity/types@3.36.3
Updated@sanity/util@3.36.3
Updatedgroq-js@^1.7.0