@uniformdev/canvas-next-rsc-client 20.3.1-alpha.7 → 20.4.1-alpha.15

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/dist/index.esm.js CHANGED
@@ -720,6 +720,7 @@ defaultData_fn = function() {
720
720
  controlGroup: (_c = (_b = __privateGet(this, _options).manifest) == null ? void 0 : _b.rollForControlGroup()) != null ? _c : false
721
721
  };
722
722
  };
723
+ var _personalizationSelectionAlgorithms;
723
724
  var _serverTransitionState;
724
725
  var _scores;
725
726
  var _state;
@@ -733,6 +734,7 @@ var emitTest_fn;
733
734
  var updateGoals_fn;
734
735
  var updateComputedScores_fn;
735
736
  var calculateScores_fn;
737
+ _personalizationSelectionAlgorithms = /* @__PURE__ */ new WeakMap();
736
738
  _serverTransitionState = /* @__PURE__ */ new WeakMap();
737
739
  _scores = /* @__PURE__ */ new WeakMap();
738
740
  _state = /* @__PURE__ */ new WeakMap();
package/dist/index.js CHANGED
@@ -746,6 +746,7 @@ defaultData_fn = function() {
746
746
  controlGroup: (_c = (_b = __privateGet(this, _options).manifest) == null ? void 0 : _b.rollForControlGroup()) != null ? _c : false
747
747
  };
748
748
  };
749
+ var _personalizationSelectionAlgorithms;
749
750
  var _serverTransitionState;
750
751
  var _scores;
751
752
  var _state;
@@ -759,6 +760,7 @@ var emitTest_fn;
759
760
  var updateGoals_fn;
760
761
  var updateComputedScores_fn;
761
762
  var calculateScores_fn;
763
+ _personalizationSelectionAlgorithms = /* @__PURE__ */ new WeakMap();
762
764
  _serverTransitionState = /* @__PURE__ */ new WeakMap();
763
765
  _scores = /* @__PURE__ */ new WeakMap();
764
766
  _state = /* @__PURE__ */ new WeakMap();
package/dist/index.mjs CHANGED
@@ -720,6 +720,7 @@ defaultData_fn = function() {
720
720
  controlGroup: (_c = (_b = __privateGet(this, _options).manifest) == null ? void 0 : _b.rollForControlGroup()) != null ? _c : false
721
721
  };
722
722
  };
723
+ var _personalizationSelectionAlgorithms;
723
724
  var _serverTransitionState;
724
725
  var _scores;
725
726
  var _state;
@@ -733,6 +734,7 @@ var emitTest_fn;
733
734
  var updateGoals_fn;
734
735
  var updateComputedScores_fn;
735
736
  var calculateScores_fn;
737
+ _personalizationSelectionAlgorithms = /* @__PURE__ */ new WeakMap();
736
738
  _serverTransitionState = /* @__PURE__ */ new WeakMap();
737
739
  _scores = /* @__PURE__ */ new WeakMap();
738
740
  _state = /* @__PURE__ */ new WeakMap();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc-client",
3
- "version": "20.3.1-alpha.7+bede5bf489",
3
+ "version": "20.4.1-alpha.15+73b27bfcce",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -33,9 +33,9 @@
33
33
  "typescript": "5.7.2"
34
34
  },
35
35
  "dependencies": {
36
- "@uniformdev/canvas": "20.3.1-alpha.7+bede5bf489",
37
- "@uniformdev/canvas-next-rsc-shared": "^20.3.1-alpha.7+bede5bf489",
38
- "@uniformdev/canvas-react": "^20.3.1-alpha.7+bede5bf489"
36
+ "@uniformdev/canvas": "20.4.1-alpha.15+73b27bfcce",
37
+ "@uniformdev/canvas-next-rsc-shared": "^20.4.1-alpha.15+73b27bfcce",
38
+ "@uniformdev/canvas-react": "^20.4.1-alpha.15+73b27bfcce"
39
39
  },
40
40
  "engines": {
41
41
  "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "bede5bf4893bf814af6aba78a558e28efd9f5682"
51
+ "gitHead": "73b27bfcce749c31e7ab50bdc9bb86ac1294903d"
52
52
  }