@peam-ai/logger 0.1.2 → 0.1.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @peam-ai/logger@0.1.1 build /Users/afshin/Projects/peam/packages/logger
3
+ > @peam-ai/logger@0.1.2 build /Users/afshin/Projects/peam/packages/logger
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -13,11 +13,11 @@
13
13
  ESM Build start
14
14
  CJS dist/index.js 3.44 KB
15
15
  CJS dist/index.js.map 3.82 KB
16
- CJS ⚡️ Build success in 54ms
16
+ CJS ⚡️ Build success in 19ms
17
17
  ESM dist/index.mjs 1.79 KB
18
18
  ESM dist/index.mjs.map 3.75 KB
19
- ESM ⚡️ Build success in 55ms
19
+ ESM ⚡️ Build success in 22ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 3093ms
21
+ DTS ⚡️ Build success in 1412ms
22
22
  DTS dist/index.d.ts 448.00 B
23
23
  DTS dist/index.d.mts 448.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @peam-ai/logger
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - TracingConfig and FileExporter improvements
8
+
3
9
  ## 0.1.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peam-ai/logger",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Logger utilities for Peam",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",