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.
@@ -14,20 +14,6 @@
14
14
 
15
15
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
16
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
-
31
17
  /**
32
18
  * @author Labs64 <netlicensing@labs64.com>
33
19
  * @license Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "netlicensing-client",
3
- "version": "1.2.34",
3
+ "version": "1.2.35",
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": "^1.4.0",
62
+ "axios": "^1.6.0",
63
63
  "btoa": "^1.2.1",
64
64
  "es6-promise": "^4.2.8"
65
65
  },