@evercam/ui 0.0.53 → 0.0.54-beta.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/ui",
3
- "version": "0.0.53",
3
+ "version": "0.0.54-beta.0",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras.",
@@ -33,6 +33,7 @@
33
33
  "build": "yarn build:lib && yarn build:style && yarn generate-ide-docs",
34
34
  "build:lib": "vite build",
35
35
  "build:style": "postcss src/style/main.css --verbose -o dist/styles.css",
36
+ "build-and-copy": "yarn build && rsync -av --delete ./dist/ ../../node_modules/@evercam/ui/dist/",
36
37
  "typecheck": "vue-tsc --declaration --emitDeclarationOnly",
37
38
  "generate-ide-docs": "node scripts/generate-vetur.mjs && node scripts/generate-web-types.mjs",
38
39
  "ci": "(cd ../..; yarn ci)",
@@ -72,5 +73,8 @@
72
73
  "tags": "dist/tags.json",
73
74
  "attributes": "dist/attributes.json"
74
75
  },
75
- "web-types": "dist/web-types.json"
76
+ "web-types": "dist/web-types.json",
77
+ "dependencies": {
78
+ "hls.js": "^1.5.6"
79
+ }
76
80
  }