@uniformdev/context-vue 16.2.1-nuxt.338 → 17.1.1-alpha.151

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -3
  2. 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 _uniformdev_context_dist_types_17d56dd5 from '@uniformdev/context/dist/types-17d56dd5';
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<_uniformdev_context_dist_types_17d56dd5.ad[]>;
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<_uniformdev_context_dist_types_17d56dd5.ad[]>;
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": "16.2.1-nuxt.338+40296dcbc",
3
+ "version": "17.1.1-alpha.151+3c57dd245",
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": "^16.2.1-nuxt.338+40296dcbc",
25
+ "@uniformdev/context": "^17.1.1-alpha.151+3c57dd245",
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.7",
47
- "vue-template-compiler": "2.7.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": "40296dcbc100c48896e99b1fab83117d580dd1e6"
66
+ "gitHead": "3c57dd245b59aa55368da8991d1e39bc633bbed8"
67
67
  }