@onflow/util-logger
Advanced tools
Comparing version 1.3.2 to 1.3.3-alpha.0
# @onflow/util-logger | ||
## 1.3.3-alpha.0 | ||
### Patch Changes | ||
- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies | ||
## 1.3.2 | ||
@@ -4,0 +10,0 @@ |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
// Config dependency injected into logger to break circular dependency | ||
@@ -6,0 +4,0 @@ let config = null; |
@@ -142,5 +142,3 @@ (function (global, factory) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); | ||
//# sourceMappingURL=util-logger.umd.js.map |
{ | ||
"name": "@onflow/util-logger", | ||
"version": "1.3.2", | ||
"version": "1.3.3-alpha.0", | ||
"description": "Logger for FCL-JS", | ||
@@ -16,10 +16,10 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@onflow/fcl-bundle": "1.4.2", | ||
"@types/jest": "^29.5.3", | ||
"@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"@typescript-eslint/parser": "^6.4.0", | ||
"eslint": "^8.47.0", | ||
"eslint-plugin-jsdoc": "^46.9.0", | ||
"jest": "^29.5.0" | ||
"@babel/preset-typescript": "^7.25.7", | ||
"@onflow/fcl-bundle": "1.5.1-alpha.0", | ||
"@types/jest": "^29.5.13", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"eslint": "^8.57.1", | ||
"eslint-plugin-jsdoc": "^46.10.1", | ||
"jest": "^29.7.0" | ||
}, | ||
@@ -39,3 +39,3 @@ "source": "src/util-logger.ts", | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.6" | ||
"@babel/runtime": "^7.25.7" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
@@ -48,9 +48,9 @@ export declare const setConfig: (_config: any) => void; | ||
deprecate<T, U>(options: { | ||
pkg?: string | undefined; | ||
subject?: string | undefined; | ||
transition?: string | undefined; | ||
level?: number | undefined; | ||
message?: string | undefined; | ||
callback?: ((...args: T[]) => U) | undefined; | ||
}): Promise<void> | ((...args: T[]) => Promise<U>); | ||
pkg?: string; | ||
subject?: string; | ||
transition?: string; | ||
level?: number; | ||
message?: string; | ||
callback?: (...args: T[]) => U; | ||
}): ((...args: T[]) => Promise<U>) | Promise<void>; | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
59384
470
1
Updated@babel/runtime@^7.25.7