@tailor-cms/ce-brightcove-video-display 0.0.1 → 0.0.2

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.cjs CHANGED
@@ -4,7 +4,11 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
4
4
  const vue = require("vue");
5
5
  var type = "BRIGHTCOVE_VIDEO";
6
6
  var name = "Brightcove Video";
7
- var initState = () => ({});
7
+ var initState = () => ({
8
+ accountId: "",
9
+ playerId: "",
10
+ videoId: ""
11
+ });
8
12
  var ui = {
9
13
  // Display icon, https://pictogrammers.com/library/mdi/
10
14
  icon: "mdi-video",
package/dist/index.js CHANGED
@@ -2,7 +2,11 @@ import "./index.css";
2
2
  import { defineComponent, ref, computed, watch, onMounted, onBeforeUnmount, resolveComponent, createElementBlock, openBlock, createBlock, createCommentVNode, withDirectives, withCtx, createVNode, createElementVNode, vShow } from "vue";
3
3
  var type = "BRIGHTCOVE_VIDEO";
4
4
  var name = "Brightcove Video";
5
- var initState = () => ({});
5
+ var initState = () => ({
6
+ accountId: "",
7
+ playerId: "",
8
+ videoId: ""
9
+ });
6
10
  var ui = {
7
11
  // Display icon, https://pictogrammers.com/library/mdi/
8
12
  icon: "mdi-video",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tailor CMS Brightcove video end-user component",
4
4
  "author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
5
5
  "type": "module",
6
- "version": "0.0.1",
6
+ "version": "0.0.2",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "typescript": "^5.7.3",
25
25
  "vite": "^6.1.0",
26
26
  "vue-tsc": "^2.2.0",
27
- "@tailor-cms/ce-brightcove-video-manifest": "0.0.1"
27
+ "@tailor-cms/ce-brightcove-video-manifest": "0.0.2"
28
28
  },
29
29
  "dependencies": {
30
30
  "lodash": "^4.17.21",