netlicensing-client 1.2.31 → 1.2.34
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 +9461 -7403
- package/dist/netlicensing-client.min.js +1 -1
- package/dist/netlicensing-client.min.js.LICENSE.txt +14 -0
- package/dist/netlicensing-client.node.js +13649 -9331
- package/dist/netlicensing-client.node.min.js +1 -1
- package/dist/netlicensing-client.node.min.js.LICENSE.txt +28 -0
- package/package.json +8 -8
|
@@ -1,5 +1,33 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* mime-db
|
|
3
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
4
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
5
|
+
* MIT Licensed
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*!
|
|
9
|
+
* mime-types
|
|
10
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
11
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
12
|
+
* MIT Licensed
|
|
13
|
+
*/
|
|
14
|
+
|
|
1
15
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
2
16
|
|
|
17
|
+
/**
|
|
18
|
+
* @author Labs64 <netlicensing@labs64.com>
|
|
19
|
+
* @license Apache-2.0
|
|
20
|
+
* @link https://netlicensing.io
|
|
21
|
+
* @copyright 2017 Labs64 NetLicensing
|
|
22
|
+
*/
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @author Labs64 <netlicensing@labs64.com>
|
|
26
|
+
* @license Apache-2.0
|
|
27
|
+
* @link https://netlicensing.io
|
|
28
|
+
* @copyright 2017 Labs64 NetLicensing
|
|
29
|
+
*/
|
|
30
|
+
|
|
3
31
|
/**
|
|
4
32
|
* @author Labs64 <netlicensing@labs64.com>
|
|
5
33
|
* @license Apache-2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlicensing-client",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.34",
|
|
4
4
|
"description": "JavaScript Wrapper for Labs64 NetLicensing RESTful API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"labs64",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"lint": "eslint --ext .js,.vue src test"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"axios": "^
|
|
62
|
+
"axios": "^1.4.0",
|
|
63
63
|
"btoa": "^1.2.1",
|
|
64
64
|
"es6-promise": "^4.2.8"
|
|
65
65
|
},
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"@babel/runtime": "^7.17.8",
|
|
81
81
|
"axios-mock-adapter": "^1.20.0",
|
|
82
82
|
"babel-eslint": "^10.1.0",
|
|
83
|
-
"babel-loader": "^
|
|
83
|
+
"babel-loader": "^9.1.2",
|
|
84
84
|
"chalk": "^4.1.2",
|
|
85
|
-
"eslint": "^
|
|
85
|
+
"eslint": "^7.32.0",
|
|
86
86
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
87
87
|
"eslint-friendly-formatter": "^4.0.1",
|
|
88
88
|
"eslint-import-resolver-webpack": "^0.13.1",
|
|
@@ -104,13 +104,13 @@
|
|
|
104
104
|
"ora": "^5.4.1",
|
|
105
105
|
"rimraf": "^3.0.2",
|
|
106
106
|
"terser-webpack-plugin": "^5.3.1",
|
|
107
|
-
"webpack": "^5.
|
|
108
|
-
"webpack-cli": "^
|
|
107
|
+
"webpack": "^5.76.0",
|
|
108
|
+
"webpack-cli": "^5.1.1",
|
|
109
109
|
"webpack-merge": "^5.8.0"
|
|
110
110
|
},
|
|
111
111
|
"engines": {
|
|
112
|
-
"node": ">=
|
|
113
|
-
"npm": ">=
|
|
112
|
+
"node": ">= 14.0.0",
|
|
113
|
+
"npm": ">= 8.0.0"
|
|
114
114
|
},
|
|
115
115
|
"browserslist": [
|
|
116
116
|
"> 1%",
|