@polkadot/ui-settings
Advanced tools
Comparing version 2.9.4 to 2.9.5
@@ -7,3 +7,3 @@ (function (global, factory) { | ||
const global = window; | ||
const global = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : window; | ||
@@ -1236,3 +1236,3 @@ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | ||
type: 'esm', | ||
version: '2.9.4' | ||
version: '2.9.5' | ||
}; | ||
@@ -1239,0 +1239,0 @@ |
@@ -14,4 +14,4 @@ "use strict"; | ||
type: 'cjs', | ||
version: '2.9.4' | ||
version: '2.9.5' | ||
}; | ||
exports.packageInfo = packageInfo; |
@@ -20,3 +20,3 @@ { | ||
"type": "module", | ||
"version": "2.9.4", | ||
"version": "2.9.5", | ||
"main": "./cjs/index.js", | ||
@@ -112,4 +112,4 @@ "module": "./index.js", | ||
"@babel/runtime": "^7.18.9", | ||
"@polkadot/networks": "^10.1.3", | ||
"@polkadot/util": "^10.1.3", | ||
"@polkadot/networks": "^10.1.4", | ||
"@polkadot/util": "^10.1.4", | ||
"eventemitter3": "^4.0.7", | ||
@@ -116,0 +116,0 @@ "store": "^2.0.12" |
@@ -8,3 +8,3 @@ // Copyright 2017-2022 @polkadot/ui-settings authors & contributors | ||
type: 'esm', | ||
version: '2.9.4' | ||
version: '2.9.5' | ||
}; |
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
86324
Updated@polkadot/networks@^10.1.4
Updated@polkadot/util@^10.1.4