@ama-sdk/client-fetch 13.0.0-next.27 → 13.0.0-next.28
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 +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/client-fetch",
|
|
3
|
-
"version": "13.0.0-next.
|
|
3
|
+
"version": "13.0.0-next.28",
|
|
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.
|
|
38
|
+
"@o3r/schematics": "^13.0.0-next.28",
|
|
39
39
|
"@swc/helpers": "~0.5.0",
|
|
40
40
|
"ts-node": "~10.9.2",
|
|
41
41
|
"tslib": "^2.6.2",
|
|
42
42
|
"uuid": "^11.0.5"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@ama-sdk/core": "^13.0.0-next.
|
|
45
|
+
"@ama-sdk/core": "^13.0.0-next.28",
|
|
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.
|
|
49
|
+
"@o3r/schematics": "^13.0.0-next.28",
|
|
50
50
|
"@schematics/angular": "^20.0.0",
|
|
51
51
|
"isomorphic-fetch": "^3.0.0",
|
|
52
52
|
"type-fest": "^4.30.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@ama-sdk/core": "^13.0.0-next.
|
|
82
|
+
"@ama-sdk/core": "^13.0.0-next.28",
|
|
83
83
|
"@angular-devkit/core": "~20.0.0",
|
|
84
84
|
"@angular-devkit/schematics": "~20.0.0",
|
|
85
85
|
"@angular/common": "~20.0.0",
|
|
@@ -87,19 +87,19 @@
|
|
|
87
87
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
88
88
|
"@nx/eslint-plugin": "~21.3.11",
|
|
89
89
|
"@nx/jest": "~21.3.11",
|
|
90
|
-
"@o3r/build-helpers": "^13.0.0-next.
|
|
91
|
-
"@o3r/eslint-plugin": "^13.0.0-next.
|
|
92
|
-
"@o3r/test-helpers": "^13.0.0-next.
|
|
90
|
+
"@o3r/build-helpers": "^13.0.0-next.28",
|
|
91
|
+
"@o3r/eslint-plugin": "^13.0.0-next.28",
|
|
92
|
+
"@o3r/test-helpers": "^13.0.0-next.28",
|
|
93
93
|
"@schematics/angular": "~20.0.0",
|
|
94
94
|
"@stylistic/eslint-plugin": "~5.2.0",
|
|
95
95
|
"@swc/cli": "~0.7.7",
|
|
96
96
|
"@swc/core": "~1.12.0",
|
|
97
97
|
"@types/jest": "~29.5.2",
|
|
98
98
|
"@types/node": "^22.0.0",
|
|
99
|
-
"@typescript-eslint/parser": "~8.
|
|
99
|
+
"@typescript-eslint/parser": "~8.39.0",
|
|
100
100
|
"angular-eslint": "~20.1.0",
|
|
101
101
|
"cpy-cli": "^5.0.0",
|
|
102
|
-
"eslint": "~9.
|
|
102
|
+
"eslint": "~9.33.0",
|
|
103
103
|
"eslint-import-resolver-node": "~0.3.9",
|
|
104
104
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
105
105
|
"eslint-plugin-import": "~2.32.0",
|
|
@@ -112,17 +112,18 @@
|
|
|
112
112
|
"isomorphic-fetch": "~3.0.0",
|
|
113
113
|
"jest": "~29.7.0",
|
|
114
114
|
"jest-junit": "~16.0.0",
|
|
115
|
+
"jest-util": "~29.7.0",
|
|
115
116
|
"jsonc-eslint-parser": "~2.4.0",
|
|
116
117
|
"minimist": "^1.2.6",
|
|
117
118
|
"pid-from-port": "^1.1.3",
|
|
118
119
|
"rimraf": "^6.0.1",
|
|
119
120
|
"rxjs": "^7.8.1",
|
|
120
121
|
"semver": "^7.5.2",
|
|
121
|
-
"ts-jest": "~29.
|
|
122
|
+
"ts-jest": "~29.4.0",
|
|
122
123
|
"ts-node": "~10.9.2",
|
|
123
124
|
"type-fest": "^4.30.1",
|
|
124
125
|
"typescript": "~5.8.2",
|
|
125
|
-
"typescript-eslint": "~8.
|
|
126
|
+
"typescript-eslint": "~8.39.0",
|
|
126
127
|
"zone.js": "~0.15.0"
|
|
127
128
|
},
|
|
128
129
|
"engines": {
|