@polkadot/wasm-crypto-asmjs
Advanced tools
Comparing version 7.0.1 to 7.0.2
export { asmJsInit } from './cjs/data.js'; | ||
export { packageInfo } from './packageInfo.js'; | ||
export { packageInfo } from './packageInfo.js'; |
@@ -7,2 +7,2 @@ "use strict"; | ||
var packageInfo_1 = require("./packageInfo"); | ||
Object.defineProperty(exports, "packageInfo", { enumerable: true, get: function () { return packageInfo_1.packageInfo; } }); | ||
Object.defineProperty(exports, "packageInfo", { enumerable: true, get: function () { return packageInfo_1.packageInfo; } }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = []; | ||
exports.default = []; |
@@ -7,2 +7,2 @@ "use strict"; | ||
const packageInfo_1 = require("./packageInfo"); | ||
(0, util_1.detectPackage)(packageInfo_1.packageInfo, null, detectOther_1.default); | ||
(0, util_1.detectPackage)(packageInfo_1.packageInfo, null, detectOther_1.default); |
@@ -5,2 +5,2 @@ "use strict"; | ||
require("./detectPackage"); | ||
tslib_1.__exportStar(require("./bundle"), exports); | ||
tslib_1.__exportStar(require("./bundle"), exports); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/wasm-crypto-asmjs', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.0.1' }; | ||
exports.packageInfo = { name: '@polkadot/wasm-crypto-asmjs', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.0.2' }; |
@@ -1,1 +0,1 @@ | ||
export default []; | ||
export default []; |
import { detectPackage } from '@polkadot/util'; | ||
import others from './detectOther.js'; | ||
import { packageInfo } from './packageInfo.js'; | ||
detectPackage(packageInfo, null, others); | ||
detectPackage(packageInfo, null, others); |
import './detectPackage.js'; | ||
export * from './bundle.js'; | ||
export * from './bundle.js'; |
@@ -20,3 +20,3 @@ { | ||
"type": "module", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"main": "./cjs/index.js", | ||
@@ -23,0 +23,0 @@ "module": "./index.js", |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/wasm-crypto-asmjs', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '7.0.1' }; | ||
export const packageInfo = { name: '@polkadot/wasm-crypto-asmjs', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '7.0.2' }; |
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
1634528
40260