@uniformdev/canvas-vue 19.58.1 → 19.58.2-alpha.11

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
@@ -231,7 +231,7 @@ var useUniformContextualEditing = ({
231
231
  window.__UNIFORM_CONTEXTUAL_EDITING__ = {
232
232
  framework: "Vue",
233
233
  // Make sure to also update the value in canvas-react
234
- version: 1
234
+ version: 2
235
235
  };
236
236
  const script = document.createElement("script");
237
237
  script.id = IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID;
package/dist/index.js CHANGED
@@ -256,7 +256,7 @@ var useUniformContextualEditing = ({
256
256
  window.__UNIFORM_CONTEXTUAL_EDITING__ = {
257
257
  framework: "Vue",
258
258
  // Make sure to also update the value in canvas-react
259
- version: 1
259
+ version: 2
260
260
  };
261
261
  const script = document.createElement("script");
262
262
  script.id = import_canvas3.IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID;
package/dist/index.mjs CHANGED
@@ -231,7 +231,7 @@ var useUniformContextualEditing = ({
231
231
  window.__UNIFORM_CONTEXTUAL_EDITING__ = {
232
232
  framework: "Vue",
233
233
  // Make sure to also update the value in canvas-react
234
- version: 1
234
+ version: 2
235
235
  };
236
236
  const script = document.createElement("script");
237
237
  script.id = IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-vue",
3
- "version": "19.58.1",
3
+ "version": "19.58.2-alpha.11+9a1da0c41",
4
4
  "description": "Vue SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -23,9 +23,9 @@
23
23
  "document": "api-extractor run --local"
24
24
  },
25
25
  "dependencies": {
26
- "@uniformdev/canvas": "19.58.1",
27
- "@uniformdev/context-vue": "19.58.1",
28
- "@uniformdev/richtext": "19.58.1",
26
+ "@uniformdev/canvas": "19.58.2-alpha.11+9a1da0c41",
27
+ "@uniformdev/context-vue": "19.58.2-alpha.11+9a1da0c41",
28
+ "@uniformdev/richtext": "19.58.2-alpha.11+9a1da0c41",
29
29
  "vue-demi": "^0.14.0"
30
30
  },
31
31
  "peerDependencies": {
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "b889f843979b69f4d17fc6d12a95cc040d9975ad"
62
+ "gitHead": "9a1da0c4162d8d70477d87a876eeaaf4525d94ac"
63
63
  }