@peam-ai/logger 0.1.1 → 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.0 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
@@ -11,13 +11,13 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- ESM dist/index.mjs 1.79 KB
15
- ESM dist/index.mjs.map 3.75 KB
16
- ESM ⚡️ Build success in 8ms
17
14
  CJS dist/index.js 3.44 KB
18
15
  CJS dist/index.js.map 3.82 KB
19
- CJS ⚡️ Build success in 9ms
16
+ CJS ⚡️ Build success in 19ms
17
+ ESM dist/index.mjs 1.79 KB
18
+ ESM dist/index.mjs.map 3.75 KB
19
+ ESM ⚡️ Build success in 22ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1440ms
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
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @peam-ai/logger@0.1.0 test:jest /Users/afshin/Projects/peam/packages/logger
3
+ > @peam-ai/logger@0.1.1 test:jest /Users/afshin/Projects/peam/packages/logger
4
4
  > jest --passWithNoTests
5
5
 
6
6
  Determining test suites to run...No tests found, exiting with code 0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @peam-ai/logger
2
2
 
3
+ ## 0.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - TracingConfig and FileExporter improvements
8
+
9
+ ## 0.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - SearchExporter and FileBasedSearchExporter
14
+
3
15
  ## 0.1.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peam-ai/logger",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Logger utilities for Peam",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",