@dotcms/experiments 0.0.1-alpha.21 → 0.0.1-alpha.23
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.
- package/index.esm.js +7 -9
- package/package.json +2 -2
package/index.esm.js
CHANGED
|
@@ -1076,16 +1076,14 @@ $$d({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign$1
|
|
|
1076
1076
|
assign: assign$1
|
|
1077
1077
|
});
|
|
1078
1078
|
|
|
1079
|
-
function _objectWithoutPropertiesLoose(
|
|
1080
|
-
if (
|
|
1081
|
-
var
|
|
1082
|
-
for (var
|
|
1083
|
-
if (
|
|
1084
|
-
|
|
1085
|
-
target[key] = source[key];
|
|
1086
|
-
}
|
|
1079
|
+
function _objectWithoutPropertiesLoose(r, e) {
|
|
1080
|
+
if (null == r) return {};
|
|
1081
|
+
var t = {};
|
|
1082
|
+
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
1083
|
+
if (e.indexOf(n) >= 0) continue;
|
|
1084
|
+
t[n] = r[n];
|
|
1087
1085
|
}
|
|
1088
|
-
return
|
|
1086
|
+
return t;
|
|
1089
1087
|
}
|
|
1090
1088
|
|
|
1091
1089
|
var objectDefineProperties = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcms/experiments",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.23",
|
|
4
4
|
"description": "Official JavaScript library to use Experiments with DotCMS.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">=18",
|
|
27
27
|
"react-dom": ">=18",
|
|
28
|
-
"@dotcms/client": "0.0.1-alpha.
|
|
28
|
+
"@dotcms/client": "0.0.1-alpha.23"
|
|
29
29
|
},
|
|
30
30
|
"module": "./index.esm.js",
|
|
31
31
|
"type": "module",
|