@unissey-web/web-components 5.0.0-beta.1 → 5.0.0-beta.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/full-capture.js +1 -1
- package/dist/index.d.ts +6 -2
- package/dist/index.js +2 -2
- package/dist/picture-recorder.js +1 -1
- package/dist/reference-capture.js +1 -1
- package/dist/selfie-capture.js +1 -1
- package/dist/video-recorder-a6eb63ef.js +1197 -0
- package/dist/video-recorder.js +1 -1
- package/package.json +3 -3
- package/dist/video-recorder-1c6c128e.js +0 -1197
package/dist/video-recorder.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './lit-element-ac3d3a27.js';
|
|
2
|
-
export { R as Recorder, V as VideoRecorder } from './video-recorder-
|
|
2
|
+
export { R as Recorder, V as VideoRecorder } from './video-recorder-a6eb63ef.js';
|
|
3
3
|
import './button.js';
|
|
4
4
|
import './en-e76ed5a0.js';
|
|
5
5
|
import './_commonjsHelpers-cef27602.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unissey-web/web-components",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dev:server": "rimraf ./dev-server/dist && rollup --config rollup.dev.mjs",
|
|
10
10
|
"build:base": "npm run build:types && npm run build:pkg",
|
|
11
11
|
"build:types": "tsc",
|
|
12
|
-
"build:pkg": "rimraf dist && rimraf dist-iife && rollup --config",
|
|
12
|
+
"build:pkg": "rimraf dist && rimraf dist-iife && rollup --config --silent",
|
|
13
13
|
"build:storybook": "build-storybook",
|
|
14
14
|
"test": "npm run test:lint && npm run test:format",
|
|
15
15
|
"test:lint": "eslint --ext .ts, ./src",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
"storybook-stylesheet-toggle": "^0.1.3",
|
|
41
41
|
"heic2any": "^0.0.4",
|
|
42
42
|
"@lottiefiles/dotlottie-wc": "^0.5.2",
|
|
43
|
-
"@unissey/sdk-web-js": "0.5.0-beta.
|
|
43
|
+
"@unissey/sdk-web-js": "0.5.0-beta.2"
|
|
44
44
|
}
|
|
45
45
|
}
|