@peam-ai/logger 0.1.1 → 0.1.2
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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @peam-ai/logger@0.1.
|
|
3
|
+
> @peam-ai/logger@0.1.1 build /Users/afshin/Projects/peam/packages/logger
|
|
4
4
|
> tsup
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
[34mCLI[39m Cleaning output folder
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[34mESM[39m Build start
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m1.79 KB[39m
|
|
15
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m3.75 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in 8ms
|
|
17
14
|
[32mCJS[39m [1mdist/index.js [22m[32m3.44 KB[39m
|
|
18
15
|
[32mCJS[39m [1mdist/index.js.map [22m[32m3.82 KB[39m
|
|
19
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 54ms
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m1.79 KB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m3.75 KB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 55ms
|
|
20
20
|
DTS Build start
|
|
21
|
-
DTS ⚡️ Build success in
|
|
21
|
+
DTS ⚡️ Build success in 3093ms
|
|
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.
|
|
3
|
+
> @peam-ai/logger@0.1.1 test:jest /Users/afshin/Projects/peam/packages/logger
|
|
4
4
|
> jest --passWithNoTests
|
|
5
5
|
|
|
6
6
|
[1m[2mDetermining test suites to run...[22m[22m[999D[K[1mNo tests found, exiting with code 0[22m
|
package/CHANGELOG.md
CHANGED