@furystack/utils
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -23,3 +23,3 @@ import { ObservableValue } from './observable-value.js'; | ||
*/ | ||
class Trace { | ||
export class Trace { | ||
static getMethodTrace(object, method) { | ||
@@ -127,3 +127,2 @@ const objectTrace = this.objectTraces.get(object); | ||
Trace.objectTraces = new Map(); | ||
export { Trace }; | ||
//# sourceMappingURL=trace.js.map |
{ | ||
"name": "@furystack/utils", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "General utilities", | ||
@@ -37,5 +37,5 @@ "type": "module", | ||
"devDependencies": { | ||
"typescript": "^5.0.4", | ||
"vitest": "^0.31.4" | ||
"typescript": "^5.1.6", | ||
"vitest": "^0.33.0" | ||
} | ||
} |
@@ -39,3 +39,6 @@ import type { Disposable } from './disposable.js' | ||
*/ | ||
constructor(public readonly observable: ObservableValue<T>, public callback: ValueChangeCallback<T>) {} | ||
constructor( | ||
public readonly observable: ObservableValue<T>, | ||
public callback: ValueChangeCallback<T>, | ||
) {} | ||
} |
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
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
2052
108229