@dynamic-labs/logger 4.18.7 → 4.18.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.18.8](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.7...v4.18.8) (2025-05-22)
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* allow closing widget right after login ([#8760](https://github.com/dynamic-labs/dynamic-auth/issues/8760)) ([a9afff0](https://github.com/dynamic-labs/dynamic-auth/commit/a9afff0ab2a685853b39aed88e10bf1e700e4c8c))
|
|
7
|
+
* user wallets turning empty when linking new wallets ([#8775](https://github.com/dynamic-labs/dynamic-auth/issues/8775)) ([04215f5](https://github.com/dynamic-labs/dynamic-auth/commit/04215f5307e16ec4e1a7ff235a0d7df2340c3447))
|
|
8
|
+
|
|
2
9
|
### [4.18.7](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.6...v4.18.7) (2025-05-21)
|
|
3
10
|
|
|
4
11
|
|
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export type InstrumentOptions = {
|
|
|
11
11
|
/** Identifies which resource is being instrumented */
|
|
12
12
|
key: string;
|
|
13
13
|
/** Instrumentation does not use meta so this needs to be explicit */
|
|
14
|
-
environmentId
|
|
14
|
+
environmentId?: string;
|
|
15
15
|
/** Measurement in MS the operation took to complete */
|
|
16
16
|
time: number;
|
|
17
17
|
appName?: string;
|