@ama-sdk/core 12.0.0-next.0 → 12.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 +10 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/core",
|
|
3
|
-
"version": "12.0.0-next.
|
|
3
|
+
"version": "12.0.0-next.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -84,14 +84,13 @@
|
|
|
84
84
|
"dependencies": {
|
|
85
85
|
"@swc/helpers": "~0.5.0",
|
|
86
86
|
"tslib": "^2.6.2",
|
|
87
|
-
"uuid": "^10.0.0"
|
|
88
|
-
"ts-node": "~10.9.2"
|
|
87
|
+
"uuid": "^10.0.0"
|
|
89
88
|
},
|
|
90
89
|
"peerDependencies": {
|
|
91
90
|
"@angular-devkit/schematics": "^18.2.0",
|
|
92
91
|
"@angular/cli": "^18.2.0",
|
|
93
92
|
"@angular/common": "^18.2.0",
|
|
94
|
-
"@o3r/schematics": "^12.0.0-next.
|
|
93
|
+
"@o3r/schematics": "^12.0.0-next.2",
|
|
95
94
|
"@schematics/angular": "^18.2.0",
|
|
96
95
|
"isomorphic-fetch": "^3.0.0",
|
|
97
96
|
"rxjs": "^7.8.1",
|
|
@@ -131,10 +130,10 @@
|
|
|
131
130
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
132
131
|
"@nx/eslint-plugin": "~19.8.0",
|
|
133
132
|
"@nx/jest": "~19.8.0",
|
|
134
|
-
"@o3r/build-helpers": "^12.0.0-next.
|
|
135
|
-
"@o3r/eslint-plugin": "^12.0.0-next.
|
|
136
|
-
"@o3r/schematics": "^12.0.0-next.
|
|
137
|
-
"@o3r/test-helpers": "^12.0.0-next.
|
|
133
|
+
"@o3r/build-helpers": "^12.0.0-next.2",
|
|
134
|
+
"@o3r/eslint-plugin": "^12.0.0-next.2",
|
|
135
|
+
"@o3r/schematics": "^12.0.0-next.2",
|
|
136
|
+
"@o3r/test-helpers": "^12.0.0-next.2",
|
|
138
137
|
"@schematics/angular": "~18.2.0",
|
|
139
138
|
"@stylistic/eslint-plugin": "~2.7.0",
|
|
140
139
|
"@swc/cli": "~0.5.0",
|
|
@@ -142,10 +141,10 @@
|
|
|
142
141
|
"@types/jest": "~29.5.2",
|
|
143
142
|
"@types/node": "^20.0.0",
|
|
144
143
|
"@types/uuid": "^9.0.0",
|
|
145
|
-
"@typescript-eslint/parser": "~8.
|
|
144
|
+
"@typescript-eslint/parser": "~8.18.0",
|
|
146
145
|
"angular-eslint": "~18.4.0",
|
|
147
146
|
"cpy-cli": "^5.0.0",
|
|
148
|
-
"eslint": "~9.
|
|
147
|
+
"eslint": "~9.17.0",
|
|
149
148
|
"eslint-import-resolver-node": "^0.3.9",
|
|
150
149
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
151
150
|
"eslint-plugin-import": "^2.31.0",
|
|
@@ -169,7 +168,7 @@
|
|
|
169
168
|
"ts-node": "~10.9.2",
|
|
170
169
|
"type-fest": "^4.10.2",
|
|
171
170
|
"typescript": "~5.5.4",
|
|
172
|
-
"typescript-eslint": "~8.
|
|
171
|
+
"typescript-eslint": "~8.18.0",
|
|
173
172
|
"zone.js": "~0.14.2"
|
|
174
173
|
},
|
|
175
174
|
"engines": {
|