@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.
Files changed (2) hide show
  1. package/index.esm.js +7 -9
  2. 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(source, excluded) {
1080
- if (source == null) return {};
1081
- var target = {};
1082
- for (var key in source) {
1083
- if (Object.prototype.hasOwnProperty.call(source, key)) {
1084
- if (excluded.indexOf(key) >= 0) continue;
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 target;
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.21",
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.21"
28
+ "@dotcms/client": "0.0.1-alpha.23"
29
29
  },
30
30
  "module": "./index.esm.js",
31
31
  "type": "module",