@nocobase/utils 2.0.0-alpha.52 → 2.0.0-alpha.54

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/lib/assign.js +0 -1
  2. package/package.json +2 -2
package/lib/assign.js CHANGED
@@ -116,7 +116,6 @@ mergeStrategies.set("union", (x, y) => {
116
116
  mergeStrategies.set(
117
117
  "intersect",
118
118
  (x, y) => (() => {
119
- console.log("intersect inputs:", x, y);
120
119
  if (typeof x === "string") {
121
120
  x = x.split(",");
122
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/utils",
3
- "version": "2.0.0-alpha.52",
3
+ "version": "2.0.0-alpha.54",
4
4
  "main": "lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "license": "AGPL-3.0",
@@ -17,5 +17,5 @@
17
17
  "multer": "^1.4.5-lts.2",
18
18
  "object-path": "^0.11.8"
19
19
  },
20
- "gitHead": "b32992d8baeb4ca6616d839ca2f9c023d49476a9"
20
+ "gitHead": "68c84deaabba0ebec7407bf7245376b8d843449c"
21
21
  }