@theqrl/hashchains
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,2 +0,2 @@ | ||
/* @theqrl/hashchains v0.1.2 - Copyright (C) Die QRL Stiftung. License: MIT */ | ||
/* @theqrl/hashchains v0.1.3 - Copyright (C) Die QRL Stiftung. License: MIT */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/* @theqrl/hashchains v0.1.2 - Copyright (C) Die QRL Stiftung. License: MIT */ | ||
/* @theqrl/hashchains v0.1.3 - Copyright (C) Die QRL Stiftung. License: MIT */ | ||
import keccak from 'keccak'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,7 +0,7 @@ | ||
/* @theqrl/hashchains v0.1.2 - Copyright (C) Die QRL Stiftung. License: MIT */ | ||
/* @theqrl/hashchains v0.1.3 - Copyright (C) Die QRL Stiftung. License: MIT */ | ||
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('stream'), require('fs'), require('path'), require('os')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'stream', 'fs', 'path', 'os'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.HashChains = {}, global.require$$0, global.fs, global.path, global.os)); | ||
}(this, (function (exports, require$$0, fs, path, os) { 'use strict'; | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('stream'), require('fs'), require('path'), require('os')) : | ||
typeof define === 'function' && define.amd ? define(['stream', 'fs', 'path', 'os'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.require$$0, global.fs, global.path, global.os)); | ||
}(this, (function (require$$0, fs, path, os) { 'use strict'; | ||
@@ -683,7 +683,5 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
exports.HashChain = HashChain; | ||
exports.HashChains = HashChains; | ||
window.HashChains = HashChains; | ||
window.HashChain = HashChain; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
}))); |
{ | ||
"name": "@theqrl/hashchains", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "hashchains utilities", | ||
@@ -5,0 +5,0 @@ "main": "./dist/hashchains.cjs.js", |
@@ -18,3 +18,3 @@ import resolve from '@rollup/plugin-node-resolve' | ||
{ | ||
input: 'src/index.js', | ||
input: 'build.js', | ||
plugins: [ | ||
@@ -38,3 +38,5 @@ resolve({ | ||
}), | ||
commonjs(), | ||
commonjs({ | ||
include: 'node_modules/**' | ||
}), | ||
].filter(Boolean), | ||
@@ -41,0 +43,0 @@ output: { |
12943
524869