@uniformdev/canvas-next-rsc-client 19.79.1-alpha.25 → 19.79.1-alpha.27

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
@@ -509,6 +509,25 @@ var __privateMethod = (obj, member, method) => {
509
509
  return method;
510
510
  };
511
511
  var ENR_SEPARATOR = "_";
512
+ var _signal;
513
+ var _id;
514
+ _signal = /* @__PURE__ */ new WeakMap();
515
+ _id = /* @__PURE__ */ new WeakMap();
516
+ var _evaluator;
517
+ var _onLogMessage;
518
+ _evaluator = /* @__PURE__ */ new WeakMap();
519
+ _onLogMessage = /* @__PURE__ */ new WeakMap();
520
+ var _mf;
521
+ var _signalInstances;
522
+ var _goalEvaluators;
523
+ var _onLogMessage2;
524
+ _mf = /* @__PURE__ */ new WeakMap();
525
+ _signalInstances = /* @__PURE__ */ new WeakMap();
526
+ _goalEvaluators = /* @__PURE__ */ new WeakMap();
527
+ _onLogMessage2 = /* @__PURE__ */ new WeakMap();
528
+ function getEnrichmentVectorKey(category, value) {
529
+ return `${category}${ENR_SEPARATOR}${value}`;
530
+ }
512
531
  function isNumberMatch(lhs, match) {
513
532
  var _a;
514
533
  if (typeof lhs === "undefined" || lhs === null) {
@@ -538,13 +557,6 @@ function explainNumberMatch(lhs, match) {
538
557
  function explainNumberMatchCriteria(match) {
539
558
  return `${match.op} ${match.rhs}`;
540
559
  }
541
- function getEnrichmentVectorKey(category, value) {
542
- return `${category}${ENR_SEPARATOR}${value}`;
543
- }
544
- var _goal;
545
- var _id;
546
- _goal = /* @__PURE__ */ new WeakMap();
547
- _id = /* @__PURE__ */ new WeakMap();
548
560
  var pageViewCountDimension = getEnrichmentVectorKey("$pvc", "v");
549
561
  var pageViewCountEvaluator = ({ update, criteria, commands, onLogMessage }) => {
550
562
  var _a, _b;
@@ -582,26 +594,6 @@ var pageViewCountEvaluator = ({ update, criteria, commands, onLogMessage }) => {
582
594
  pageViewCountEvaluator.alwaysExecute = true;
583
595
  var _evaluators;
584
596
  _evaluators = /* @__PURE__ */ new WeakMap();
585
- var _goal2;
586
- var _id2;
587
- _goal2 = /* @__PURE__ */ new WeakMap();
588
- _id2 = /* @__PURE__ */ new WeakMap();
589
- var _goal3;
590
- var _id3;
591
- _goal3 = /* @__PURE__ */ new WeakMap();
592
- _id3 = /* @__PURE__ */ new WeakMap();
593
- var _evaluator;
594
- var _onLogMessage;
595
- _evaluator = /* @__PURE__ */ new WeakMap();
596
- _onLogMessage = /* @__PURE__ */ new WeakMap();
597
- var _mf;
598
- var _signalInstances;
599
- var _goalEvaluators;
600
- var _onLogMessage2;
601
- _mf = /* @__PURE__ */ new WeakMap();
602
- _signalInstances = /* @__PURE__ */ new WeakMap();
603
- _goalEvaluators = /* @__PURE__ */ new WeakMap();
604
- _onLogMessage2 = /* @__PURE__ */ new WeakMap();
605
597
  var _data;
606
598
  var _initialData;
607
599
  var _mitt;
package/dist/index.js CHANGED
@@ -531,6 +531,25 @@ var __privateMethod = (obj, member, method) => {
531
531
  return method;
532
532
  };
533
533
  var ENR_SEPARATOR = "_";
534
+ var _signal;
535
+ var _id;
536
+ _signal = /* @__PURE__ */ new WeakMap();
537
+ _id = /* @__PURE__ */ new WeakMap();
538
+ var _evaluator;
539
+ var _onLogMessage;
540
+ _evaluator = /* @__PURE__ */ new WeakMap();
541
+ _onLogMessage = /* @__PURE__ */ new WeakMap();
542
+ var _mf;
543
+ var _signalInstances;
544
+ var _goalEvaluators;
545
+ var _onLogMessage2;
546
+ _mf = /* @__PURE__ */ new WeakMap();
547
+ _signalInstances = /* @__PURE__ */ new WeakMap();
548
+ _goalEvaluators = /* @__PURE__ */ new WeakMap();
549
+ _onLogMessage2 = /* @__PURE__ */ new WeakMap();
550
+ function getEnrichmentVectorKey(category, value) {
551
+ return `${category}${ENR_SEPARATOR}${value}`;
552
+ }
534
553
  function isNumberMatch(lhs, match) {
535
554
  var _a;
536
555
  if (typeof lhs === "undefined" || lhs === null) {
@@ -560,13 +579,6 @@ function explainNumberMatch(lhs, match) {
560
579
  function explainNumberMatchCriteria(match) {
561
580
  return `${match.op} ${match.rhs}`;
562
581
  }
563
- function getEnrichmentVectorKey(category, value) {
564
- return `${category}${ENR_SEPARATOR}${value}`;
565
- }
566
- var _goal;
567
- var _id;
568
- _goal = /* @__PURE__ */ new WeakMap();
569
- _id = /* @__PURE__ */ new WeakMap();
570
582
  var pageViewCountDimension = getEnrichmentVectorKey("$pvc", "v");
571
583
  var pageViewCountEvaluator = ({ update, criteria, commands, onLogMessage }) => {
572
584
  var _a, _b;
@@ -604,26 +616,6 @@ var pageViewCountEvaluator = ({ update, criteria, commands, onLogMessage }) => {
604
616
  pageViewCountEvaluator.alwaysExecute = true;
605
617
  var _evaluators;
606
618
  _evaluators = /* @__PURE__ */ new WeakMap();
607
- var _goal2;
608
- var _id2;
609
- _goal2 = /* @__PURE__ */ new WeakMap();
610
- _id2 = /* @__PURE__ */ new WeakMap();
611
- var _goal3;
612
- var _id3;
613
- _goal3 = /* @__PURE__ */ new WeakMap();
614
- _id3 = /* @__PURE__ */ new WeakMap();
615
- var _evaluator;
616
- var _onLogMessage;
617
- _evaluator = /* @__PURE__ */ new WeakMap();
618
- _onLogMessage = /* @__PURE__ */ new WeakMap();
619
- var _mf;
620
- var _signalInstances;
621
- var _goalEvaluators;
622
- var _onLogMessage2;
623
- _mf = /* @__PURE__ */ new WeakMap();
624
- _signalInstances = /* @__PURE__ */ new WeakMap();
625
- _goalEvaluators = /* @__PURE__ */ new WeakMap();
626
- _onLogMessage2 = /* @__PURE__ */ new WeakMap();
627
619
  var _data;
628
620
  var _initialData;
629
621
  var _mitt;
package/dist/index.mjs CHANGED
@@ -509,6 +509,25 @@ var __privateMethod = (obj, member, method) => {
509
509
  return method;
510
510
  };
511
511
  var ENR_SEPARATOR = "_";
512
+ var _signal;
513
+ var _id;
514
+ _signal = /* @__PURE__ */ new WeakMap();
515
+ _id = /* @__PURE__ */ new WeakMap();
516
+ var _evaluator;
517
+ var _onLogMessage;
518
+ _evaluator = /* @__PURE__ */ new WeakMap();
519
+ _onLogMessage = /* @__PURE__ */ new WeakMap();
520
+ var _mf;
521
+ var _signalInstances;
522
+ var _goalEvaluators;
523
+ var _onLogMessage2;
524
+ _mf = /* @__PURE__ */ new WeakMap();
525
+ _signalInstances = /* @__PURE__ */ new WeakMap();
526
+ _goalEvaluators = /* @__PURE__ */ new WeakMap();
527
+ _onLogMessage2 = /* @__PURE__ */ new WeakMap();
528
+ function getEnrichmentVectorKey(category, value) {
529
+ return `${category}${ENR_SEPARATOR}${value}`;
530
+ }
512
531
  function isNumberMatch(lhs, match) {
513
532
  var _a;
514
533
  if (typeof lhs === "undefined" || lhs === null) {
@@ -538,13 +557,6 @@ function explainNumberMatch(lhs, match) {
538
557
  function explainNumberMatchCriteria(match) {
539
558
  return `${match.op} ${match.rhs}`;
540
559
  }
541
- function getEnrichmentVectorKey(category, value) {
542
- return `${category}${ENR_SEPARATOR}${value}`;
543
- }
544
- var _goal;
545
- var _id;
546
- _goal = /* @__PURE__ */ new WeakMap();
547
- _id = /* @__PURE__ */ new WeakMap();
548
560
  var pageViewCountDimension = getEnrichmentVectorKey("$pvc", "v");
549
561
  var pageViewCountEvaluator = ({ update, criteria, commands, onLogMessage }) => {
550
562
  var _a, _b;
@@ -582,26 +594,6 @@ var pageViewCountEvaluator = ({ update, criteria, commands, onLogMessage }) => {
582
594
  pageViewCountEvaluator.alwaysExecute = true;
583
595
  var _evaluators;
584
596
  _evaluators = /* @__PURE__ */ new WeakMap();
585
- var _goal2;
586
- var _id2;
587
- _goal2 = /* @__PURE__ */ new WeakMap();
588
- _id2 = /* @__PURE__ */ new WeakMap();
589
- var _goal3;
590
- var _id3;
591
- _goal3 = /* @__PURE__ */ new WeakMap();
592
- _id3 = /* @__PURE__ */ new WeakMap();
593
- var _evaluator;
594
- var _onLogMessage;
595
- _evaluator = /* @__PURE__ */ new WeakMap();
596
- _onLogMessage = /* @__PURE__ */ new WeakMap();
597
- var _mf;
598
- var _signalInstances;
599
- var _goalEvaluators;
600
- var _onLogMessage2;
601
- _mf = /* @__PURE__ */ new WeakMap();
602
- _signalInstances = /* @__PURE__ */ new WeakMap();
603
- _goalEvaluators = /* @__PURE__ */ new WeakMap();
604
- _onLogMessage2 = /* @__PURE__ */ new WeakMap();
605
597
  var _data;
606
598
  var _initialData;
607
599
  var _mitt;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next-rsc-client",
3
- "version": "19.79.1-alpha.25+87cea1cd47",
3
+ "version": "19.79.1-alpha.27+5e2f87ff01",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "scripts": {
6
6
  "build": "tsup",
@@ -32,9 +32,9 @@
32
32
  "react-dom": "18.2.0"
33
33
  },
34
34
  "dependencies": {
35
- "@uniformdev/canvas": "19.79.1-alpha.25+87cea1cd47",
36
- "@uniformdev/canvas-next-rsc-shared": "^19.79.1-alpha.25+87cea1cd47",
37
- "@uniformdev/canvas-react": "^19.79.1-alpha.25+87cea1cd47"
35
+ "@uniformdev/canvas": "19.79.1-alpha.27+5e2f87ff01",
36
+ "@uniformdev/canvas-next-rsc-shared": "^19.79.1-alpha.27+5e2f87ff01",
37
+ "@uniformdev/canvas-react": "^19.79.1-alpha.27+5e2f87ff01"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=16.14.0"
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "87cea1cd47c691f7d32b876660d5f7c984bb1d87"
50
+ "gitHead": "5e2f87ff01223f6e9a407aec39a6e900e4587ec1"
51
51
  }