You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@firebolt-js/openrpc

Package Overview
Dependencies
11
Maintainers
25
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0-next.1 to 1.7.0-next.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.7.0-next.2](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.7.0-next.1...v1.7.0-next.2) (2022-10-31)
### Bug Fixes
* Interfaceless providers ([#68](https://github.com/rdkcentral/firebolt-openrpc/issues/68)) ([ceb3040](https://github.com/rdkcentral/firebolt-openrpc/commit/ceb304018c2e0eb7cf5ac6f9bcd5b44bab0cb083))
# [1.7.0-next.1](https://github.com/rdkcentral/firebolt-openrpc/compare/v1.6.2-next.1...v1.7.0-next.1) (2022-10-24)

@@ -2,0 +9,0 @@

4

package.json
{
"name": "@firebolt-js/openrpc",
"version": "1.7.0-next.1",
"version": "1.7.0-next.2",
"description": "The Firebolt SDK Code & Doc Generator",

@@ -39,3 +39,3 @@ "main": "src/js/sdk/index.mjs",

"@semantic-release/npm": "^9.0.1",
"husky": "^8.0.0",
"husky": "^8.0.1",
"jest": "^27.3.1",

@@ -42,0 +42,0 @@ "semantic-release": "^19.0.5"

@@ -14,2 +14,6 @@ {

"name": "event"
},
{
"name": "capabilities",
"x-uses": ["xrn:firebolt:capability:test:test"]
}

@@ -65,3 +69,5 @@ ],

"name": "capabilities",
"x-uses": "xrn:firebolt:capability:test:test"
"x-uses": [
"xrn:firebolt:capability:test:test"
]
}

@@ -105,2 +111,6 @@ ],

"name": "temporal-set"
},
{
"name": "capabilities",
"x-uses": ["xrn:firebolt:capability:test:test"]
}

@@ -142,2 +152,8 @@ ],

"summary": "A method that takes an Advanced object.",
"tags": [
{
"name": "capabilities",
"x-uses": ["xrn:firebolt:capability:test:test"]
}
],
"description": "A method for testing advanced method generation.",

@@ -144,0 +160,0 @@ "params": [

@@ -12,2 +12,8 @@ {

"summary": "A method.",
"tags": [
{
"name": "capabilities",
"x-uses": ["xrn:firebolt:capability:test:test"]
}
],
"description": "A method for testing basic method generation.",

@@ -72,3 +78,5 @@ "params": [

"name": "capabilities",
"x-uses": "xrn:firebolt:capability:test:test"
"x-uses": [
"xrn:firebolt:capability:test:test"
]
}

@@ -124,2 +132,8 @@ ],

},
"tags": [
{
"name": "capabilities",
"x-uses": ["xrn:firebolt:capability:test:test"]
}
],
"params": [

@@ -178,2 +192,8 @@ {

"description": "A method for testing schema-dependent method generation.",
"tags": [
{
"name": "capabilities",
"x-uses": ["xrn:firebolt:capability:test:test"]
}
],
"params": [

@@ -218,2 +238,8 @@ {

"description": "A method for testing sub-method generation.",
"tags": [
{
"name": "capabilities",
"x-uses": ["xrn:firebolt:capability:test:test"]
}
],
"params": [

@@ -220,0 +246,0 @@ {

@@ -38,3 +38,4 @@ {

"required": [
"examples"
"examples",
"tags"
],

@@ -45,2 +46,11 @@ "properties": {

"minItems": 1
},
"tags": {
"type": "array",
"items": {
"type": "object"
},
"contains": {
"$ref": "#/definitions/CapabilitiesTag"
}
}

@@ -83,4 +93,8 @@ },

"if": {
"required": [ "tags"],
"required": [ "tags", "name"],
"properties": {
"name": {
"type": "string",
"pattern": "^onRequest"
},
"tags": {

@@ -859,4 +873,24 @@ "type": "array",

"type": "boolean"
},
"x-response-for": {
"type": "string"
},
"x-allow-focus-for": {
"type": "string"
},
"x-error-for": {
"type": "string"
}
}
},
"anyOf": [
{
"required": [ "x-uses"]
},
{
"required": [ "x-manages"]
},
{
"required": [ "x-provides"]
}
]
}

@@ -863,0 +897,0 @@ ]

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc