@regulaforensics/vp-frontend-document-components 7.2.1715-nightly → 7.2.1717-nightly

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,20 +1,25 @@
1
1
  {
2
2
  "name": "@regulaforensics/vp-frontend-document-components",
3
- "version": "7.2.1715-nightly",
3
+ "version": "7.2.1717-nightly",
4
4
  "description": "Regula framework agnostic web components to work with webcamera",
5
- "types": "lib/index.d.ts",
6
- "main": "dist/main.js",
7
- "module": "esm/main.js",
5
+ "types": "./dist/index.d.ts",
6
+ "main": "./dist/main.js",
7
+ "module": "./dist/main.js",
8
+ "type": "module",
9
+ "exports": {
10
+ "import": "./dist/main.js",
11
+ "types": "./dist/index.d.ts"
12
+ },
8
13
  "files": [
9
- "dist",
10
- "esm",
11
- "lib"
14
+ "dist/main.js",
15
+ "dist/main.iife.js",
16
+ "dist/index.d.ts"
12
17
  ],
13
18
  "author": "Regula Forensics, Inc.",
14
19
  "license": "MIT",
15
20
  "homepage": "https://storybook-document.regulaforensics.com/",
16
21
  "scripts": {
17
- "build": "webpack --config webpack-umd.js && webpack --config webpack-esm.js",
22
+ "build": "vite build",
18
23
  "test": "jest --testPathPattern=src/tests"
19
24
  },
20
25
  "dependencies": {
@@ -1,41 +0,0 @@
1
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2
-
3
- /**
4
- * @license React
5
- * react-dom.production.min.js
6
- *
7
- * Copyright (c) Facebook, Inc. and its affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
-
13
- /**
14
- * @license React
15
- * react-jsx-runtime.production.min.js
16
- *
17
- * Copyright (c) Facebook, Inc. and its affiliates.
18
- *
19
- * This source code is licensed under the MIT license found in the
20
- * LICENSE file in the root directory of this source tree.
21
- */
22
-
23
- /**
24
- * @license React
25
- * react.production.min.js
26
- *
27
- * Copyright (c) Facebook, Inc. and its affiliates.
28
- *
29
- * This source code is licensed under the MIT license found in the
30
- * LICENSE file in the root directory of this source tree.
31
- */
32
-
33
- /**
34
- * @license React
35
- * scheduler.production.min.js
36
- *
37
- * Copyright (c) Facebook, Inc. and its affiliates.
38
- *
39
- * This source code is licensed under the MIT license found in the
40
- * LICENSE file in the root directory of this source tree.
41
- */