@uniformdev/context-vue 17.0.0 → 17.1.1-alpha.152
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.ts +3 -3
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as vue_demi from 'vue-demi';
|
|
2
2
|
import { ConcreteComponent, PropType } from 'vue-demi';
|
|
3
3
|
import { TestVariant, Context, PersonalizedVariant, EnrichmentData, Quirks, ScoreVector } from '@uniformdev/context';
|
|
4
|
-
import * as
|
|
4
|
+
import * as _uniformdev_context_dist_types_c398dba8 from '@uniformdev/context/dist/types-c398dba8';
|
|
5
5
|
|
|
6
6
|
interface TestComponentProps {
|
|
7
7
|
/** Name of the test that is running. */
|
|
@@ -168,7 +168,7 @@ declare const PersonalizeStandard: vue_demi.DefineComponent<{
|
|
|
168
168
|
required: true;
|
|
169
169
|
};
|
|
170
170
|
variations: {
|
|
171
|
-
type: PropType<
|
|
171
|
+
type: PropType<_uniformdev_context_dist_types_c398dba8.ad[]>;
|
|
172
172
|
required: true;
|
|
173
173
|
};
|
|
174
174
|
component: {
|
|
@@ -189,7 +189,7 @@ declare const PersonalizeStandard: vue_demi.DefineComponent<{
|
|
|
189
189
|
required: true;
|
|
190
190
|
};
|
|
191
191
|
variations: {
|
|
192
|
-
type: PropType<
|
|
192
|
+
type: PropType<_uniformdev_context_dist_types_c398dba8.ad[]>;
|
|
193
193
|
required: true;
|
|
194
194
|
};
|
|
195
195
|
component: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-vue",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.1.1-alpha.152+e042fdb5e",
|
|
4
4
|
"description": "Vue SDK for Uniform Context",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"format": "prettier --write \"src/**/*.{js,ts,tsx}\""
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@uniformdev/context": "^17.
|
|
25
|
+
"@uniformdev/context": "^17.1.1-alpha.152+e042fdb5e",
|
|
26
26
|
"cookie-es": "^0.5.0",
|
|
27
27
|
"dequal": "^2.0.2",
|
|
28
28
|
"uuid": "8.3.2",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@vue/server-test-utils": "1.3.0",
|
|
44
44
|
"@vue/test-utils": "2.0.2",
|
|
45
45
|
"vue": "3.2.37",
|
|
46
|
-
"vue-server-renderer": "2.7.
|
|
47
|
-
"vue-template-compiler": "2.7.
|
|
46
|
+
"vue-server-renderer": "2.7.10",
|
|
47
|
+
"vue-template-compiler": "2.7.10"
|
|
48
48
|
},
|
|
49
49
|
"files": [
|
|
50
50
|
"dist",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"last 2 versions",
|
|
64
64
|
"not dead"
|
|
65
65
|
],
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "e042fdb5e361019f7fedfc32ece946ec777180ce"
|
|
67
67
|
}
|