@allthings/sdk 8.1.0 → 8.2.0-alpha.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@allthings/sdk",
3
- "version": "8.1.0",
3
+ "version": "8.2.0-alpha.1",
4
4
  "description": "",
5
5
  "author": "Allthings GmbH",
6
6
  "keywords": [
@@ -14,9 +14,12 @@
14
14
  },
15
15
  "homepage": "https://github.com/allthings/node-sdk",
16
16
  "engines": {
17
- "node": ">20.10"
17
+ "node": "^22"
18
18
  },
19
19
  "packageManager": "yarn@1.22.22",
20
+ "release": {
21
+ "repositoryUrl": "https://github.com/allthings/node-sdk.git"
22
+ },
20
23
  "main": "dist/lib.cjs.js",
21
24
  "module": "dist/lib.esm.js",
22
25
  "browser": "dist/lib.umd.min.js",
@@ -53,38 +56,33 @@
53
56
  "test:authorization-code": "open http://localhost:3333/test/fixtures/authorization-code?clientId=$ALLTHINGS_OAUTH_CLIENT_ID&clientSecret=$ALLTHINGS_OAUTH_CLIENT_SECRET"
54
57
  },
55
58
  "dependencies": {
56
- "bottleneck": "2.19.5",
57
- "cross-fetch": "4.1.0",
58
- "query-string": "7.1.3"
59
+ "bottleneck": "2.19.5"
59
60
  },
60
61
  "devDependencies": {
61
- "@allthings/eslint-config": "2.2.3",
62
- "@commitlint/cli": "20.3.1",
63
- "@commitlint/config-conventional": "20.3.1",
64
- "@rollup/plugin-commonjs": "29.0.0",
62
+ "@allthings/eslint-config": "3.0.0",
63
+ "@commitlint/cli": "20.4.3",
64
+ "@commitlint/config-conventional": "20.4.3",
65
+ "@rollup/plugin-commonjs": "29.0.2",
65
66
  "@rollup/plugin-json": "6.1.0",
66
67
  "@rollup/plugin-node-resolve": "16.0.3",
67
68
  "@rollup/plugin-replace": "6.0.3",
68
- "@rollup/plugin-terser": "0.4.4",
69
- "@types/form-data": "2.5.2",
69
+ "@rollup/plugin-terser": "1.0.0",
70
70
  "@types/jest": "30.0.0",
71
- "@types/node": "24.10.9",
72
- "@types/query-string": "6.3.0",
71
+ "@types/node": "24.12.0",
73
72
  "aws-sdk-client-mock": "4.1.0",
74
73
  "coveralls": "3.1.1",
75
- "eslint": "8.57.1",
76
- "form-data": "4.0.5",
74
+ "eslint": "9.39.4",
77
75
  "husky": "9.1.7",
78
76
  "jest": "30.2.0",
79
77
  "jest-environment-jsdom": "30.2.0",
80
- "lint-staged": "16.2.7",
81
- "prettier": "3.8.0",
82
- "rimraf": "6.1.2",
83
- "rollup": "4.55.1",
78
+ "lint-staged": "16.3.2",
79
+ "prettier": "3.8.1",
80
+ "rimraf": "6.1.3",
81
+ "rollup": "4.59.0",
84
82
  "rollup-plugin-hashbang": "2.2.2",
85
- "semantic-release": "25.0.2",
83
+ "semantic-release": "25.0.3",
86
84
  "ts-jest": "29.4.6",
87
- "typescript": "4.9.5"
85
+ "typescript": "5.9.3"
88
86
  },
89
87
  "prettier": {
90
88
  "printWidth": 80,
@@ -121,7 +119,7 @@
121
119
  "coverageThreshold": {
122
120
  "global": {
123
121
  "branches": 89,
124
- "functions": 97,
122
+ "functions": 96,
125
123
  "lines": 97,
126
124
  "statements": 96
127
125
  }
@@ -155,11 +153,5 @@
155
153
  }
156
154
  ]
157
155
  }
158
- },
159
- "release": {
160
- "branches": [
161
- "master"
162
- ],
163
- "repositoryUrl": "https://github.com/allthings/node-sdk.git"
164
156
  }
165
157
  }