@ama-sdk/client-angular 13.0.0-next.0 → 13.0.0-next.2
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 +11 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ama-sdk/client-angular",
|
3
|
-
"version": "13.0.0-next.
|
3
|
+
"version": "13.0.0-next.2",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -16,9 +16,6 @@
|
|
16
16
|
},
|
17
17
|
".": {
|
18
18
|
"module": "./src/public_api.js",
|
19
|
-
"esm2020": "./src/public_api.js",
|
20
|
-
"esm2015": "./esm2015/public_api.js",
|
21
|
-
"es2020": "./cjs/public_api.js",
|
22
19
|
"default": "./cjs/public_api.js",
|
23
20
|
"typings": "./src/public_api.d.ts",
|
24
21
|
"import": "./src/public_api.js",
|
@@ -38,18 +35,18 @@
|
|
38
35
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
39
36
|
},
|
40
37
|
"dependencies": {
|
41
|
-
"@o3r/schematics": "^13.0.0-next.
|
38
|
+
"@o3r/schematics": "^13.0.0-next.2",
|
42
39
|
"@swc/helpers": "~0.5.0",
|
43
40
|
"tslib": "^2.6.2",
|
44
41
|
"type-fest": "^4.30.1",
|
45
42
|
"uuid": "^11.0.5"
|
46
43
|
},
|
47
44
|
"peerDependencies": {
|
48
|
-
"@ama-sdk/core": "^13.0.0-next.
|
45
|
+
"@ama-sdk/core": "^13.0.0-next.2",
|
49
46
|
"@angular-devkit/schematics": "^19.0.0",
|
50
47
|
"@angular/cli": "^19.0.0",
|
51
48
|
"@angular/common": "^19.0.0",
|
52
|
-
"@o3r/schematics": "^13.0.0-next.
|
49
|
+
"@o3r/schematics": "^13.0.0-next.2",
|
53
50
|
"@schematics/angular": "^19.0.0",
|
54
51
|
"rxjs": "^7.8.1",
|
55
52
|
"type-fest": "^4.30.1",
|
@@ -79,7 +76,7 @@
|
|
79
76
|
}
|
80
77
|
},
|
81
78
|
"devDependencies": {
|
82
|
-
"@ama-sdk/core": "^13.0.0-next.
|
79
|
+
"@ama-sdk/core": "^13.0.0-next.2",
|
83
80
|
"@angular-devkit/core": "~19.2.0",
|
84
81
|
"@angular-devkit/schematics": "~19.2.0",
|
85
82
|
"@angular/common": "~19.2.0",
|
@@ -87,9 +84,9 @@
|
|
87
84
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
88
85
|
"@nx/eslint-plugin": "~20.8.0",
|
89
86
|
"@nx/jest": "~20.8.0",
|
90
|
-
"@o3r/build-helpers": "^13.0.0-next.
|
91
|
-
"@o3r/eslint-plugin": "^13.0.0-next.
|
92
|
-
"@o3r/test-helpers": "^13.0.0-next.
|
87
|
+
"@o3r/build-helpers": "^13.0.0-next.2",
|
88
|
+
"@o3r/eslint-plugin": "^13.0.0-next.2",
|
89
|
+
"@o3r/test-helpers": "^13.0.0-next.2",
|
93
90
|
"@schematics/angular": "~19.2.0",
|
94
91
|
"@stylistic/eslint-plugin": "~3.1.0",
|
95
92
|
"@stylistic/eslint-plugin-ts": "~3.1.0",
|
@@ -98,13 +95,13 @@
|
|
98
95
|
"@types/jest": "~29.5.2",
|
99
96
|
"@types/node": "^20.0.0",
|
100
97
|
"@types/uuid": "^10.0.0",
|
101
|
-
"@typescript-eslint/parser": "~8.
|
98
|
+
"@typescript-eslint/parser": "~8.35.0",
|
102
99
|
"angular-eslint": "~19.4.0",
|
103
100
|
"cpy-cli": "^5.0.0",
|
104
101
|
"eslint": "~9.29.0",
|
105
102
|
"eslint-import-resolver-node": "~0.3.9",
|
106
103
|
"eslint-import-resolver-typescript": "~3.10.0",
|
107
|
-
"eslint-plugin-import": "~2.
|
104
|
+
"eslint-plugin-import": "~2.32.0",
|
108
105
|
"eslint-plugin-import-newlines": "~1.4.0",
|
109
106
|
"eslint-plugin-jest": "~28.14.0",
|
110
107
|
"eslint-plugin-jsdoc": "~50.8.0",
|
@@ -124,7 +121,7 @@
|
|
124
121
|
"ts-node": "~10.9.2",
|
125
122
|
"type-fest": "^4.30.1",
|
126
123
|
"typescript": "~5.8.2",
|
127
|
-
"typescript-eslint": "~8.
|
124
|
+
"typescript-eslint": "~8.35.0",
|
128
125
|
"zone.js": "~0.15.0"
|
129
126
|
},
|
130
127
|
"engines": {
|