@pezkuwi/wasm-crypto-init 7.5.11 → 7.5.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/packageInfo.js +1 -1
- package/package.json +5 -5
- package/packageInfo.js +1 -1
package/cjs/packageInfo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.packageInfo = void 0;
|
|
4
|
-
exports.packageInfo = { name: '@pezkuwi/wasm-crypto-init', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.5.
|
|
4
|
+
exports.packageInfo = { name: '@pezkuwi/wasm-crypto-init', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.5.13' };
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"./cjs/packageDetect.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "7.5.
|
|
21
|
+
"version": "7.5.13",
|
|
22
22
|
"main": "./cjs/wasm.js",
|
|
23
23
|
"module": "./wasm.js",
|
|
24
24
|
"browser": "./cjs/wasm.js",
|
|
@@ -204,10 +204,10 @@
|
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
"dependencies": {
|
|
207
|
-
"@pezkuwi/wasm-bridge": "7.5.
|
|
208
|
-
"@pezkuwi/wasm-crypto-asmjs": "7.5.
|
|
209
|
-
"@pezkuwi/wasm-crypto-wasm": "7.5.
|
|
210
|
-
"@pezkuwi/wasm-util": "7.5.
|
|
207
|
+
"@pezkuwi/wasm-bridge": "7.5.13",
|
|
208
|
+
"@pezkuwi/wasm-crypto-asmjs": "7.5.13",
|
|
209
|
+
"@pezkuwi/wasm-crypto-wasm": "7.5.13",
|
|
210
|
+
"@pezkuwi/wasm-util": "7.5.13",
|
|
211
211
|
"tslib": "^2.7.0"
|
|
212
212
|
},
|
|
213
213
|
"peerDependencies": {
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@pezkuwi/wasm-crypto-init', 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.5.
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/wasm-crypto-init', 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.5.13' };
|