@uniformdev/context-vue 19.162.2-alpha.11 → 19.165.0

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_CksFk8Fe from '@uniformdev/context/dist/types-CksFk8Fe';
4
+ import * as _uniformdev_context_dist_types_KWnn2ElZ from '@uniformdev/context/dist/types-KWnn2ElZ';
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_CksFk8Fe.a5[]>;
72
+ type: PropType<_uniformdev_context_dist_types_KWnn2ElZ.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_CksFk8Fe.a5[]>;
93
+ type: PropType<_uniformdev_context_dist_types_KWnn2ElZ.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_CksFk8Fe from '@uniformdev/context/dist/types-CksFk8Fe';
4
+ import * as _uniformdev_context_dist_types_KWnn2ElZ from '@uniformdev/context/dist/types-KWnn2ElZ';
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_CksFk8Fe.a5[]>;
72
+ type: PropType<_uniformdev_context_dist_types_KWnn2ElZ.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_CksFk8Fe.a5[]>;
93
+ type: PropType<_uniformdev_context_dist_types_KWnn2ElZ.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.162.2-alpha.11+5544f3f2ca",
3
+ "version": "19.165.0",
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.162.2-alpha.11+5544f3f2ca",
26
+ "@uniformdev/context": "19.165.0",
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": "5544f3f2ca31829767dbe8511c21b1192a811443"
62
+ "gitHead": "edbe5a9fe21137f383003c6f604934dc9501b6e6"
63
63
  }