@ama-sdk/client-fetch 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 +12 -13
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.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -41,15 +41,14 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@swc/helpers": "~0.5.0",
|
|
43
43
|
"tslib": "^2.6.2",
|
|
44
|
-
"uuid": "^10.0.0"
|
|
45
|
-
"ts-node": "~10.9.2"
|
|
44
|
+
"uuid": "^10.0.0"
|
|
46
45
|
},
|
|
47
46
|
"peerDependencies": {
|
|
48
|
-
"@ama-sdk/core": "^12.0.0-next.
|
|
47
|
+
"@ama-sdk/core": "^12.0.0-next.2",
|
|
49
48
|
"@angular-devkit/schematics": "^18.2.0",
|
|
50
49
|
"@angular/cli": "^18.2.0",
|
|
51
50
|
"@angular/common": "^18.2.0",
|
|
52
|
-
"@o3r/schematics": "^12.0.0-next.
|
|
51
|
+
"@o3r/schematics": "^12.0.0-next.2",
|
|
53
52
|
"@schematics/angular": "^18.2.0",
|
|
54
53
|
"isomorphic-fetch": "^3.0.0",
|
|
55
54
|
"typescript": "^5.5.4"
|
|
@@ -78,7 +77,7 @@
|
|
|
78
77
|
}
|
|
79
78
|
},
|
|
80
79
|
"devDependencies": {
|
|
81
|
-
"@ama-sdk/core": "^12.0.0-next.
|
|
80
|
+
"@ama-sdk/core": "^12.0.0-next.2",
|
|
82
81
|
"@angular-devkit/core": "~18.2.0",
|
|
83
82
|
"@angular-devkit/schematics": "~18.2.0",
|
|
84
83
|
"@angular/common": "~18.2.0",
|
|
@@ -86,10 +85,10 @@
|
|
|
86
85
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
87
86
|
"@nx/eslint-plugin": "~19.8.0",
|
|
88
87
|
"@nx/jest": "~19.8.0",
|
|
89
|
-
"@o3r/build-helpers": "^12.0.0-next.
|
|
90
|
-
"@o3r/eslint-plugin": "^12.0.0-next.
|
|
91
|
-
"@o3r/schematics": "^12.0.0-next.
|
|
92
|
-
"@o3r/test-helpers": "^12.0.0-next.
|
|
88
|
+
"@o3r/build-helpers": "^12.0.0-next.2",
|
|
89
|
+
"@o3r/eslint-plugin": "^12.0.0-next.2",
|
|
90
|
+
"@o3r/schematics": "^12.0.0-next.2",
|
|
91
|
+
"@o3r/test-helpers": "^12.0.0-next.2",
|
|
93
92
|
"@schematics/angular": "~18.2.0",
|
|
94
93
|
"@stylistic/eslint-plugin": "~2.7.0",
|
|
95
94
|
"@stylistic/eslint-plugin-ts": "~2.7.0",
|
|
@@ -98,10 +97,10 @@
|
|
|
98
97
|
"@types/jest": "~29.5.2",
|
|
99
98
|
"@types/node": "^20.0.0",
|
|
100
99
|
"@types/uuid": "^9.0.0",
|
|
101
|
-
"@typescript-eslint/parser": "~8.
|
|
100
|
+
"@typescript-eslint/parser": "~8.18.0",
|
|
102
101
|
"angular-eslint": "~18.4.0",
|
|
103
102
|
"cpy-cli": "^5.0.0",
|
|
104
|
-
"eslint": "~9.
|
|
103
|
+
"eslint": "~9.17.0",
|
|
105
104
|
"eslint-import-resolver-node": "^0.3.9",
|
|
106
105
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
107
106
|
"eslint-plugin-import": "^2.31.0",
|
|
@@ -124,7 +123,7 @@
|
|
|
124
123
|
"ts-node": "~10.9.2",
|
|
125
124
|
"type-fest": "^4.10.2",
|
|
126
125
|
"typescript": "~5.5.4",
|
|
127
|
-
"typescript-eslint": "~8.
|
|
126
|
+
"typescript-eslint": "~8.18.0",
|
|
128
127
|
"zone.js": "~0.14.2"
|
|
129
128
|
},
|
|
130
129
|
"engines": {
|