@polkadot/wasm-crypto-wasm
Advanced tools
Comparing version 7.1.2 to 7.2.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/wasm-crypto-wasm', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.1.2' }; | ||
exports.packageInfo = { name: '@polkadot/wasm-crypto-wasm', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '7.2.1' }; |
@@ -18,3 +18,3 @@ { | ||
"type": "module", | ||
"version": "7.1.2", | ||
"version": "7.2.1", | ||
"main": "./cjs/index.js", | ||
@@ -28,2 +28,3 @@ "module": "./index.js", | ||
"types": "./index.d.ts", | ||
"module": "./index.js", | ||
"require": "./cjs/index.js", | ||
@@ -34,11 +35,9 @@ "default": "./index.js" | ||
"types": "./bundle.d.ts", | ||
"module": "./bundle.js", | ||
"require": "./cjs/bundle.js", | ||
"default": "./bundle.js" | ||
}, | ||
"./deno/bytes": { | ||
"types": "./deno/bytes.d.ts", | ||
"default": "./deno/bytes.js" | ||
}, | ||
"./detectOther": { | ||
"types": "./detectOther.d.ts", | ||
"module": "./detectOther.js", | ||
"require": "./cjs/detectOther.js", | ||
@@ -49,2 +48,3 @@ "default": "./detectOther.js" | ||
"types": "./detectPackage.d.ts", | ||
"module": "./detectPackage.js", | ||
"require": "./cjs/detectPackage.js", | ||
@@ -59,2 +59,3 @@ "default": "./detectPackage.js" | ||
"types": "./packageInfo.d.ts", | ||
"module": "./packageInfo.js", | ||
"require": "./cjs/packageInfo.js", | ||
@@ -65,2 +66,3 @@ "default": "./packageInfo.js" | ||
"types": "./packageInfo.d.ts", | ||
"module": "./packageInfo.js", | ||
"require": "./cjs/packageInfo.js", | ||
@@ -71,3 +73,3 @@ "default": "./packageInfo.js" | ||
"dependencies": { | ||
"@polkadot/wasm-util": "7.1.2", | ||
"@polkadot/wasm-util": "7.2.1", | ||
"tslib": "^2.5.0" | ||
@@ -74,0 +76,0 @@ }, |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/wasm-crypto-wasm', 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.1.2' }; | ||
export const packageInfo = { name: '@polkadot/wasm-crypto-wasm', 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.2.1' }; |
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
245349
994
+ Added@polkadot/wasm-util@7.2.1(transitive)
+ Added@types/node@22.9.0(transitive)
- Removed@polkadot/wasm-util@7.1.2(transitive)
- Removed@types/node@22.8.6(transitive)
Updated@polkadot/wasm-util@7.2.1