@polkadot/x-ws
Advanced tools
Comparing version 12.1.2 to 12.2.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.1.2' }; | ||
exports.packageInfo = { name: '@polkadot/x-ws', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.2.1' }; |
@@ -18,3 +18,3 @@ { | ||
"type": "module", | ||
"version": "12.1.2", | ||
"version": "12.2.1", | ||
"main": "./cjs/node.js", | ||
@@ -31,2 +31,3 @@ "module": "./node.js", | ||
"react-native": { | ||
"module": "./react-native.js", | ||
"require": "./cjs/react-native.js", | ||
@@ -36,2 +37,3 @@ "default": "./react-native.js" | ||
"browser": { | ||
"module": "./browser.js", | ||
"require": "./cjs/browser.js", | ||
@@ -41,2 +43,3 @@ "default": "./browser.js" | ||
"node": { | ||
"module": "./node.js", | ||
"require": "./cjs/node.js", | ||
@@ -48,2 +51,3 @@ "default": "./node.js" | ||
"types": "./browser.d.ts", | ||
"module": "./browser.js", | ||
"require": "./cjs/browser.js", | ||
@@ -54,2 +58,3 @@ "default": "./browser.js" | ||
"types": "./node.d.ts", | ||
"module": "./node.js", | ||
"require": "./cjs/node.js", | ||
@@ -64,2 +69,3 @@ "default": "./node.js" | ||
"types": "./packageInfo.d.ts", | ||
"module": "./packageInfo.js", | ||
"require": "./cjs/packageInfo.js", | ||
@@ -70,2 +76,3 @@ "default": "./packageInfo.js" | ||
"types": "./packageInfo.d.ts", | ||
"module": "./packageInfo.js", | ||
"require": "./cjs/packageInfo.js", | ||
@@ -76,2 +83,3 @@ "default": "./packageInfo.js" | ||
"types": "./react-native.d.ts", | ||
"module": "./react-native.js", | ||
"require": "./cjs/react-native.js", | ||
@@ -82,2 +90,3 @@ "default": "./react-native.js" | ||
"types": "./shim.d.ts", | ||
"module": "./shim.js", | ||
"require": "./cjs/shim.js", | ||
@@ -88,2 +97,3 @@ "default": "./shim.js" | ||
"types": "./shim.d.ts", | ||
"module": "./shim.js", | ||
"require": "./cjs/shim.js", | ||
@@ -94,3 +104,3 @@ "default": "./shim.js" | ||
"dependencies": { | ||
"@polkadot/x-global": "12.1.2", | ||
"@polkadot/x-global": "12.2.1", | ||
"tslib": "^2.5.0", | ||
@@ -97,0 +107,0 @@ "ws": "^8.13.0" |
@@ -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.1.2' }; | ||
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.2.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
16589
+ Added@polkadot/x-global@12.2.1(transitive)
- Removed@polkadot/x-global@12.1.2(transitive)
Updated@polkadot/x-global@12.2.1