@uniformdev/context-vue 20.75.1-alpha.16 → 20.75.1-alpha.6
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -263,13 +263,13 @@ type UniformContextProps = {
|
|
|
263
263
|
* - `standard` - Emits selected variants as HTML suitable for SSR or SSG
|
|
264
264
|
* - `edge` - Emits all variants suitable for Edge-side personalization selection
|
|
265
265
|
*
|
|
266
|
-
* @
|
|
266
|
+
* @defaultValue standard
|
|
267
267
|
*/
|
|
268
268
|
outputType?: VariantOutputType;
|
|
269
269
|
/**
|
|
270
270
|
* Whether to track a route change to the current URL when this component is rendered.
|
|
271
271
|
*
|
|
272
|
-
* @
|
|
272
|
+
* @defaultValue true
|
|
273
273
|
*/
|
|
274
274
|
trackRouteOnRender?: boolean;
|
|
275
275
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -263,13 +263,13 @@ type UniformContextProps = {
|
|
|
263
263
|
* - `standard` - Emits selected variants as HTML suitable for SSR or SSG
|
|
264
264
|
* - `edge` - Emits all variants suitable for Edge-side personalization selection
|
|
265
265
|
*
|
|
266
|
-
* @
|
|
266
|
+
* @defaultValue standard
|
|
267
267
|
*/
|
|
268
268
|
outputType?: VariantOutputType;
|
|
269
269
|
/**
|
|
270
270
|
* Whether to track a route change to the current URL when this component is rendered.
|
|
271
271
|
*
|
|
272
|
-
* @
|
|
272
|
+
* @defaultValue true
|
|
273
273
|
*/
|
|
274
274
|
trackRouteOnRender?: boolean;
|
|
275
275
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-vue",
|
|
3
|
-
"version": "20.75.1-alpha.
|
|
3
|
+
"version": "20.75.1-alpha.6+28f494b01a",
|
|
4
4
|
"description": "Vue SDK for Uniform Context",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"apidocs-extract": "api-extractor run --local"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@uniformdev/context": "20.75.1-alpha.
|
|
31
|
+
"@uniformdev/context": "20.75.1-alpha.6+28f494b01a",
|
|
32
32
|
"cookie-es": "2.0.0",
|
|
33
33
|
"dequal": "2.0.3"
|
|
34
34
|
},
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "28f494b01a1b988afdf9f7e3ecf6fad402bb3777"
|
|
54
54
|
}
|