attlaz-client 1.25.0 → 1.26.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.
|
@@ -8,7 +8,7 @@ export class ObjectWrapper {
|
|
|
8
8
|
throw new Error('Property "' + property + '" does not exist');
|
|
9
9
|
}
|
|
10
10
|
else {
|
|
11
|
-
console.
|
|
11
|
+
console.warn('Unable to get property on object.', { property: property, object: raw });
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
return value;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.26.0";
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "1.
|
|
1
|
+
export const VERSION = "1.26.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "attlaz-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"description": "Javascript Client to access Attlaz API",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -43,20 +43,20 @@
|
|
|
43
43
|
"registry": "https://registry.npmjs.org"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"axios": "^1.
|
|
46
|
+
"axios": "^1.8.1",
|
|
47
47
|
"axios-oauth-client": "^2.2.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/jest": "^29.5.14",
|
|
51
|
-
"@types/node": "^22.
|
|
51
|
+
"@types/node": "^22.13.9",
|
|
52
52
|
"@typescript-eslint/eslint-plugin": "^8.1.0",
|
|
53
53
|
"@typescript-eslint/parser": "^8.1.0",
|
|
54
54
|
"dotenv": "^16.4.7",
|
|
55
|
-
"eslint": "^9.
|
|
55
|
+
"eslint": "^9.21.0",
|
|
56
56
|
"eslint-config-attlaz-base": "^1.2.0",
|
|
57
|
-
"eslint-import-resolver-typescript": "^3.
|
|
57
|
+
"eslint-import-resolver-typescript": "^3.8.3",
|
|
58
58
|
"eslint-plugin-import": "^2.31.0",
|
|
59
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
59
|
+
"eslint-plugin-jsdoc": "^50.6.3",
|
|
60
60
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
61
61
|
"eslint-plugin-promise": "^7.2.1",
|
|
62
62
|
"jest": "^29.7.0",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
65
65
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
66
66
|
"rollup-plugin-typescript": "^1.0.1",
|
|
67
|
-
"ts-jest": "^29.2.
|
|
68
|
-
"typescript": "^5.
|
|
67
|
+
"ts-jest": "^29.2.6",
|
|
68
|
+
"typescript": "^5.8.2"
|
|
69
69
|
},
|
|
70
70
|
"directories": {
|
|
71
71
|
"test": "test"
|