@ama-sdk/client-fetch 12.0.0-next.2 → 12.0.0-next.21
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 +33 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/client-fetch",
|
|
3
|
-
"version": "12.0.0-next.
|
|
3
|
+
"version": "12.0.0-next.21",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -40,16 +40,17 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@swc/helpers": "~0.5.0",
|
|
43
|
+
"ts-node": "~10.9.2",
|
|
43
44
|
"tslib": "^2.6.2",
|
|
44
|
-
"uuid": "^
|
|
45
|
+
"uuid": "^11.0.5"
|
|
45
46
|
},
|
|
46
47
|
"peerDependencies": {
|
|
47
|
-
"@ama-sdk/core": "^12.0.0-next.
|
|
48
|
-
"@angular-devkit/schematics": "^
|
|
49
|
-
"@angular/cli": "^
|
|
50
|
-
"@angular/common": "^
|
|
51
|
-
"@o3r/schematics": "^12.0.0-next.
|
|
52
|
-
"@schematics/angular": "^
|
|
48
|
+
"@ama-sdk/core": "^12.0.0-next.21",
|
|
49
|
+
"@angular-devkit/schematics": "^19.0.0",
|
|
50
|
+
"@angular/cli": "^19.0.0",
|
|
51
|
+
"@angular/common": "^19.0.0",
|
|
52
|
+
"@o3r/schematics": "^12.0.0-next.21",
|
|
53
|
+
"@schematics/angular": "^19.0.0",
|
|
53
54
|
"isomorphic-fetch": "^3.0.0",
|
|
54
55
|
"typescript": "^5.5.4"
|
|
55
56
|
},
|
|
@@ -77,28 +78,28 @@
|
|
|
77
78
|
}
|
|
78
79
|
},
|
|
79
80
|
"devDependencies": {
|
|
80
|
-
"@ama-sdk/core": "^12.0.0-next.
|
|
81
|
-
"@angular-devkit/core": "~
|
|
82
|
-
"@angular-devkit/schematics": "~
|
|
83
|
-
"@angular/common": "~
|
|
84
|
-
"@angular/core": "~
|
|
81
|
+
"@ama-sdk/core": "^12.0.0-next.21",
|
|
82
|
+
"@angular-devkit/core": "~19.0.0",
|
|
83
|
+
"@angular-devkit/schematics": "~19.0.0",
|
|
84
|
+
"@angular/common": "~19.0.0",
|
|
85
|
+
"@angular/core": "~19.0.0",
|
|
85
86
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
86
|
-
"@nx/eslint-plugin": "~
|
|
87
|
-
"@nx/jest": "~
|
|
88
|
-
"@o3r/build-helpers": "^12.0.0-next.
|
|
89
|
-
"@o3r/eslint-plugin": "^12.0.0-next.
|
|
90
|
-
"@o3r/schematics": "^12.0.0-next.
|
|
91
|
-
"@o3r/test-helpers": "^12.0.0-next.
|
|
92
|
-
"@schematics/angular": "~
|
|
93
|
-
"@stylistic/eslint-plugin": "~
|
|
94
|
-
"@stylistic/eslint-plugin-ts": "~
|
|
95
|
-
"@swc/cli": "~0.
|
|
87
|
+
"@nx/eslint-plugin": "~20.2.0",
|
|
88
|
+
"@nx/jest": "~20.2.0",
|
|
89
|
+
"@o3r/build-helpers": "^12.0.0-next.21",
|
|
90
|
+
"@o3r/eslint-plugin": "^12.0.0-next.21",
|
|
91
|
+
"@o3r/schematics": "^12.0.0-next.21",
|
|
92
|
+
"@o3r/test-helpers": "^12.0.0-next.21",
|
|
93
|
+
"@schematics/angular": "~19.0.0",
|
|
94
|
+
"@stylistic/eslint-plugin": "~3.0.0",
|
|
95
|
+
"@stylistic/eslint-plugin-ts": "~3.0.0",
|
|
96
|
+
"@swc/cli": "~0.6.0",
|
|
96
97
|
"@swc/core": "~1.10.0",
|
|
97
98
|
"@types/jest": "~29.5.2",
|
|
98
99
|
"@types/node": "^20.0.0",
|
|
99
|
-
"@types/uuid": "^
|
|
100
|
-
"@typescript-eslint/parser": "~8.
|
|
101
|
-
"angular-eslint": "~
|
|
100
|
+
"@types/uuid": "^10.0.0",
|
|
101
|
+
"@typescript-eslint/parser": "~8.21.0",
|
|
102
|
+
"angular-eslint": "~19.0.0",
|
|
102
103
|
"cpy-cli": "^5.0.0",
|
|
103
104
|
"eslint": "~9.17.0",
|
|
104
105
|
"eslint-import-resolver-node": "^0.3.9",
|
|
@@ -116,15 +117,15 @@
|
|
|
116
117
|
"jsonc-eslint-parser": "~2.4.0",
|
|
117
118
|
"minimist": "^1.2.6",
|
|
118
119
|
"pid-from-port": "^1.1.3",
|
|
119
|
-
"rimraf": "^
|
|
120
|
+
"rimraf": "^6.0.1",
|
|
120
121
|
"rxjs": "^7.8.1",
|
|
121
122
|
"semver": "^7.5.2",
|
|
122
|
-
"ts-jest": "~29.2.
|
|
123
|
+
"ts-jest": "~29.2.5",
|
|
123
124
|
"ts-node": "~10.9.2",
|
|
124
|
-
"type-fest": "^4.
|
|
125
|
-
"typescript": "~5.
|
|
126
|
-
"typescript-eslint": "~8.
|
|
127
|
-
"zone.js": "~0.
|
|
125
|
+
"type-fest": "^4.30.1",
|
|
126
|
+
"typescript": "~5.6.2",
|
|
127
|
+
"typescript-eslint": "~8.21.0",
|
|
128
|
+
"zone.js": "~0.15.0"
|
|
128
129
|
},
|
|
129
130
|
"engines": {
|
|
130
131
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
|