@polkadot/util
Advanced tools
Comparing version 9.5.2-0 to 9.5.2-1
@@ -12,2 +12,3 @@ /** | ||
export * from './extractTime'; | ||
export * from './float'; | ||
export * from './format'; | ||
@@ -14,0 +15,0 @@ export * from './has'; |
@@ -15,2 +15,3 @@ // Copyright 2017-2022 @polkadot/util authors & contributors | ||
export * from "./extractTime.js"; | ||
export * from "./float/index.js"; | ||
export * from "./format/index.js"; | ||
@@ -17,0 +18,0 @@ export * from "./has.js"; |
@@ -116,2 +116,16 @@ "use strict"; | ||
var _float = require("./float"); | ||
Object.keys(_float).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _float[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _float[key]; | ||
} | ||
}); | ||
}); | ||
var _format = require("./format"); | ||
@@ -118,0 +132,0 @@ |
@@ -14,4 +14,4 @@ "use strict"; | ||
type: 'cjs', | ||
version: '9.5.2-0' | ||
version: '9.5.2-1' | ||
}; | ||
exports.packageInfo = packageInfo; |
@@ -90,2 +90,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "u8aToFloat", { | ||
enumerable: true, | ||
get: function () { | ||
return _toFloat.u8aToFloat; | ||
} | ||
}); | ||
Object.defineProperty(exports, "u8aToHex", { | ||
@@ -138,2 +144,4 @@ enumerable: true, | ||
var _toFloat = require("./toFloat"); | ||
var _sorted = require("./sorted"); | ||
@@ -140,0 +148,0 @@ |
@@ -23,3 +23,3 @@ { | ||
"type": "module", | ||
"version": "9.5.2-0", | ||
"version": "9.5.2-1", | ||
"main": "./cjs/index.js", | ||
@@ -226,2 +226,12 @@ "module": "./index.js", | ||
}, | ||
"./float": { | ||
"types": "./float/index.d.ts", | ||
"require": "./cjs/float/index.js", | ||
"default": "./float/index.js" | ||
}, | ||
"./float/toU8a": { | ||
"types": "./float/toU8a.d.ts", | ||
"require": "./cjs/float/toU8a.js", | ||
"default": "./float/toU8a.js" | ||
}, | ||
"./format": { | ||
@@ -662,2 +672,7 @@ "types": "./format/index.d.ts", | ||
}, | ||
"./u8a/toFloat": { | ||
"types": "./u8a/toFloat.d.ts", | ||
"require": "./cjs/u8a/toFloat.js", | ||
"default": "./u8a/toFloat.js" | ||
}, | ||
"./u8a/toHex": { | ||
@@ -705,6 +720,6 @@ "types": "./u8a/toHex.d.ts", | ||
"@babel/runtime": "^7.18.3", | ||
"@polkadot/x-bigint": "9.5.2-0", | ||
"@polkadot/x-global": "9.5.2-0", | ||
"@polkadot/x-textdecoder": "9.5.2-0", | ||
"@polkadot/x-textencoder": "9.5.2-0", | ||
"@polkadot/x-bigint": "9.5.2-1", | ||
"@polkadot/x-global": "9.5.2-1", | ||
"@polkadot/x-textdecoder": "9.5.2-1", | ||
"@polkadot/x-textencoder": "9.5.2-1", | ||
"@types/bn.js": "^5.1.0", | ||
@@ -711,0 +726,0 @@ "bn.js": "^5.2.1", |
@@ -8,3 +8,3 @@ // Copyright 2017-2022 @polkadot/util authors & contributors | ||
type: 'esm', | ||
version: '9.5.2-0' | ||
version: '9.5.2-1' | ||
}; |
@@ -9,2 +9,3 @@ /** | ||
export { u8aFixLength } from './fixLength'; | ||
export { u8aToFloat } from './toFloat'; | ||
export { u8aSorted } from './sorted'; | ||
@@ -11,0 +12,0 @@ export { u8aToBigInt } from './toBigInt'; |
@@ -12,2 +12,3 @@ // Copyright 2017-2022 @polkadot/util authors & contributors | ||
export { u8aFixLength } from "./fixLength.js"; | ||
export { u8aToFloat } from "./toFloat.js"; | ||
export { u8aSorted } from "./sorted.js"; | ||
@@ -14,0 +15,0 @@ export { u8aToBigInt } from "./toBigInt.js"; |
Sorry, the diff of this file is too big to display
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
531449
407
15229
+ Added@polkadot/x-bigint@9.5.2-1(transitive)
+ Added@polkadot/x-global@9.5.2-1(transitive)
+ Added@polkadot/x-textdecoder@9.5.2-1(transitive)
+ Added@polkadot/x-textencoder@9.5.2-1(transitive)
- Removed@polkadot/x-bigint@9.5.2-0(transitive)
- Removed@polkadot/x-global@9.5.2-0(transitive)
- Removed@polkadot/x-textdecoder@9.5.2-0(transitive)
- Removed@polkadot/x-textencoder@9.5.2-0(transitive)
Updated@polkadot/x-bigint@9.5.2-1
Updated@polkadot/x-global@9.5.2-1