@noya-app/noya-resolve-files 0.1.10 → 0.1.11
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 +7 -8
- package/CHANGELOG.md +7 -0
- package/dist/bundle/index.js +17 -407
- package/package.json +2 -2
- package/dist/bundle/index.css +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,9 +7,8 @@
|
|
|
7
7
|
[34mCLI[39m Using tsup config: /Users/devinabbott/Projects/noya-core/packages/noya-resolve-files/bundle.config.ts
|
|
8
8
|
[34mCLI[39m Target: es2022
|
|
9
9
|
[34mCJS[39m Build start
|
|
10
|
-
[32mCJS[39m [1mdist/bundle/index.
|
|
11
|
-
[32mCJS[39m
|
|
12
|
-
[32mCJS[39m ⚡️ Build success in 247ms
|
|
10
|
+
[32mCJS[39m [1mdist/bundle/index.js [22m[32m69.45 KB[39m
|
|
11
|
+
[32mCJS[39m ⚡️ Build success in 173ms
|
|
13
12
|
[0m[2m[35m$[0m [2m[1mtsup[0m
|
|
14
13
|
[34mCLI[39m Building entry: src/index.ts
|
|
15
14
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
@@ -18,13 +17,13 @@
|
|
|
18
17
|
[34mCLI[39m Target: esnext
|
|
19
18
|
[34mCJS[39m Build start
|
|
20
19
|
[34mESM[39m Build start
|
|
21
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m1.50 KB[39m
|
|
22
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m3.00 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in 7ms
|
|
24
20
|
[32mCJS[39m [1mdist/index.js [22m[32m2.53 KB[39m
|
|
25
21
|
[32mCJS[39m [1mdist/index.js.map [22m[32m3.03 KB[39m
|
|
26
|
-
[32mCJS[39m ⚡️ Build success in
|
|
22
|
+
[32mCJS[39m ⚡️ Build success in 81ms
|
|
23
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m1.50 KB[39m
|
|
24
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m3.00 KB[39m
|
|
25
|
+
[32mESM[39m ⚡️ Build success in 96ms
|
|
27
26
|
DTS Build start
|
|
28
|
-
DTS ⚡️ Build success in
|
|
27
|
+
DTS ⚡️ Build success in 2288ms
|
|
29
28
|
DTS dist/index.d.ts 1.00 KB
|
|
30
29
|
DTS dist/index.d.mts 1.00 KB
|