@uniformdev/context-vue 20.70.0 → 20.70.1-alpha.10

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.esm.js CHANGED
@@ -143,7 +143,7 @@ import { defineComponent as defineComponent2, h as h2 } from "vue";
143
143
 
144
144
  // src/providers/useIsPersonalized.ts
145
145
  import { inject as inject2, provide as provide2 } from "vue";
146
- var isPersonalizedSymbol = Symbol("uniformIsPersonalized");
146
+ var isPersonalizedSymbol = /* @__PURE__ */ Symbol("uniformIsPersonalized");
147
147
  var provideIsPersonalized = (isPersonalized) => {
148
148
  provide2(isPersonalizedSymbol, isPersonalized);
149
149
  };
package/dist/index.js CHANGED
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  Personalize: () => Personalize_default,
24
24
  PersonalizeEdge: () => PersonalizeEdge_default,
25
25
  Test: () => Test_default,
@@ -36,7 +36,7 @@ __export(src_exports, {
36
36
  useScores: () => useScores,
37
37
  useUniformContext: () => useUniformContext
38
38
  });
39
- module.exports = __toCommonJS(src_exports);
39
+ module.exports = __toCommonJS(index_exports);
40
40
 
41
41
  // src/components/personalize/Personalize.ts
42
42
  var import_vue7 = require("vue");
@@ -183,7 +183,7 @@ var import_vue5 = require("vue");
183
183
 
184
184
  // src/providers/useIsPersonalized.ts
185
185
  var import_vue4 = require("vue");
186
- var isPersonalizedSymbol = Symbol("uniformIsPersonalized");
186
+ var isPersonalizedSymbol = /* @__PURE__ */ Symbol("uniformIsPersonalized");
187
187
  var provideIsPersonalized = (isPersonalized) => {
188
188
  (0, import_vue4.provide)(isPersonalizedSymbol, isPersonalized);
189
189
  };
package/dist/index.mjs CHANGED
@@ -143,7 +143,7 @@ import { defineComponent as defineComponent2, h as h2 } from "vue";
143
143
 
144
144
  // src/providers/useIsPersonalized.ts
145
145
  import { inject as inject2, provide as provide2 } from "vue";
146
- var isPersonalizedSymbol = Symbol("uniformIsPersonalized");
146
+ var isPersonalizedSymbol = /* @__PURE__ */ Symbol("uniformIsPersonalized");
147
147
  var provideIsPersonalized = (isPersonalized) => {
148
148
  provide2(isPersonalizedSymbol, isPersonalized);
149
149
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-vue",
3
- "version": "20.70.0",
3
+ "version": "20.70.1-alpha.10+6e0ecaf156",
4
4
  "description": "Vue SDK for Uniform Context",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -28,15 +28,15 @@
28
28
  "apidocs-extract": "api-extractor run --local"
29
29
  },
30
30
  "dependencies": {
31
- "@uniformdev/context": "20.70.0",
31
+ "@uniformdev/context": "20.70.1-alpha.10+6e0ecaf156",
32
32
  "cookie-es": "2.0.0",
33
- "dequal": "2.0.2"
33
+ "dequal": "2.0.3"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "vue": ">=3.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "vue": "3.5.17"
39
+ "vue": "3.5.38"
40
40
  },
41
41
  "files": [
42
42
  "dist",
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "3f8f572b37fc7ea5d2f37b1425451973556f3392"
53
+ "gitHead": "6e0ecaf15691da45ddab84cc3ca11c4d048bbbdd"
54
54
  }