@ama-sdk/client-angular 13.0.0-next.3 → 13.0.0-next.31

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": "@ama-sdk/client-angular",
3
- "version": "13.0.0-next.3",
3
+ "version": "13.0.0-next.31",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -16,11 +16,11 @@
16
16
  },
17
17
  ".": {
18
18
  "module": "./src/public_api.js",
19
- "default": "./cjs/public_api.js",
20
19
  "typings": "./src/public_api.d.ts",
21
20
  "import": "./src/public_api.js",
22
21
  "node": "./cjs/public_api.js",
23
- "require": "./cjs/public_api.js"
22
+ "require": "./cjs/public_api.js",
23
+ "default": "./cjs/public_api.js"
24
24
  }
25
25
  },
26
26
  "scripts": {
@@ -35,22 +35,22 @@
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.3",
38
+ "@o3r/schematics": "^13.0.0-next.31",
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.3",
46
- "@angular-devkit/schematics": "^19.0.0",
47
- "@angular/cli": "^19.0.0",
48
- "@angular/common": "^19.0.0",
49
- "@o3r/schematics": "^13.0.0-next.3",
50
- "@schematics/angular": "^19.0.0",
45
+ "@ama-sdk/core": "^13.0.0-next.31",
46
+ "@angular-devkit/schematics": "^20.0.0",
47
+ "@angular/cli": "^20.0.0",
48
+ "@angular/common": "^20.0.0",
49
+ "@o3r/schematics": "^13.0.0-next.31",
50
+ "@schematics/angular": "^20.0.0",
51
51
  "rxjs": "^7.8.1",
52
52
  "type-fest": "^4.30.1",
53
- "typescript": "^5.5.4"
53
+ "typescript": "^5.8.0"
54
54
  },
55
55
  "peerDependenciesMeta": {
56
56
  "@angular-devkit/schematics": {
@@ -76,56 +76,55 @@
76
76
  }
77
77
  },
78
78
  "devDependencies": {
79
- "@ama-sdk/core": "^13.0.0-next.3",
80
- "@angular-devkit/core": "~19.2.0",
81
- "@angular-devkit/schematics": "~19.2.0",
82
- "@angular/common": "~19.2.0",
83
- "@angular/core": "~19.2.0",
79
+ "@ama-sdk/core": "^13.0.0-next.31",
80
+ "@angular-devkit/core": "~20.0.0",
81
+ "@angular-devkit/schematics": "~20.0.0",
82
+ "@angular/common": "~20.0.0",
83
+ "@angular/core": "~20.0.0",
84
84
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
85
- "@nx/eslint-plugin": "~20.8.0",
86
- "@nx/jest": "~20.8.0",
87
- "@o3r/build-helpers": "^13.0.0-next.3",
88
- "@o3r/eslint-plugin": "^13.0.0-next.3",
89
- "@o3r/test-helpers": "^13.0.0-next.3",
90
- "@schematics/angular": "~19.2.0",
91
- "@stylistic/eslint-plugin": "~3.1.0",
92
- "@stylistic/eslint-plugin-ts": "~3.1.0",
85
+ "@nx/eslint-plugin": "~21.3.11",
86
+ "@nx/jest": "~21.3.11",
87
+ "@o3r/build-helpers": "^13.0.0-next.31",
88
+ "@o3r/eslint-plugin": "^13.0.0-next.31",
89
+ "@o3r/test-helpers": "^13.0.0-next.31",
90
+ "@schematics/angular": "~20.0.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",
97
- "@types/uuid": "^10.0.0",
98
- "@typescript-eslint/parser": "~8.35.0",
99
- "angular-eslint": "~19.4.0",
100
- "cpy-cli": "^5.0.0",
101
- "eslint": "~9.29.0",
95
+ "@types/node": "^22.0.0",
96
+ "@typescript-eslint/parser": "~8.39.0",
97
+ "angular-eslint": "~20.1.0",
98
+ "cpy-cli": "^6.0.0",
99
+ "eslint": "~9.33.0",
102
100
  "eslint-import-resolver-node": "~0.3.9",
103
- "eslint-import-resolver-typescript": "~3.10.0",
101
+ "eslint-import-resolver-typescript": "~4.4.0",
104
102
  "eslint-plugin-import": "~2.32.0",
105
103
  "eslint-plugin-import-newlines": "~1.4.0",
106
- "eslint-plugin-jest": "~28.14.0",
107
- "eslint-plugin-jsdoc": "~50.8.0",
104
+ "eslint-plugin-jest": "~29.0.0",
105
+ "eslint-plugin-jsdoc": "~54.1.0",
108
106
  "eslint-plugin-prefer-arrow": "~1.2.3",
109
- "eslint-plugin-unicorn": "~56.0.0",
107
+ "eslint-plugin-unicorn": "~60.0.0",
110
108
  "eslint-plugin-unused-imports": "~4.1.4",
111
- "globals": "^15.9.0",
109
+ "globals": "^16.0.0",
112
110
  "jest": "~29.7.0",
113
111
  "jest-junit": "~16.0.0",
112
+ "jest-util": "~29.7.0",
114
113
  "jsonc-eslint-parser": "~2.4.0",
115
114
  "minimist": "^1.2.6",
116
115
  "pid-from-port": "^1.1.3",
117
116
  "rimraf": "^6.0.1",
118
117
  "rxjs": "^7.8.1",
119
118
  "semver": "^7.5.2",
120
- "ts-jest": "~29.3.0",
119
+ "ts-jest": "~29.4.0",
121
120
  "ts-node": "~10.9.2",
122
121
  "type-fest": "^4.30.1",
123
122
  "typescript": "~5.8.2",
124
- "typescript-eslint": "~8.35.0",
123
+ "typescript-eslint": "~8.39.0",
125
124
  "zone.js": "~0.15.0"
126
125
  },
127
126
  "engines": {
128
- "node": "^20.11.1 || >=22.0.0"
127
+ "node": "^20.19.0 || ^22.17.0 || ^24.0.0"
129
128
  },
130
129
  "schematics": "./collection.json",
131
130
  "contributors": [
@@ -9,7 +9,8 @@
9
9
  "description": "Project name",
10
10
  "$default": {
11
11
  "$source": "projectName"
12
- }
12
+ },
13
+ "alias": "project"
13
14
  }
14
15
  },
15
16
  "additionalProperties": true,