@vechain/sdk-logging
Advanced tools
Comparing version 1.0.0-beta.31 to 1.0.0-beta.32
{ | ||
"name": "@vechain/sdk-logging", | ||
"version": "1.0.0-beta.31", | ||
"version": "1.0.0-beta.32", | ||
"description": "This module provides functionality to logging data for vechain-sdk", | ||
"author": "vechain Foundation", | ||
"author": "VeChain Foundation", | ||
"license": "MIT", | ||
@@ -14,5 +14,5 @@ "homepage": "https://github.com/vechain/vechain-sdk-js", | ||
"VeChain", | ||
"logging" | ||
"logging", | ||
"logs" | ||
], | ||
"private": false, | ||
"main": "dist/index.js", | ||
@@ -38,4 +38,4 @@ "module": "dist/index.mjs", | ||
"dependencies": { | ||
"@vechain/sdk-errors": "1.0.0-beta.31" | ||
"@vechain/sdk-errors": "1.0.0-beta.32" | ||
} | ||
} |
@@ -9,2 +9,2 @@ /** | ||
export * from './vechainSDKLogger'; | ||
export * from './types.d'; | ||
export type * from './types.d'; |
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
17395
+ Added@vechain/sdk-errors@1.0.0-beta.32(transitive)
- Removed@vechain/sdk-errors@1.0.0-beta.31(transitive)