test-wuying-agentbay-sdk 0.13.1-beta.20251224100120 → 0.13.1-beta.20251224103203

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.
@@ -43,6 +43,7 @@ demonstrateLogging().catch(console.error);
43
43
  ### Properties
44
44
 
45
45
  - `enableConsole`
46
+ - `format`
46
47
  - `level`
47
48
  - `logFile`
48
49
  - `maxFileSize`
@@ -55,6 +56,12 @@ demonstrateLogging().catch(console.error);
55
56
 
56
57
  ___
57
58
 
59
+ ### format
60
+
61
+ • `Optional` **format**: `string`
62
+
63
+ ___
64
+
58
65
  ### level
59
66
 
60
67
  • `Optional` **level**: ``LogLevel``
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-wuying-agentbay-sdk",
3
- "version": "0.13.1-beta.20251224100120",
3
+ "version": "0.13.1-beta.20251224103203",
4
4
  "description": "TypeScript SDK for interacting with the Wuying AgentBay cloud runtime environment",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",