@ama-sdk/client-angular 13.0.0-next.23 → 13.0.0-next.25

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.
Files changed (1) hide show
  1. package/package.json +16 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-sdk/client-angular",
3
- "version": "13.0.0-next.23",
3
+ "version": "13.0.0-next.25",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,18 +35,18 @@
35
35
  "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
36
36
  },
37
37
  "dependencies": {
38
- "@o3r/schematics": "^13.0.0-next.23",
38
+ "@o3r/schematics": "^13.0.0-next.25",
39
39
  "@swc/helpers": "~0.5.0",
40
40
  "tslib": "^2.6.2",
41
41
  "type-fest": "^4.30.1",
42
42
  "uuid": "^11.0.5"
43
43
  },
44
44
  "peerDependencies": {
45
- "@ama-sdk/core": "^13.0.0-next.23",
45
+ "@ama-sdk/core": "^13.0.0-next.25",
46
46
  "@angular-devkit/schematics": "^20.0.0",
47
47
  "@angular/cli": "^20.0.0",
48
48
  "@angular/common": "^20.0.0",
49
- "@o3r/schematics": "^13.0.0-next.23",
49
+ "@o3r/schematics": "^13.0.0-next.25",
50
50
  "@schematics/angular": "^20.0.0",
51
51
  "rxjs": "^7.8.1",
52
52
  "type-fest": "^4.30.1",
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  "devDependencies": {
79
- "@ama-sdk/core": "^13.0.0-next.23",
79
+ "@ama-sdk/core": "^13.0.0-next.25",
80
80
  "@angular-devkit/core": "~20.0.0",
81
81
  "@angular-devkit/schematics": "~20.0.0",
82
82
  "@angular/common": "~20.0.0",
@@ -84,30 +84,29 @@
84
84
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
85
85
  "@nx/eslint-plugin": "~21.3.11",
86
86
  "@nx/jest": "~21.3.11",
87
- "@o3r/build-helpers": "^13.0.0-next.23",
88
- "@o3r/eslint-plugin": "^13.0.0-next.23",
89
- "@o3r/test-helpers": "^13.0.0-next.23",
87
+ "@o3r/build-helpers": "^13.0.0-next.25",
88
+ "@o3r/eslint-plugin": "^13.0.0-next.25",
89
+ "@o3r/test-helpers": "^13.0.0-next.25",
90
90
  "@schematics/angular": "~20.0.0",
91
- "@stylistic/eslint-plugin": "~3.1.0",
92
- "@stylistic/eslint-plugin-ts": "~3.1.0",
91
+ "@stylistic/eslint-plugin": "~5.2.0",
93
92
  "@swc/cli": "~0.7.7",
94
93
  "@swc/core": "~1.12.0",
95
94
  "@types/jest": "~29.5.2",
96
- "@types/node": "^20.0.0",
95
+ "@types/node": "^22.0.0",
97
96
  "@typescript-eslint/parser": "~8.37.0",
98
97
  "angular-eslint": "~20.1.0",
99
98
  "cpy-cli": "^5.0.0",
100
99
  "eslint": "~9.31.0",
101
100
  "eslint-import-resolver-node": "~0.3.9",
102
- "eslint-import-resolver-typescript": "~3.10.0",
101
+ "eslint-import-resolver-typescript": "~4.4.0",
103
102
  "eslint-plugin-import": "~2.32.0",
104
103
  "eslint-plugin-import-newlines": "~1.4.0",
105
- "eslint-plugin-jest": "~28.14.0",
106
- "eslint-plugin-jsdoc": "~50.8.0",
104
+ "eslint-plugin-jest": "~29.0.0",
105
+ "eslint-plugin-jsdoc": "~52.0.0",
107
106
  "eslint-plugin-prefer-arrow": "~1.2.3",
108
- "eslint-plugin-unicorn": "~56.0.0",
107
+ "eslint-plugin-unicorn": "~60.0.0",
109
108
  "eslint-plugin-unused-imports": "~4.1.4",
110
- "globals": "^15.9.0",
109
+ "globals": "^16.0.0",
111
110
  "jest": "~29.7.0",
112
111
  "jest-junit": "~16.0.0",
113
112
  "jsonc-eslint-parser": "~2.4.0",
@@ -124,7 +123,7 @@
124
123
  "zone.js": "~0.15.0"
125
124
  },
126
125
  "engines": {
127
- "node": "^20.19.0 || ^22.12.0 || ^24.0.0"
126
+ "node": "^20.19.0 || ^22.17.0 || ^24.0.0"
128
127
  },
129
128
  "schematics": "./collection.json",
130
129
  "contributors": [