@polkadot/types-augment
Advanced tools
Comparing version 10.8.1 to 10.9.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/types-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.8.1' }; | ||
exports.packageInfo = { name: '@polkadot/types-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.9.1' }; |
@@ -21,3 +21,3 @@ { | ||
"type": "module", | ||
"version": "10.8.1", | ||
"version": "10.9.1", | ||
"main": "./cjs/index.js", | ||
@@ -161,7 +161,7 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/types": "10.8.1", | ||
"@polkadot/types-codec": "10.8.1", | ||
"@polkadot/util": "^12.2.2", | ||
"@polkadot/types": "10.9.1", | ||
"@polkadot/types-codec": "10.9.1", | ||
"@polkadot/util": "^12.3.1", | ||
"tslib": "^2.5.3" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/types-augment', 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: '10.8.1' }; | ||
export const packageInfo = { name: '@polkadot/types-augment', 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: '10.9.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/types@10.9.1(transitive)
+ Added@polkadot/types-codec@10.9.1(transitive)
+ Added@polkadot/types-create@10.9.1(transitive)
- Removed@polkadot/types@10.8.1(transitive)
- Removed@polkadot/types-codec@10.8.1(transitive)
- Removed@polkadot/types-create@10.8.1(transitive)
Updated@polkadot/types@10.9.1
Updated@polkadot/types-codec@10.9.1
Updated@polkadot/util@^12.3.1