@polkadot/ui-shared
Advanced tools
Comparing version 0.88.2-3 to 0.88.2-4
@@ -20,4 +20,4 @@ { | ||
"type": "module", | ||
"version": "0.88.2-3", | ||
"main": "index.js", | ||
"version": "0.88.2-4", | ||
"main": "index.cjs", | ||
"dependencies": { | ||
@@ -28,4 +28,4 @@ "@babel/runtime": "^7.16.7", | ||
"devDependencies": { | ||
"@polkadot/util": "^8.2.2", | ||
"@polkadot/util-crypto": "^8.2.2", | ||
"@polkadot/util": "^8.2.3-29", | ||
"@polkadot/util-crypto": "^8.2.3-29", | ||
"@types/color": "^3.0.2", | ||
@@ -39,2 +39,4 @@ "@types/xmlserializer": "^0.6.2", | ||
}, | ||
"module": "index.js", | ||
"types": "index.d.ts", | ||
"exports": { | ||
@@ -142,2 +144,4 @@ ".": { | ||
"./package.json": "./package.json", | ||
"./packageInfo.cjs": "./packageInfo.cjs", | ||
"./packageInfo.js": "./packageInfo.js", | ||
"./packageInfo": { | ||
@@ -144,0 +148,0 @@ "types": "./packageInfo.d.ts", |
@@ -6,5 +6,5 @@ // Copyright 2017-2022 @polkadot/ui-shared authors & contributors | ||
name: '@polkadot/ui-shared', | ||
path: typeof __dirname === 'string' ? __dirname : 'auto', | ||
path: new URL('.', import.meta.url).pathname, | ||
type: 'esm', | ||
version: '0.88.2-3' | ||
version: '0.88.2-4' | ||
}; |
Sorry, the diff of this file is not supported yet
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
46030