@ama-sdk/client-fetch 12.2.0-prerelease.9 → 12.3.0-prerelease.0
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 +17 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/client-fetch",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.3.0-prerelease.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,8 +35,7 @@
|
|
|
35
35
|
"build:esm2020": "tsc -b tsconfig.build.json",
|
|
36
36
|
"postbuild": "yarn cpy './package.json' dist && patch-package-json-main",
|
|
37
37
|
"prepare:build:builders": "yarn cpy 'schematics/**/*.json' dist/schematics && yarn cpy 'collection.json' dist",
|
|
38
|
-
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
|
39
|
-
"prepare:publish": "prepare-publish ./dist"
|
|
38
|
+
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
|
40
39
|
},
|
|
41
40
|
"dependencies": {
|
|
42
41
|
"@swc/helpers": "~0.5.0",
|
|
@@ -45,11 +44,11 @@
|
|
|
45
44
|
"uuid": "^11.0.5"
|
|
46
45
|
},
|
|
47
46
|
"peerDependencies": {
|
|
48
|
-
"@ama-sdk/core": "^12.
|
|
47
|
+
"@ama-sdk/core": "^12.3.0-prerelease.0",
|
|
49
48
|
"@angular-devkit/schematics": "^19.0.0",
|
|
50
49
|
"@angular/cli": "^19.0.0",
|
|
51
50
|
"@angular/common": "^19.0.0",
|
|
52
|
-
"@o3r/schematics": "^12.
|
|
51
|
+
"@o3r/schematics": "^12.3.0-prerelease.0",
|
|
53
52
|
"@schematics/angular": "^19.0.0",
|
|
54
53
|
"isomorphic-fetch": "^3.0.0",
|
|
55
54
|
"typescript": "^5.5.4"
|
|
@@ -78,18 +77,18 @@
|
|
|
78
77
|
}
|
|
79
78
|
},
|
|
80
79
|
"devDependencies": {
|
|
81
|
-
"@ama-sdk/core": "^12.
|
|
80
|
+
"@ama-sdk/core": "^12.3.0-prerelease.0",
|
|
82
81
|
"@angular-devkit/core": "~19.2.0",
|
|
83
82
|
"@angular-devkit/schematics": "~19.2.0",
|
|
84
83
|
"@angular/common": "~19.2.0",
|
|
85
84
|
"@angular/core": "~19.2.0",
|
|
86
85
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
87
|
-
"@nx/eslint-plugin": "~20.
|
|
88
|
-
"@nx/jest": "~20.
|
|
89
|
-
"@o3r/build-helpers": "^12.
|
|
90
|
-
"@o3r/eslint-plugin": "^12.
|
|
91
|
-
"@o3r/schematics": "^12.
|
|
92
|
-
"@o3r/test-helpers": "^12.
|
|
86
|
+
"@nx/eslint-plugin": "~20.6.0",
|
|
87
|
+
"@nx/jest": "~20.6.0",
|
|
88
|
+
"@o3r/build-helpers": "^12.3.0-prerelease.0",
|
|
89
|
+
"@o3r/eslint-plugin": "^12.3.0-prerelease.0",
|
|
90
|
+
"@o3r/schematics": "^12.3.0-prerelease.0",
|
|
91
|
+
"@o3r/test-helpers": "^12.3.0-prerelease.0",
|
|
93
92
|
"@schematics/angular": "~19.2.0",
|
|
94
93
|
"@stylistic/eslint-plugin": "~3.1.0",
|
|
95
94
|
"@stylistic/eslint-plugin-ts": "~3.1.0",
|
|
@@ -98,12 +97,12 @@
|
|
|
98
97
|
"@types/jest": "~29.5.2",
|
|
99
98
|
"@types/node": "^20.0.0",
|
|
100
99
|
"@types/uuid": "^10.0.0",
|
|
101
|
-
"@typescript-eslint/parser": "~8.
|
|
102
|
-
"angular-eslint": "~19.
|
|
100
|
+
"@typescript-eslint/parser": "~8.29.0",
|
|
101
|
+
"angular-eslint": "~19.3.0",
|
|
103
102
|
"cpy-cli": "^5.0.0",
|
|
104
|
-
"eslint": "~9.
|
|
103
|
+
"eslint": "~9.23.0",
|
|
105
104
|
"eslint-import-resolver-node": "~0.3.9",
|
|
106
|
-
"eslint-import-resolver-typescript": "~3.
|
|
105
|
+
"eslint-import-resolver-typescript": "~3.10.0",
|
|
107
106
|
"eslint-plugin-import": "~2.31.0",
|
|
108
107
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
109
108
|
"eslint-plugin-jest": "~28.11.0",
|
|
@@ -120,11 +119,11 @@
|
|
|
120
119
|
"rimraf": "^6.0.1",
|
|
121
120
|
"rxjs": "^7.8.1",
|
|
122
121
|
"semver": "^7.5.2",
|
|
123
|
-
"ts-jest": "~29.
|
|
122
|
+
"ts-jest": "~29.3.0",
|
|
124
123
|
"ts-node": "~10.9.2",
|
|
125
124
|
"type-fest": "^4.30.1",
|
|
126
125
|
"typescript": "~5.8.2",
|
|
127
|
-
"typescript-eslint": "~8.
|
|
126
|
+
"typescript-eslint": "~8.29.0",
|
|
128
127
|
"zone.js": "~0.15.0"
|
|
129
128
|
},
|
|
130
129
|
"engines": {
|