@vidazoo/vcypher-rs
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,7 +6,6 @@ /* tslint:disable */ | ||
export declare function createCoder(): Coder | ||
export declare class Coder { | ||
constructor() | ||
encode(json: object): string | ||
decode(encrypted: string): object | ||
export type VCypherRS = VCypherRs | ||
export declare class VCypherRs { | ||
static encode(json: object): string | ||
static decode(encrypted: string): object | ||
} |
@@ -313,5 +313,4 @@ /* tslint:disable */ | ||
const { Coder, createCoder } = nativeBinding | ||
const { VCypherRs } = nativeBinding | ||
module.exports.Coder = Coder | ||
module.exports.createCoder = createCoder | ||
module.exports.VCypherRs = VCypherRs |
{ | ||
"name": "@vidazoo/vcypher-rs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "vCypher module for encoding and decoding strings", | ||
@@ -34,8 +34,8 @@ "main": "index.js", | ||
"optionalDependencies": { | ||
"@vidazoo/vcypher-rs-win32-x64-msvc": "0.1.0", | ||
"@vidazoo/vcypher-rs-darwin-x64": "0.1.0", | ||
"@vidazoo/vcypher-rs-linux-x64-gnu": "0.1.0", | ||
"@vidazoo/vcypher-rs-linux-x64-musl": "0.1.0", | ||
"@vidazoo/vcypher-rs-darwin-arm64": "0.1.0" | ||
"@vidazoo/vcypher-rs-win32-x64-msvc": "0.1.1", | ||
"@vidazoo/vcypher-rs-darwin-x64": "0.1.1", | ||
"@vidazoo/vcypher-rs-linux-x64-gnu": "0.1.1", | ||
"@vidazoo/vcypher-rs-linux-x64-musl": "0.1.1", | ||
"@vidazoo/vcypher-rs-darwin-arm64": "0.1.1" | ||
} | ||
} |
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
856063
1360