netlicensing-client 1.2.34 → 1.2.35
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/netlicensing-client.js +610 -629
- package/dist/netlicensing-client.min.js +1 -1
- package/dist/netlicensing-client.min.js.LICENSE.txt +0 -14
- package/dist/netlicensing-client.node.js +714 -655
- package/dist/netlicensing-client.node.min.js +1 -1
- package/dist/netlicensing-client.node.min.js.LICENSE.txt +0 -14
- package/package.json +2 -2
|
@@ -1,19 +1,5 @@
|
|
|
1
1
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
2
2
|
|
|
3
|
-
/**
|
|
4
|
-
* @author Labs64 <netlicensing@labs64.com>
|
|
5
|
-
* @license Apache-2.0
|
|
6
|
-
* @link https://netlicensing.io
|
|
7
|
-
* @copyright 2017 Labs64 NetLicensing
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* @author Labs64 <netlicensing@labs64.com>
|
|
12
|
-
* @license Apache-2.0
|
|
13
|
-
* @link https://netlicensing.io
|
|
14
|
-
* @copyright 2017 Labs64 NetLicensing
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
3
|
/**
|
|
18
4
|
* @author Labs64 <netlicensing@labs64.com>
|
|
19
5
|
* @license Apache-2.0
|