@liskhq/lisk-constants
Advanced tools
Comparing version 1.2.3 to 1.3.0
@@ -15,4 +15,5 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.liskConstants = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ | ||
exports.MAINNET_NETHASH = 'ed14889723f24ecc54871d058d98ce91ff2f973192075c0155ba2b7b70ad2511'; | ||
exports.COMMUNITY_IDENTIFIER = 'Lisk'; | ||
},{}]},{},[1])(1) | ||
}); |
@@ -1,1 +0,1 @@ | ||
(function(e){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=e()}else if(typeof define==="function"&&define.amd){define([],e)}else{var n;if(typeof window!=="undefined"){n=window}else if(typeof global!=="undefined"){n=global}else if(typeof self!=="undefined"){n=self}else{n=this}n.liskConstants=e()}})(function(){var e,n,t;return function(){function e(n,t,f){function r(i,u){if(!t[i]){if(!n[i]){var d="function"==typeof require&&require;if(!u&&d)return d(i,!0);if(o)return o(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var s=t[i]={exports:{}};n[i][0].call(s.exports,function(e){var t=n[i][1][e];return r(t||e)},s,s.exports,e,n,t,f)}return t[i].exports}for(var o="function"==typeof require&&require,i=0;i<f.length;i++)r(f[i]);return r}return e}()({1:[function(e,n,t){"use strict";Object.defineProperty(t,"__esModule",{value:true});t.EPOCH_TIME=new Date(Date.UTC(2016,4,24,17,0,0,0));t.EPOCH_TIME_MILLISECONDS=t.EPOCH_TIME.getTime();const f=1e3;t.EPOCH_TIME_SECONDS=Math.floor(t.EPOCH_TIME.getTime()/f);const r="18446744073709551615";t.MAX_ADDRESS_NUMBER=r;t.MAX_TRANSACTION_ID=r;t.MAX_TRANSACTION_AMOUNT="9223372036854775807";t.SIGNED_MESSAGE_PREFIX="Lisk Signed Message:\n";t.TESTNET_NETHASH="da3ed6a45429278bac2666961289ca17ad86595d33b31037615d4b8e8f158bba";t.MAINNET_NETHASH="ed14889723f24ecc54871d058d98ce91ff2f973192075c0155ba2b7b70ad2511"},{}]},{},[1])(1)}); | ||
(function(e){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=e()}else if(typeof define==="function"&&define.amd){define([],e)}else{var n;if(typeof window!=="undefined"){n=window}else if(typeof global!=="undefined"){n=global}else if(typeof self!=="undefined"){n=self}else{n=this}n.liskConstants=e()}})(function(){var e,n,t;return function(){function e(n,t,f){function r(i,u){if(!t[i]){if(!n[i]){var d="function"==typeof require&&require;if(!u&&d)return d(i,!0);if(o)return o(i,!0);var E=new Error("Cannot find module '"+i+"'");throw E.code="MODULE_NOT_FOUND",E}var a=t[i]={exports:{}};n[i][0].call(a.exports,function(e){var t=n[i][1][e];return r(t||e)},a,a.exports,e,n,t,f)}return t[i].exports}for(var o="function"==typeof require&&require,i=0;i<f.length;i++)r(f[i]);return r}return e}()({1:[function(e,n,t){"use strict";Object.defineProperty(t,"__esModule",{value:true});t.EPOCH_TIME=new Date(Date.UTC(2016,4,24,17,0,0,0));t.EPOCH_TIME_MILLISECONDS=t.EPOCH_TIME.getTime();const f=1e3;t.EPOCH_TIME_SECONDS=Math.floor(t.EPOCH_TIME.getTime()/f);const r="18446744073709551615";t.MAX_ADDRESS_NUMBER=r;t.MAX_TRANSACTION_ID=r;t.MAX_TRANSACTION_AMOUNT="9223372036854775807";t.SIGNED_MESSAGE_PREFIX="Lisk Signed Message:\n";t.TESTNET_NETHASH="da3ed6a45429278bac2666961289ca17ad86595d33b31037615d4b8e8f158bba";t.MAINNET_NETHASH="ed14889723f24ecc54871d058d98ce91ff2f973192075c0155ba2b7b70ad2511";t.COMMUNITY_IDENTIFIER="Lisk"},{}]},{},[1])(1)}); |
@@ -10,1 +10,2 @@ export declare const EPOCH_TIME: Date; | ||
export declare const MAINNET_NETHASH = "ed14889723f24ecc54871d058d98ce91ff2f973192075c0155ba2b7b70ad2511"; | ||
export declare const COMMUNITY_IDENTIFIER = "Lisk"; |
@@ -14,2 +14,3 @@ "use strict"; | ||
exports.MAINNET_NETHASH = 'ed14889723f24ecc54871d058d98ce91ff2f973192075c0155ba2b7b70ad2511'; | ||
exports.COMMUNITY_IDENTIFIER = 'Lisk'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@liskhq/lisk-constants", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "General constants for use with Lisk-related software", | ||
@@ -20,4 +20,4 @@ "author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>", | ||
"engines": { | ||
"node": ">=8.10 <=10", | ||
"npm": ">=5" | ||
"node": ">=12.13.0 <=12", | ||
"npm": ">=6.12.0" | ||
}, | ||
@@ -61,3 +61,3 @@ "main": "dist-node/index.js", | ||
"dependencies": { | ||
"@types/node": "10.12.21" | ||
"@types/node": "12.12.11" | ||
}, | ||
@@ -75,10 +75,10 @@ "devDependencies": { | ||
"nyc": "14.1.1", | ||
"prettier": "1.16.4", | ||
"prettier": "1.19.1", | ||
"source-map-support": "0.5.10", | ||
"ts-node": "8.0.2", | ||
"ts-node": "8.5.2", | ||
"tsconfig-paths": "3.8.0", | ||
"tslint": "5.12.1", | ||
"tslint": "5.20.1", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-immutable": "5.1.2", | ||
"typescript": "3.3.1", | ||
"tslint-immutable": "6.0.1", | ||
"typescript": "3.7.2", | ||
"uglify-es": "3.3.9", | ||
@@ -85,0 +85,0 @@ "wait-on": "3.2.0" |
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
22134
44
+ Added@types/node@12.12.11(transitive)
- Removed@types/node@10.12.21(transitive)
Updated@types/node@12.12.11