@dynamic-labs/logger 4.96.2 → 4.96.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,16 @@
1
1
 
2
+ ### [4.96.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.2...v4.96.3) (2026-08-19)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * remediate high-severity dependency vulnerabilities ([#12237](https://github.com/dynamic-labs/dynamic-auth/issues/12237)) ([daab647](https://github.com/dynamic-labs/dynamic-auth/commit/daab6476d30709a3262369ae656fd9b4416ced5f))
8
+
9
+
10
+ ### Performance Improvements
11
+
12
+ * **ethereum-gasless-core:** parallel 7702 auth signing and long-poll sponsored-tx status ([#12226](https://github.com/dynamic-labs/dynamic-auth/issues/12226)) ([0ef5c2c](https://github.com/dynamic-labs/dynamic-auth/commit/0ef5c2cae8a8f9972cedeeff11381cbef9b36e88))
13
+
2
14
  ### [4.96.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.1...v4.96.2) (2026-08-14)
3
15
 
4
16
  ### [4.96.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.0...v4.96.1) (2026-08-10)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/logger",
3
- "version": "4.96.2",
3
+ "version": "4.96.3",
4
4
  "description": "A simple client side logging library used in Dynamic SDK",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",