little-printer-claim-code
Advanced tools
Comparing version 1.0.0 to 1.0.1
/// <reference types="node" /> | ||
import { BigInteger } from 'big-integer'; | ||
import { hardwareXorFromDeviceAddress } from './bitshuffle'; | ||
import decode from './decode'; | ||
@@ -17,3 +18,3 @@ import encode from './encode'; | ||
}; | ||
export { decode, encode, unpack }; | ||
export { decode, encode, hardwareXorFromDeviceAddress, unpack }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,3 +6,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.unpack = exports.encode = exports.decode = void 0; | ||
exports.unpack = exports.hardwareXorFromDeviceAddress = exports.encode = exports.decode = void 0; | ||
var bitshuffle_1 = require("./bitshuffle"); | ||
Object.defineProperty(exports, "hardwareXorFromDeviceAddress", { enumerable: true, get: function () { return bitshuffle_1.hardwareXorFromDeviceAddress; } }); | ||
var decode_1 = __importDefault(require("./decode")); | ||
@@ -9,0 +11,0 @@ exports.decode = decode_1.default; |
{ | ||
"name": "little-printer-claim-code", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "helper utility to generate (and process) claim codes for a Berg Little Printer", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import { BigInteger } from 'big-integer'; | ||
import { hardwareXorFromDeviceAddress } from './bitshuffle'; | ||
import decode from './decode'; | ||
@@ -21,2 +22,2 @@ import encode from './encode'; | ||
export { decode, encode, unpack }; | ||
export { decode, encode, hardwareXorFromDeviceAddress, unpack }; |
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
72986
1596