@ama-sdk/core 13.4.0-prerelease.27 → 13.4.0-prerelease.29
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/README.md +5 -5
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -35,11 +35,11 @@ Please refer to the [ama-sdk-schematics](../schematics/README.md) package for ge
|
|
|
35
35
|
The **API Clients** are mandatory to the SDK to indicate the service that should be used by the SDK to process the calls.
|
|
36
36
|
A list of API Clients are provided by this package:
|
|
37
37
|
|
|
38
|
-
| API Client | Import
|
|
39
|
-
| ---------------- |
|
|
40
|
-
| ApiFetchClient | [@ama-sdk/client-fetch](https://npmjs.com/package/@ama-sdk/client-fetch)
|
|
41
|
-
| ApiBeaconClient | @ama-sdk/
|
|
42
|
-
| ApiAngularClient | @ama-sdk/
|
|
38
|
+
| API Client | Import | Description |
|
|
39
|
+
| ---------------- | --------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
|
|
40
|
+
| ApiFetchClient | [@ama-sdk/client-fetch](https://npmjs.com/package/@ama-sdk/client-fetch) | Default API Client based on the browser FetchApi |
|
|
41
|
+
| ApiBeaconClient | [@ama-sdk/beacon-fetch](https://npmjs.com/package/@ama-sdk/beacon-fetch) | API Client based on the browser BeaconApi, it is processing synchronous call |
|
|
42
|
+
| ApiAngularClient | [@ama-sdk/api-angular-client](https://npmjs.com/package/@ama-sdk/angular-fetch) | API Client using the HttpClient exposed by the `@angular/common` package |
|
|
43
43
|
|
|
44
44
|
### Logs
|
|
45
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-sdk/core",
|
|
3
|
-
"version": "13.4.0-prerelease.
|
|
3
|
+
"version": "13.4.0-prerelease.29",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@o3r/schematics": "~13.4.0-prerelease.
|
|
46
|
+
"@o3r/schematics": "~13.4.0-prerelease.29",
|
|
47
47
|
"@swc/helpers": "~0.5.0",
|
|
48
48
|
"ts-node": "~10.9.2",
|
|
49
49
|
"tslib": "^2.6.2",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@angular-devkit/schematics": "^20.0.0",
|
|
54
54
|
"@angular/cli": "^20.0.0",
|
|
55
|
-
"@o3r/schematics": "~13.4.0-prerelease.
|
|
55
|
+
"@o3r/schematics": "~13.4.0-prerelease.29",
|
|
56
56
|
"@schematics/angular": "^20.0.0",
|
|
57
57
|
"typescript": "^5.9.0"
|
|
58
58
|
},
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
82
82
|
"@nx/eslint-plugin": "~21.6.0",
|
|
83
83
|
"@nx/jest": "~21.6.0",
|
|
84
|
-
"@o3r/build-helpers": "~13.4.0-prerelease.
|
|
85
|
-
"@o3r/eslint-plugin": "~13.4.0-prerelease.
|
|
86
|
-
"@o3r/test-helpers": "~13.4.0-prerelease.
|
|
84
|
+
"@o3r/build-helpers": "~13.4.0-prerelease.29",
|
|
85
|
+
"@o3r/eslint-plugin": "~13.4.0-prerelease.29",
|
|
86
|
+
"@o3r/test-helpers": "~13.4.0-prerelease.29",
|
|
87
87
|
"@schematics/angular": "~20.3.0",
|
|
88
88
|
"@stylistic/eslint-plugin": "~5.5.0",
|
|
89
89
|
"@swc/cli": "~0.7.7",
|