@idscan/onboarding 2.0.12 → 2.0.16
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/LICENSE.txt +202 -202
- package/dist/css/onboarding.css +1 -1
- package/dist/js/wrapper.js +1 -1
- package/dist/networks/asyncLoader.c80a6980.js +1 -0
- package/dist/networks/cdnLoader.64c17c7d.js +1 -0
- package/package.json +61 -61
- package/dist/networks/asyncLoader.52c5ed04.js +0 -1
- package/dist/networks/cdnLoader.2caa8b83.js +0 -1
- package/readme.md +0 -237
package/package.json
CHANGED
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@idscan/onboarding",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "Wrapper of the IDVC library for DVS Online.",
|
|
5
|
-
"main": "dist/js/wrapper.js",
|
|
6
|
-
"files": [
|
|
7
|
-
"dist"
|
|
8
|
-
],
|
|
9
|
-
"scripts": {
|
|
10
|
-
"start": "webpack serve --mode development",
|
|
11
|
-
"build": "webpack build --mode development --progress --stats-children",
|
|
12
|
-
"prod": "webpack build --mode production --progress --stats-children",
|
|
13
|
-
"pack": "npm pack",
|
|
14
|
-
"patch": "npm version patch"
|
|
15
|
-
},
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@idscan/idvc2": "2.2.
|
|
18
|
-
"core-js": "^3.19.1",
|
|
19
|
-
"regenerator-runtime": "^0.13.9"
|
|
20
|
-
},
|
|
21
|
-
"devDependencies": {
|
|
22
|
-
"@babel/core": "^7.16.0",
|
|
23
|
-
"@babel/eslint-parser": "^7.16.3",
|
|
24
|
-
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
25
|
-
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
|
|
26
|
-
"@babel/plugin-proposal-private-methods": "^7.16.0",
|
|
27
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
28
|
-
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
29
|
-
"@babel/plugin-transform-runtime": "^7.16.4",
|
|
30
|
-
"@babel/preset-env": "^7.16.4",
|
|
31
|
-
"babel-loader": "^8.2.3",
|
|
32
|
-
"babel-plugin-transform-runtime": "^6.23.0",
|
|
33
|
-
"copy-webpack-plugin": "^9.1.0",
|
|
34
|
-
"css-loader": "^6.5.1",
|
|
35
|
-
"eslint": "^7.25.0",
|
|
36
|
-
"eslint-config-airbnb": "^18.2.1",
|
|
37
|
-
"eslint-config-airbnb-base": "^14.2.1",
|
|
38
|
-
"eslint-plugin-import": "^2.22.1",
|
|
39
|
-
"eslint-plugin-jest": "^24.3.6",
|
|
40
|
-
"eslint-webpack-plugin": "^3.1.1",
|
|
41
|
-
"html-loader": "^3.0.1",
|
|
42
|
-
"html-webpack-plugin": "^5.5.0",
|
|
43
|
-
"mini-css-extract-plugin": "^2.4.5",
|
|
44
|
-
"sass": "^1.43.5",
|
|
45
|
-
"sass-loader": "^12.3.0",
|
|
46
|
-
"style-loader": "^3.3.1",
|
|
47
|
-
"terser-webpack-plugin": "^5.1.4",
|
|
48
|
-
"webpack": "^5.64.3",
|
|
49
|
-
"webpack-cli": "^4.9.1",
|
|
50
|
-
"webpack-dev-server": "^3.11.3"
|
|
51
|
-
},
|
|
52
|
-
"author": "IDScan.net",
|
|
53
|
-
"license": "Apache-2.0",
|
|
54
|
-
"keywords": [
|
|
55
|
-
"idscan",
|
|
56
|
-
"idvc",
|
|
57
|
-
"onboarding",
|
|
58
|
-
"dvs",
|
|
59
|
-
"online"
|
|
60
|
-
]
|
|
61
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@idscan/onboarding",
|
|
3
|
+
"version": "2.0.16",
|
|
4
|
+
"description": "Wrapper of the IDVC library for DVS Online.",
|
|
5
|
+
"main": "dist/js/wrapper.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist"
|
|
8
|
+
],
|
|
9
|
+
"scripts": {
|
|
10
|
+
"start": "webpack serve --mode development",
|
|
11
|
+
"build": "webpack build --mode development --progress --stats-children",
|
|
12
|
+
"prod": "webpack build --mode production --progress --stats-children",
|
|
13
|
+
"pack": "npm pack",
|
|
14
|
+
"patch": "npm version patch"
|
|
15
|
+
},
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@idscan/idvc2": "2.2.2",
|
|
18
|
+
"core-js": "^3.19.1",
|
|
19
|
+
"regenerator-runtime": "^0.13.9"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"@babel/core": "^7.16.0",
|
|
23
|
+
"@babel/eslint-parser": "^7.16.3",
|
|
24
|
+
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
25
|
+
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
|
|
26
|
+
"@babel/plugin-proposal-private-methods": "^7.16.0",
|
|
27
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
28
|
+
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
29
|
+
"@babel/plugin-transform-runtime": "^7.16.4",
|
|
30
|
+
"@babel/preset-env": "^7.16.4",
|
|
31
|
+
"babel-loader": "^8.2.3",
|
|
32
|
+
"babel-plugin-transform-runtime": "^6.23.0",
|
|
33
|
+
"copy-webpack-plugin": "^9.1.0",
|
|
34
|
+
"css-loader": "^6.5.1",
|
|
35
|
+
"eslint": "^7.25.0",
|
|
36
|
+
"eslint-config-airbnb": "^18.2.1",
|
|
37
|
+
"eslint-config-airbnb-base": "^14.2.1",
|
|
38
|
+
"eslint-plugin-import": "^2.22.1",
|
|
39
|
+
"eslint-plugin-jest": "^24.3.6",
|
|
40
|
+
"eslint-webpack-plugin": "^3.1.1",
|
|
41
|
+
"html-loader": "^3.0.1",
|
|
42
|
+
"html-webpack-plugin": "^5.5.0",
|
|
43
|
+
"mini-css-extract-plugin": "^2.4.5",
|
|
44
|
+
"sass": "^1.43.5",
|
|
45
|
+
"sass-loader": "^12.3.0",
|
|
46
|
+
"style-loader": "^3.3.1",
|
|
47
|
+
"terser-webpack-plugin": "^5.1.4",
|
|
48
|
+
"webpack": "^5.64.3",
|
|
49
|
+
"webpack-cli": "^4.9.1",
|
|
50
|
+
"webpack-dev-server": "^3.11.3"
|
|
51
|
+
},
|
|
52
|
+
"author": "IDScan.net",
|
|
53
|
+
"license": "Apache-2.0",
|
|
54
|
+
"keywords": [
|
|
55
|
+
"idscan",
|
|
56
|
+
"idvc",
|
|
57
|
+
"onboarding",
|
|
58
|
+
"dvs",
|
|
59
|
+
"online"
|
|
60
|
+
]
|
|
61
|
+
}
|