@polkadot/wasm-bridge
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -168,2 +168,2 @@ import { stringToU8a, u8aToString } from '@polkadot/util'; | ||
} | ||
} | ||
} |
export * from './bridge.js'; | ||
export * from './init.js'; | ||
export * from './init.js'; |
@@ -175,2 +175,2 @@ "use strict"; | ||
exports.Bridge = Bridge; | ||
_Bridge_cachegetInt32 = new WeakMap(), _Bridge_cachegetUint8 = new WeakMap(), _Bridge_createWasm = new WeakMap(), _Bridge_heap = new WeakMap(), _Bridge_heapNext = new WeakMap(), _Bridge_wasm = new WeakMap(), _Bridge_wasmError = new WeakMap(), _Bridge_wasmPromise = new WeakMap(), _Bridge_wbg = new WeakMap(), _Bridge_type = new WeakMap(); | ||
_Bridge_cachegetInt32 = new WeakMap(), _Bridge_cachegetUint8 = new WeakMap(), _Bridge_createWasm = new WeakMap(), _Bridge_heap = new WeakMap(), _Bridge_heapNext = new WeakMap(), _Bridge_wasm = new WeakMap(), _Bridge_wasmError = new WeakMap(), _Bridge_wasmPromise = new WeakMap(), _Bridge_wbg = new WeakMap(), _Bridge_type = new WeakMap(); |
@@ -5,2 +5,2 @@ "use strict"; | ||
tslib_1.__exportStar(require("./bridge"), exports); | ||
tslib_1.__exportStar(require("./init"), exports); | ||
tslib_1.__exportStar(require("./init"), exports); |
"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); |
@@ -44,2 +44,2 @@ "use strict"; | ||
} | ||
exports.createWasmFn = createWasmFn; | ||
exports.createWasmFn = createWasmFn; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/wasm-bridge', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.0.1' }; | ||
exports.packageInfo = { name: '@polkadot/wasm-bridge', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.0.2' }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -72,2 +72,2 @@ "use strict"; | ||
exports.Wbg = Wbg; | ||
_Wbg_bridge = new WeakMap(); | ||
_Wbg_bridge = new WeakMap(); |
@@ -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'; |
@@ -40,2 +40,2 @@ /** | ||
}; | ||
} | ||
} |
@@ -23,3 +23,3 @@ { | ||
"type": "module", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"main": "./cjs/index.js", | ||
@@ -26,0 +26,0 @@ "module": "./index.js", |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/wasm-bridge', 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-bridge', 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' }; |
@@ -1,1 +0,1 @@ | ||
export {}; | ||
export {}; |
@@ -65,2 +65,2 @@ import { getRandomValues } from '@polkadot/x-randomvalues'; | ||
}; | ||
} | ||
} |
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
42296
757