@uniformdev/context-vue 19.167.2-alpha.3 → 19.170.1-alpha.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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +3 -3
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
|
4
|
+
import * as _uniformdev_context_dist_types_4YSyIXmc from '@uniformdev/context/dist/types-4YSyIXmc';
|
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<
|
72
|
+
type: PropType<_uniformdev_context_dist_types_4YSyIXmc.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<
|
93
|
+
type: PropType<_uniformdev_context_dist_types_4YSyIXmc.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
|
4
|
+
import * as _uniformdev_context_dist_types_4YSyIXmc from '@uniformdev/context/dist/types-4YSyIXmc';
|
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<
|
72
|
+
type: PropType<_uniformdev_context_dist_types_4YSyIXmc.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<
|
93
|
+
type: PropType<_uniformdev_context_dist_types_4YSyIXmc.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.
|
3
|
+
"version": "19.170.1-alpha.0+e3f11f9551",
|
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.
|
26
|
+
"@uniformdev/context": "19.170.1-alpha.0+e3f11f9551",
|
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": "
|
62
|
+
"gitHead": "e3f11f95516524a58965ae891f4843a559b9cfbb"
|
63
63
|
}
|