@symbo.ls/atoms 2.11.310 → 2.11.311

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.
Files changed (2) hide show
  1. package/Collection.js +2 -2
  2. package/package.json +2 -2
package/Collection.js CHANGED
@@ -24,11 +24,11 @@ export const Collection = {
24
24
  ref.__noCollectionDifference = true
25
25
  return
26
26
  } else {
27
- ref.__collectionCache = param
27
+ ref.__collectionCache = deepClone(param)
28
28
  delete ref.__noCollectionDifference
29
29
  }
30
30
  } else {
31
- ref.__collectionCache = param
31
+ ref.__collectionCache = deepClone(param)
32
32
  }
33
33
 
34
34
  const obj = {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.310",
3
+ "version": "2.11.311",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "3e774509842b471eda7cd8d34ea79bd8c70c79a9",
6
+ "gitHead": "a8518a806aae49ea0e9ae35209dfbbc0f0a03253",
7
7
  "dependencies": {
8
8
  "@domql/state": "latest",
9
9
  "@domql/utils": "latest",