@onflow/protobuf
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -5,2 +5,6 @@ ### Unreleased | ||
### 0.1.4 -- 2020-07-13 | ||
- 2020-06-10 **BREAKING** -- Update protobufs according to latest changes to support script arguments | ||
### 0.1.3 -- 2020-06-03 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@onflow/protobuf", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Access Node Protobuf", | ||
@@ -32,3 +32,3 @@ "license": "Apache-2.0", | ||
"prepublishOnly": "npm test && npm run build", | ||
"test": "jest --verbose", | ||
"test": "jest", | ||
"build": "webpack --mode=production" | ||
@@ -35,0 +35,0 @@ }, |
@@ -7,3 +7,3 @@ # @onflow/protobuf | ||
- **Last Updated:** April 21st 2020 | ||
- **Last Updated:** June 13th 2020 | ||
- **Stable:** Yes | ||
@@ -10,0 +10,0 @@ - **Risk of Breaking Change:** High |
@@ -428,2 +428,9 @@ // package: access | ||
clearArgumentsList(): void; | ||
getArgumentsList(): Array<Uint8Array | string>; | ||
getArgumentsList_asU8(): Array<Uint8Array>; | ||
getArgumentsList_asB64(): Array<string>; | ||
setArgumentsList(value: Array<Uint8Array | string>): void; | ||
addArguments(value: Uint8Array | string, index?: number): Uint8Array | string; | ||
serializeBinary(): Uint8Array; | ||
@@ -442,2 +449,3 @@ toObject(includeInstance?: boolean): ExecuteScriptAtLatestBlockRequest.AsObject; | ||
script: Uint8Array | string, | ||
argumentsList: Array<Uint8Array | string>, | ||
} | ||
@@ -457,2 +465,9 @@ } | ||
clearArgumentsList(): void; | ||
getArgumentsList(): Array<Uint8Array | string>; | ||
getArgumentsList_asU8(): Array<Uint8Array>; | ||
getArgumentsList_asB64(): Array<string>; | ||
setArgumentsList(value: Array<Uint8Array | string>): void; | ||
addArguments(value: Uint8Array | string, index?: number): Uint8Array | string; | ||
serializeBinary(): Uint8Array; | ||
@@ -472,2 +487,3 @@ toObject(includeInstance?: boolean): ExecuteScriptAtBlockIDRequest.AsObject; | ||
script: Uint8Array | string, | ||
argumentsList: Array<Uint8Array | string>, | ||
} | ||
@@ -485,2 +501,9 @@ } | ||
clearArgumentsList(): void; | ||
getArgumentsList(): Array<Uint8Array | string>; | ||
getArgumentsList_asU8(): Array<Uint8Array>; | ||
getArgumentsList_asB64(): Array<string>; | ||
setArgumentsList(value: Array<Uint8Array | string>): void; | ||
addArguments(value: Uint8Array | string, index?: number): Uint8Array | string; | ||
serializeBinary(): Uint8Array; | ||
@@ -500,2 +523,3 @@ toObject(includeInstance?: boolean): ExecuteScriptAtBlockHeightRequest.AsObject; | ||
script: Uint8Array | string, | ||
argumentsList: Array<Uint8Array | string>, | ||
} | ||
@@ -502,0 +526,0 @@ } |
@@ -101,2 +101,9 @@ // package: execution | ||
clearArgumentsList(): void; | ||
getArgumentsList(): Array<Uint8Array | string>; | ||
getArgumentsList_asU8(): Array<Uint8Array>; | ||
getArgumentsList_asB64(): Array<string>; | ||
setArgumentsList(value: Array<Uint8Array | string>): void; | ||
addArguments(value: Uint8Array | string, index?: number): Uint8Array | string; | ||
serializeBinary(): Uint8Array; | ||
@@ -116,2 +123,3 @@ toObject(includeInstance?: boolean): ExecuteScriptAtBlockIDRequest.AsObject; | ||
script: Uint8Array | string, | ||
argumentsList: Array<Uint8Array | string>, | ||
} | ||
@@ -118,0 +126,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2090577
17009
10