@nats-io/nkeys
Advanced tools
Comparing version 2.0.0-2 to 2.0.0-3
{ | ||
"name": "@nats-io/nkeys", | ||
"version": "2.0.0-2", | ||
"version": "2.0.0-3", | ||
"exports": { | ||
@@ -29,3 +29,4 @@ ".": "./src/mod.ts" | ||
"tweetnacl": "npm:tweetnacl@1.0.3" | ||
} | ||
}, | ||
"nodeModulesDir": "auto" | ||
} |
@@ -1,2 +0,2 @@ | ||
import nacl from "tweetnacl/nacl"; | ||
import nacl from "tweetnacl"; | ||
export default nacl; |
@@ -6,4 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const nacl_1 = __importDefault(require("tweetnacl/nacl")); | ||
exports.default = nacl_1.default; | ||
const tweetnacl_1 = __importDefault(require("tweetnacl")); | ||
exports.default = tweetnacl_1.default; | ||
//# sourceMappingURL=nacl.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const version = "2.0.0-2"; | ||
export declare const version = "2.0.0-3"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
// this file is autogenerated - do not edit | ||
exports.version = "2.0.0-2"; | ||
exports.version = "2.0.0-3"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@nats-io/nkeys", | ||
"version": "2.0.0-2", | ||
"version": "2.0.0-3", | ||
"description": "A public-key signature system based on Ed25519 for the NATS ecosystem in javascript", | ||
@@ -5,0 +5,0 @@ "main": "lib/mod.js", |
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
114870
1657