@idscan/onboarding 2.2.13 → 2.2.14

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.
@@ -0,0 +1,18 @@
1
+ /*!
2
+ * The buffer module from node.js, for the browser.
3
+ *
4
+ * @author Feross Aboukhadijeh <https://feross.org>
5
+ * @license MIT
6
+ */
7
+
8
+ /*!
9
+ * ONNX Runtime Web v1.14.0
10
+ * Copyright (c) Microsoft Corporation. All rights reserved.
11
+ * Licensed under the MIT License.
12
+ */
13
+
14
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
15
+
16
+ /*!@license Copyright 2013, Heinrich Goebl, License: MIT, see https://github.com/hgoebl/mobile-detect.js*/
17
+
18
+ /*!mobile-detect v1.4.5 2021-03-13*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idscan/onboarding",
3
- "version": "2.2.13",
3
+ "version": "2.2.14",
4
4
  "description": "Wrapper of the IDVC library for DVS Online.",
5
5
  "main": "dist/js/wrapper.js",
6
6
  "types": "dist/@types/src/Wrapper.d.ts",
package/readme.md CHANGED
@@ -82,7 +82,7 @@ Available fields:
82
82
 
83
83
  **chunkPublicPath** (string) - Path to the folder with chunks. Specify the path on the server if you need to remove the folder to another location. The default path is \'networks\'.
84
84
 
85
- **networkUrl** (boolean) - Path to the folder with neural networks. Specify the path on the server if you need to remove the folder to another location. The default path is \'networks\'.'
85
+ **networkUrl** (string) - Path to the folder with neural networks. Specify the path on the server if you need to remove the folder to another location. The default path is \'networks\'.'
86
86
 
87
87
  **useCDN** (boolean) - Flag indicating that you want to load networks from cdn instead of your domain.
88
88
 
@@ -157,6 +157,9 @@ btn.addEventListener('click', () => {
157
157
  **updateConfig** (string) - the method that reinitialize wrapper with new config. Parameter is an JSON encoded IDVC config. Works only in demo mode.
158
158
 
159
159
  ## Version history
160
+ - **2.2.14**
161
+ - Change webpack build options. Remove eval
162
+
160
163
  - **2.2.13**
161
164
  - Added: new config options 'networkUrl', 'useCDN', 'preferApiConfig'
162
165