amf-client-js 5.2.4 → 5.2.5-RC.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 +2 -2
- package/typings/amf-client-js.d.ts +3 -0
- package/amf.js +0 -11628
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "amf-client-js",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.5-RC.0",
|
|
4
4
|
"description": "AMF Library",
|
|
5
5
|
"main": "amf.js",
|
|
6
6
|
"author": "amf team",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"types": "./typings/amf-client-js.d.ts",
|
|
17
17
|
"typings": "./typings/amf-client-js.d.ts",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@aml-org/amf-antlr-parsers": "0.6.
|
|
19
|
+
"@aml-org/amf-antlr-parsers": "0.6.22",
|
|
20
20
|
"ajv": "6.12.6"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -3199,6 +3199,9 @@ declare module "amf-client-js" {
|
|
|
3199
3199
|
export class GraphQLFederationConfiguration {
|
|
3200
3200
|
static GraphQLFederation(): AMFConfiguration;
|
|
3201
3201
|
}
|
|
3202
|
+
export class GRPCConfiguration {
|
|
3203
|
+
static GRPC(): AMFConfiguration;
|
|
3204
|
+
}
|
|
3202
3205
|
export class HighPriority extends PluginPriority {}
|
|
3203
3206
|
export class HttpApiKeySettings extends Settings {
|
|
3204
3207
|
in: StrField;
|