@uniformdev/context-vue 19.173.2-alpha.8 → 19.175.1-alpha.35

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.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as vue_demi from 'vue-demi';
2
2
  import { ConcreteComponent, PropType, App } from 'vue-demi';
3
3
  import { PersonalizedVariant, TestVariant, EnrichmentData, Context, Quirks, ScoreVector } from '@uniformdev/context';
4
- import * as _uniformdev_context_dist_types_4YSyIXmc from '@uniformdev/context/dist/types-4YSyIXmc';
4
+ import * as _uniformdev_context_dist_types_ChPJrElE from '@uniformdev/context/dist/types-ChPJrElE';
5
5
 
6
6
  type PersonalizedVariationComponentProps = PersonalizedVariant & {
7
7
  personalizationResult: {
@@ -69,7 +69,7 @@ declare const PersonalizeStandard: vue_demi.DefineComponent<{
69
69
  required: true;
70
70
  };
71
71
  variations: {
72
- type: PropType<_uniformdev_context_dist_types_4YSyIXmc.a5[]>;
72
+ type: PropType<_uniformdev_context_dist_types_ChPJrElE.a5[]>;
73
73
  required: true;
74
74
  };
75
75
  component: {
@@ -90,7 +90,7 @@ declare const PersonalizeStandard: vue_demi.DefineComponent<{
90
90
  required: true;
91
91
  };
92
92
  variations: {
93
- type: PropType<_uniformdev_context_dist_types_4YSyIXmc.a5[]>;
93
+ type: PropType<_uniformdev_context_dist_types_ChPJrElE.a5[]>;
94
94
  required: true;
95
95
  };
96
96
  component: {
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as vue_demi from 'vue-demi';
2
2
  import { ConcreteComponent, PropType, App } from 'vue-demi';
3
3
  import { PersonalizedVariant, TestVariant, EnrichmentData, Context, Quirks, ScoreVector } from '@uniformdev/context';
4
- import * as _uniformdev_context_dist_types_4YSyIXmc from '@uniformdev/context/dist/types-4YSyIXmc';
4
+ import * as _uniformdev_context_dist_types_ChPJrElE from '@uniformdev/context/dist/types-ChPJrElE';
5
5
 
6
6
  type PersonalizedVariationComponentProps = PersonalizedVariant & {
7
7
  personalizationResult: {
@@ -69,7 +69,7 @@ declare const PersonalizeStandard: vue_demi.DefineComponent<{
69
69
  required: true;
70
70
  };
71
71
  variations: {
72
- type: PropType<_uniformdev_context_dist_types_4YSyIXmc.a5[]>;
72
+ type: PropType<_uniformdev_context_dist_types_ChPJrElE.a5[]>;
73
73
  required: true;
74
74
  };
75
75
  component: {
@@ -90,7 +90,7 @@ declare const PersonalizeStandard: vue_demi.DefineComponent<{
90
90
  required: true;
91
91
  };
92
92
  variations: {
93
- type: PropType<_uniformdev_context_dist_types_4YSyIXmc.a5[]>;
93
+ type: PropType<_uniformdev_context_dist_types_ChPJrElE.a5[]>;
94
94
  required: true;
95
95
  };
96
96
  component: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-vue",
3
- "version": "19.173.2-alpha.8+7b0bc70fd5",
3
+ "version": "19.175.1-alpha.35+f2ac62967d",
4
4
  "description": "Vue SDK for Uniform Context",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "document": "api-extractor run --local"
24
24
  },
25
25
  "dependencies": {
26
- "@uniformdev/context": "19.173.2-alpha.8+7b0bc70fd5",
26
+ "@uniformdev/context": "19.175.1-alpha.35+f2ac62967d",
27
27
  "cookie-es": "^1.0.0",
28
28
  "dequal": "^2.0.2",
29
29
  "uuid": "9.0.1",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "7b0bc70fd58912415a860667c266cb339fa8133a"
62
+ "gitHead": "f2ac62967d4046285a3cf007cf90fd2889510262"
63
63
  }