@sanity/mutate
Advanced tools
Comparing version 0.11.0-canary.3 to 0.11.0-canary.4
@@ -1,2 +0,2 @@ | ||
import groupBy from "lodash/groupBy.js"; | ||
import { groupBy } from "lodash-es"; | ||
import { assignId, nanoid, hasId, applyPatchMutation, applyNodePatch, applyPatches } from "./utils.js"; | ||
@@ -3,0 +3,0 @@ import { getAtPath } from "./getAtPath.js"; |
import { applyPatches as applyPatches$1, parsePatch, stringifyPatches, makePatches } from "@sanity/diff-match-patch"; | ||
import groupBy from "lodash/groupBy.js"; | ||
import { groupBy } from "lodash-es"; | ||
import { applyPatch } from "mendoza"; | ||
@@ -4,0 +4,0 @@ import { share, filter, merge, shareReplay, defer, observeOn, asapScheduler } from "rxjs"; |
{ | ||
"name": "@sanity/mutate", | ||
"version": "0.11.0-canary.3", | ||
"version": "0.11.0-canary.4", | ||
"description": "Experimental toolkit for working with Sanity mutations in JavaScript & TypeScript", | ||
@@ -90,2 +90,3 @@ "keywords": [ | ||
"lodash": "^4.17.21", | ||
"lodash-es": "^4.17.21", | ||
"mendoza": "^3.0.7", | ||
@@ -92,0 +93,0 @@ "rxjs": "^7.8.1" |
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
1169212
8
+ Addedlodash-es@^4.17.21
+ Addedlodash-es@4.17.21(transitive)