Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@0xsequence/builder

Package Overview
Dependencies
Maintainers
6
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/builder - npm Package Compare versions

Comparing version
2.2.6
to
2.2.7
+2
-2
dist/0xsequence-builder.cjs.dev.js

@@ -21,3 +21,3 @@ 'use strict';

const WebrpcHeader = 'Webrpc';
const WebrpcHeaderValue = 'webrpc@v0.22.0;gen-typescript@v0.16.1;sequence-builder@v0.1.0';
const WebrpcHeaderValue = 'webrpc@v0.22.1;gen-typescript@v0.16.2;sequence-builder@v0.1.0';

@@ -31,3 +31,3 @@ // WebRPC description and code-gen version

// Schema hash generated from your RIDL schema
const WebRPCSchemaHash = '5b580e1afeb26e0b4a8ee026271e2466760da0aa';
const WebRPCSchemaHash = '461bc324d241f4df14fbf63268fde2cfe4873e3e';
function VersionFromHeader(headers) {

@@ -34,0 +34,0 @@ const headerValue = headers.get(WebrpcHeader);

@@ -21,3 +21,3 @@ 'use strict';

const WebrpcHeader = 'Webrpc';
const WebrpcHeaderValue = 'webrpc@v0.22.0;gen-typescript@v0.16.1;sequence-builder@v0.1.0';
const WebrpcHeaderValue = 'webrpc@v0.22.1;gen-typescript@v0.16.2;sequence-builder@v0.1.0';

@@ -31,3 +31,3 @@ // WebRPC description and code-gen version

// Schema hash generated from your RIDL schema
const WebRPCSchemaHash = '5b580e1afeb26e0b4a8ee026271e2466760da0aa';
const WebRPCSchemaHash = '461bc324d241f4df14fbf63268fde2cfe4873e3e';
function VersionFromHeader(headers) {

@@ -34,0 +34,0 @@ const headerValue = headers.get(WebrpcHeader);

@@ -17,3 +17,3 @@ function _extends() {

const WebrpcHeader = 'Webrpc';
const WebrpcHeaderValue = 'webrpc@v0.22.0;gen-typescript@v0.16.1;sequence-builder@v0.1.0';
const WebrpcHeaderValue = 'webrpc@v0.22.1;gen-typescript@v0.16.2;sequence-builder@v0.1.0';

@@ -27,3 +27,3 @@ // WebRPC description and code-gen version

// Schema hash generated from your RIDL schema
const WebRPCSchemaHash = '5b580e1afeb26e0b4a8ee026271e2466760da0aa';
const WebRPCSchemaHash = '461bc324d241f4df14fbf63268fde2cfe4873e3e';
function VersionFromHeader(headers) {

@@ -30,0 +30,0 @@ const headerValue = headers.get(WebrpcHeader);

export declare const WebrpcHeader = "Webrpc";
export declare const WebrpcHeaderValue = "webrpc@v0.22.0;gen-typescript@v0.16.1;sequence-builder@v0.1.0";
export declare const WebrpcHeaderValue = "webrpc@v0.22.1;gen-typescript@v0.16.2;sequence-builder@v0.1.0";
export declare const WebRPCVersion = "v1";
export declare const WebRPCSchemaVersion = "v0.1.0";
export declare const WebRPCSchemaHash = "5b580e1afeb26e0b4a8ee026271e2466760da0aa";
export declare const WebRPCSchemaHash = "461bc324d241f4df14fbf63268fde2cfe4873e3e";
type WebrpcGenVersions = {

@@ -22,2 +22,3 @@ webrpcGenVersion: string;

stage?: number;
provider?: string;
createdAt?: string;

@@ -24,0 +25,0 @@ updatedAt?: string;

{
"name": "@0xsequence/builder",
"version": "2.2.6",
"version": "2.2.7",
"description": "builder sub-package for Sequence",

@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/builder",

@@ -8,3 +8,3 @@ /* eslint-disable */

export const WebrpcHeaderValue = 'webrpc@v0.22.0;gen-typescript@v0.16.1;sequence-builder@v0.1.0'
export const WebrpcHeaderValue = 'webrpc@v0.22.1;gen-typescript@v0.16.2;sequence-builder@v0.1.0'

@@ -18,3 +18,3 @@ // WebRPC description and code-gen version

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = '5b580e1afeb26e0b4a8ee026271e2466760da0aa'
export const WebRPCSchemaHash = '461bc324d241f4df14fbf63268fde2cfe4873e3e'

@@ -81,2 +81,3 @@ type WebrpcGenVersions = {

stage?: number
provider?: string
createdAt?: string

@@ -83,0 +84,0 @@ updatedAt?: string