@polkadot/x-ws
Advanced tools
Comparing version 12.5.1 to 12.6.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/x-ws', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.5.1' }; | ||
exports.packageInfo = { name: '@polkadot/x-ws', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.6.1' }; |
@@ -6,3 +6,3 @@ { | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=18" | ||
}, | ||
@@ -19,3 +19,3 @@ "homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-ws#readme", | ||
"type": "module", | ||
"version": "12.5.1", | ||
"version": "12.6.1", | ||
"main": "./cjs/node.js", | ||
@@ -95,6 +95,6 @@ "module": "./node.js", | ||
"dependencies": { | ||
"@polkadot/x-global": "12.5.1", | ||
"@polkadot/x-global": "12.6.1", | ||
"tslib": "^2.6.2", | ||
"ws": "^8.14.1" | ||
"ws": "^8.14.2" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/x-ws', 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: '12.5.1' }; | ||
export const packageInfo = { name: '@polkadot/x-ws', 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: '12.6.1' }; |
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
+ Added@polkadot/x-global@12.6.1(transitive)
- Removed@polkadot/x-global@12.5.1(transitive)
Updated@polkadot/x-global@12.6.1
Updatedws@^8.14.2