@open-rpc/examples
Advanced tools
Comparing version 1.1.4 to 1.2.0
@@ -12,4 +12,4 @@ { | ||
"params": [ | ||
{ "$ref": "#/components/contentDescriptors/Integer" }, | ||
{ "$ref": "#/components/contentDescriptors/Integer" } | ||
{ "name": "a", "schema": { "$ref": "#/components/schemas/Integer" } }, | ||
{ "name": "b", "schema": { "$ref": "#/components/schemas/Integer" } } | ||
], | ||
@@ -41,4 +41,4 @@ "result": { | ||
"params": [ | ||
{ "$ref": "#/components/contentDescriptors/Integer" }, | ||
{ "$ref": "#/components/contentDescriptors/Integer" } | ||
{ "name": "a", "schema": { "$ref": "#/components/schemas/Integer" } }, | ||
{ "name": "b", "schema": { "$ref": "#/components/schemas/Integer" } } | ||
], | ||
@@ -69,8 +69,5 @@ "result": { | ||
"components": { | ||
"contentDescriptors": { | ||
"schemas": { | ||
"Integer": { | ||
"name": "Integer", | ||
"schema": { | ||
"type": "integer" | ||
} | ||
"type": "integer" | ||
} | ||
@@ -77,0 +74,0 @@ }, |
{ | ||
"name": "@open-rpc/examples", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "OpenRPC examples package. It exports JSON as a js module.", | ||
@@ -5,0 +5,0 @@ "main": "build/src/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8058
44936
951