netlicensing-client 1.2.38 → 2.0.0

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/package.json CHANGED
@@ -1,120 +1,99 @@
1
1
  {
2
- "name": "netlicensing-client",
3
- "version": "1.2.38",
4
- "description": "JavaScript Wrapper for Labs64 NetLicensing RESTful API",
5
- "keywords": [
6
- "labs64",
7
- "netlicensing",
8
- "licensing",
9
- "licensing-as-a-service",
10
- "license",
11
- "license-management",
12
- "software-license",
13
- "client",
14
- "restful",
15
- "restful-api",
16
- "javascript",
17
- "wrapper",
18
- "api",
19
- "client"
20
- ],
21
- "license": "Apache-2.0",
22
- "author": "Labs64 GmbH",
23
- "homepage": "https://netlicensing.io",
24
- "repository": {
25
- "type": "git",
26
- "url": "https://github.com/Labs64/NetLicensingClient-javascript"
2
+ "name": "netlicensing-client",
3
+ "version": "2.0.0",
4
+ "description": "JavaScript Wrapper for Labs64 NetLicensing RESTful API",
5
+ "keywords": [
6
+ "labs64",
7
+ "netlicensing",
8
+ "licensing",
9
+ "licensing-as-a-service",
10
+ "license",
11
+ "license-management",
12
+ "software-license",
13
+ "client",
14
+ "restful",
15
+ "restful-api",
16
+ "javascript",
17
+ "wrapper",
18
+ "api",
19
+ "client"
20
+ ],
21
+ "license": "Apache-2.0",
22
+ "author": "Labs64 GmbH",
23
+ "homepage": "https://netlicensing.io",
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://github.com/Labs64/NetLicensingClient-javascript"
27
+ },
28
+ "bugs": {
29
+ "url": "https://github.com/Labs64/NetLicensingClient-javascript/issues"
30
+ },
31
+ "contributors": [
32
+ {
33
+ "name": "Ready Brown",
34
+ "email": "ready.brown@hotmail.de",
35
+ "url": "https://github.com/r-brown"
27
36
  },
28
- "bugs": {
29
- "url": "https://github.com/Labs64/NetLicensingClient-javascript/issues"
37
+ {
38
+ "name": "Viacheslav Rudkovskiy",
39
+ "email": "viachaslau.rudkovski@labs64.de",
40
+ "url": "https://github.com/v-rudkovskiy"
30
41
  },
31
- "contributors": [
32
- {
33
- "name": "Ready Brown",
34
- "email": "ready.brown@hotmail.de",
35
- "url": "https://github.com/r-brown"
36
- },
37
- {
38
- "name": "Viacheslav Rudkovskiy",
39
- "email": "viachaslau.rudkovski@labs64.de",
40
- "url": "https://github.com/v-rudkovskiy"
41
- },
42
- {
43
- "name": "Andrei Yushkevich",
44
- "email": "yushkevich@me.com",
45
- "url": "https://github.com/yushkevich"
46
- }
47
- ],
48
- "main": "dist/netlicensing-client.js",
49
- "files": [
50
- "dist"
51
- ],
52
- "scripts": {
53
- "build": "node build/build.cjs",
54
- "release": "npm run build && npm run test",
55
- "dev": "webpack --progress --watch --config build/webpack.dev.conf.cjs",
56
- "test": "karma start test/karma.conf.js --single-run",
57
- "test-mocha": "webpack --config build/webpack.test.conf.cjs",
58
- "test-for-travis": "karma start test/karma.conf.js --single-run --browsers Firefox",
59
- "lint": "eslint --ext .js,.vue src test"
60
- },
61
- "dependencies": {
62
- "axios": "^1.7.9",
63
- "btoa": "^1.2.1",
64
- "es6-promise": "^4.2.8"
65
- },
66
- "devDependencies": {
67
- "@babel/core": "^7.26.9",
68
- "@babel/plugin-proposal-class-properties": "^7.16.7",
69
- "@babel/plugin-proposal-decorators": "^7.25.9",
70
- "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
71
- "@babel/plugin-proposal-function-sent": "^7.25.9",
72
- "@babel/plugin-proposal-json-strings": "^7.16.7",
73
- "@babel/plugin-proposal-numeric-separator": "^7.16.7",
74
- "@babel/plugin-proposal-throw-expressions": "^7.25.9",
75
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
76
- "@babel/plugin-syntax-import-meta": "^7.10.4",
77
- "@babel/plugin-transform-modules-commonjs": "^7.26.3",
78
- "@babel/plugin-transform-runtime": "^7.26.9",
79
- "@babel/preset-env": "^7.26.9",
80
- "@babel/runtime": "^7.26.9",
81
- "axios-mock-adapter": "^2.1.0",
82
- "babel-eslint": "^10.1.0",
83
- "babel-loader": "^9.2.1",
84
- "chalk": "^4.1.2",
85
- "eslint": "^8.2.0",
86
- "eslint-config-airbnb-base": "^15.0.0",
87
- "eslint-friendly-formatter": "^4.0.1",
88
- "eslint-import-resolver-webpack": "^0.13.10",
89
- "eslint-plugin-import": "^2.31.0",
90
- "eslint-plugin-jasmine": "^4.2.2",
91
- "eslint-webpack-plugin": "^4.2.0",
92
- "faker": "^5.5.3",
93
- "is-docker": "^2.2.1",
94
- "jasmine": "^4.0.2",
95
- "jasmine-core": "^4.0.1",
96
- "karma": "^6.3.17",
97
- "karma-chrome-launcher": "^3.1.0",
98
- "karma-firefox-launcher": "^2.1.2",
99
- "karma-jasmine": "^4.0.2",
100
- "karma-sourcemap-loader": "^0.3.7",
101
- "karma-spec-reporter": "0.0.33",
102
- "karma-webpack": "^5.0.0",
103
- "lodash": "^4.17.21",
104
- "ora": "^5.4.1",
105
- "rimraf": "^3.0.2",
106
- "terser-webpack-plugin": "^5.3.1",
107
- "webpack": "^5.76.0",
108
- "webpack-cli": "^5.1.1",
109
- "webpack-merge": "^5.8.0"
110
- },
111
- "engines": {
112
- "node": ">= 14.0.0",
113
- "npm": ">= 8.0.0"
114
- },
115
- "browserslist": [
116
- "> 1%",
117
- "last 2 versions",
118
- "not ie <= 10"
119
- ]
42
+ {
43
+ "name": "Andrei Yushkevich",
44
+ "email": "yushkevich@me.com",
45
+ "url": "https://github.com/yushkevich"
46
+ }
47
+ ],
48
+ "main": "dist/index.cjs",
49
+ "module": "dist/index.mjs",
50
+ "types": "dist/index.d.ts",
51
+ "exports": {
52
+ ".": {
53
+ "types": "./dist/index.d.ts",
54
+ "import": "./dist/index.mjs",
55
+ "require": "./dist/index.cjs"
56
+ }
57
+ },
58
+ "files": [
59
+ "dist"
60
+ ],
61
+ "scripts": {
62
+ "build": "tsup",
63
+ "release": "npm run lint:typecheck && npm run test && npm run build",
64
+ "dev": "tsup --watch",
65
+ "test": "vitest run",
66
+ "test:dev": "vitest watch",
67
+ "lint": "eslint --ext .js,.mjs,.ts src",
68
+ "typecheck": "tsc --noEmit",
69
+ "lint:typecheck": "npm run lint && npm run typecheck"
70
+ },
71
+ "peerDependencies": {
72
+ "axios": "^1.9.0"
73
+ },
74
+ "dependencies": {},
75
+ "devDependencies": {
76
+ "@eslint/js": "^9.24.0",
77
+ "@types/node": "^22.14.0",
78
+ "@typescript-eslint/eslint-plugin": "^8.29.1",
79
+ "@typescript-eslint/parser": "^8.29.1",
80
+ "@vitest/eslint-plugin": "^1.1.43",
81
+ "axios": "^1.9.0",
82
+ "eslint": "^9.24.0",
83
+ "eslint-plugin-import": "^2.31.0",
84
+ "prettier": "3.5.3",
85
+ "tsup": "^8.4.0",
86
+ "typescript": "^5.8.3",
87
+ "typescript-eslint": "^8.29.1",
88
+ "vitest": "^3.1.1"
89
+ },
90
+ "engines": {
91
+ "node": ">= 16.9.0",
92
+ "npm": ">= 8.0.0"
93
+ },
94
+ "browserslist": [
95
+ "> 1%",
96
+ "last 2 versions",
97
+ "not ie <= 10"
98
+ ]
120
99
  }