@peam-ai/logger 0.1.3 → 0.1.4

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.2 build /Users/afshin/Projects/peam/packages/logger
3
+ > @peam-ai/logger@0.1.3 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
- CJS dist/index.js 3.44 KB
15
- CJS dist/index.js.map 3.82 KB
16
- CJS ⚡️ Build success in 19ms
17
14
  ESM dist/index.mjs 1.79 KB
18
15
  ESM dist/index.mjs.map 3.75 KB
19
- ESM ⚡️ Build success in 22ms
16
+ ESM ⚡️ Build success in 10ms
17
+ CJS dist/index.js 3.44 KB
18
+ CJS dist/index.js.map 3.82 KB
19
+ CJS ⚡️ Build success in 10ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1412ms
21
+ DTS ⚡️ Build success in 1241ms
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.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Markdown page content
8
+
3
9
  ## 0.1.3
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.3",
3
+ "version": "0.1.4",
4
4
  "description": "Logger utilities for Peam",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -34,9 +34,8 @@
34
34
  "scripts": {
35
35
  "build": "tsup",
36
36
  "dev": "tsup --watch",
37
- "lint": "eslint .",
38
- "test:eslint": "eslint \"src/**/*.ts*\"",
37
+ "test:lint": "eslint \"src/**/*.ts*\"",
39
38
  "test:prettier": "prettier --check \"src/**/*.ts*\"",
40
- "test:jest": "jest"
39
+ "test:unit": "vitest run"
41
40
  }
42
41
  }
@@ -1,9 +0,0 @@
1
-
2
- 
3
- > @peam-ai/logger@0.1.1 test:jest /Users/afshin/Projects/peam/packages/logger
4
- > jest --passWithNoTests
5
-
6
- Determining test suites to run...No tests found, exiting with code 0
7
- 
8
-
9
-
@@ -1,9 +0,0 @@
1
-
2
- 
3
- > @peam-ai/logger@0.1.0 test
4
- > jest --passWithNoTests
5
-
6
- Determining test suites to run...No tests found, exiting with code 0
7
- 
8
-
9
-