@0xsequence/guard
Advanced tools
Comparing version 0.11.0 to 0.11.1
# @0xsequence/guard | ||
## 0.11.1 | ||
### Patch Changes | ||
- Add support for dynamic and nested signatures | ||
## 0.11.0 | ||
@@ -4,0 +10,0 @@ |
@@ -23,4 +23,4 @@ 'use strict'; | ||
/* tslint:disable */ | ||
// guardd v0.1.0 38e82dc93dc168cde6da6c8ddbe45a2a94df26ac | ||
/* eslint-disable */ | ||
// guardd v0.1.0 8d4d548d0af400f36ef39a21c29927fe65f9396c | ||
// -- | ||
@@ -34,3 +34,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript | ||
const WebRPCSchemaHash = "38e82dc93dc168cde6da6c8ddbe45a2a94df26ac"; // | ||
const WebRPCSchemaHash = "8d4d548d0af400f36ef39a21c29927fe65f9396c"; // | ||
// Types | ||
@@ -37,0 +37,0 @@ // |
@@ -23,4 +23,4 @@ 'use strict'; | ||
/* tslint:disable */ | ||
// guardd v0.1.0 38e82dc93dc168cde6da6c8ddbe45a2a94df26ac | ||
/* eslint-disable */ | ||
// guardd v0.1.0 8d4d548d0af400f36ef39a21c29927fe65f9396c | ||
// -- | ||
@@ -34,3 +34,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript | ||
const WebRPCSchemaHash = "38e82dc93dc168cde6da6c8ddbe45a2a94df26ac"; // | ||
const WebRPCSchemaHash = "8d4d548d0af400f36ef39a21c29927fe65f9396c"; // | ||
// Types | ||
@@ -37,0 +37,0 @@ // |
@@ -19,4 +19,4 @@ function _extends() { | ||
/* tslint:disable */ | ||
// guardd v0.1.0 38e82dc93dc168cde6da6c8ddbe45a2a94df26ac | ||
/* eslint-disable */ | ||
// guardd v0.1.0 8d4d548d0af400f36ef39a21c29927fe65f9396c | ||
// -- | ||
@@ -30,3 +30,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript | ||
const WebRPCSchemaHash = "38e82dc93dc168cde6da6c8ddbe45a2a94df26ac"; // | ||
const WebRPCSchemaHash = "8d4d548d0af400f36ef39a21c29927fe65f9396c"; // | ||
// Types | ||
@@ -33,0 +33,0 @@ // |
export declare const WebRPCVersion = "v1"; | ||
export declare const WebRPCSchemaVersion = "v0.1.0"; | ||
export declare const WebRPCSchemaHash = "38e82dc93dc168cde6da6c8ddbe45a2a94df26ac"; | ||
export declare const WebRPCSchemaHash = "8d4d548d0af400f36ef39a21c29927fe65f9396c"; | ||
export interface Request { | ||
chainId: number; | ||
msg: string; | ||
@@ -18,5 +19,5 @@ auxData: string; | ||
export declare class GuarddService implements GuarddService { | ||
private hostname; | ||
private fetch; | ||
private path; | ||
protected hostname: string; | ||
protected fetch: Fetch; | ||
protected path: string; | ||
constructor(hostname: string, fetch: Fetch); | ||
@@ -23,0 +24,0 @@ private url; |
{ | ||
"name": "@0xsequence/guard", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "guard sub-package for Sequence", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/guard", |
@@ -1,3 +0,3 @@ | ||
/* tslint:disable */ | ||
// guardd v0.1.0 38e82dc93dc168cde6da6c8ddbe45a2a94df26ac | ||
/* eslint-disable */ | ||
// guardd v0.1.0 8d4d548d0af400f36ef39a21c29927fe65f9396c | ||
// -- | ||
@@ -14,3 +14,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript | ||
// Schema hash generated from your RIDL schema | ||
export const WebRPCSchemaHash = "38e82dc93dc168cde6da6c8ddbe45a2a94df26ac" | ||
export const WebRPCSchemaHash = "8d4d548d0af400f36ef39a21c29927fe65f9396c" | ||
@@ -22,2 +22,3 @@ | ||
export interface Request { | ||
chainId: number | ||
msg: string | ||
@@ -45,5 +46,5 @@ auxData: string | ||
export class GuarddService implements GuarddService { | ||
private hostname: string | ||
private fetch: Fetch | ||
private path = '/rpc/GuarddService/' | ||
protected hostname: string | ||
protected fetch: Fetch | ||
protected path = '/rpc/GuarddService/' | ||
@@ -50,0 +51,0 @@ constructor(hostname: string, fetch: Fetch) { |
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
12547
362