@voryx/cli 0.0.0 → 0.1.0
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 +2 -6
- package/CHANGELOG.md +7 -0
- package/dist/manifest.json +2 -2
- package/package.json +2 -1
- /package/dist/{index.mjs → index.js} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -5,18 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
[1m[38;2;179;250;236mR[39m[38;2;170;245;228ms[39m[38;2;160;240;221ml[39m[38;2;151;235;213mi[39m[38;2;141;230;206mb[39m[38;2;141;230;206m [39m[38;2;131;224;199mv[39m[38;2;122;219;191m0[39m[38;2;112;214;184m.[39m[38;2;103;209;176m1[39m[38;2;93;204;169m9[39m[38;2;84;199;161m.[39m[38;2;74;194;154m6[39m[38;2;74;194;154m
|
|
7
7
|
[39m[22m
|
|
8
|
-
(node:97408) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///Users/cal/Documents/dev/voryx/packages/cli/rslib.config.ts?t=1788725586056 is not specified and it doesn't parse as CommonJS.
|
|
9
|
-
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
10
|
-
To eliminate this warning, add "type": "module" to /Users/cal/Documents/dev/voryx/packages/cli/package.json.
|
|
11
|
-
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
12
8
|
[1m[36minfo [39m[22m build started...
|
|
13
9
|
[1m[32mready [39m[22m built in [1m0.13[22m s
|
|
14
10
|
[1m[36mstart [39m[22m generating declaration files... [2m(esm)[22m
|
|
15
|
-
[1m[32mready [39m[22m declaration files generated in [1m0.
|
|
11
|
+
[1m[32mready [39m[22m declaration files generated in [1m0.24[22m s [2m(esm)[22m
|
|
16
12
|
|
|
17
13
|
[34mFile (esm) Size [39m
|
|
18
14
|
[2mdist/[22m[35mmanifest.json[39m 0.17 kB
|
|
19
|
-
[2mdist/[22m[36mindex.
|
|
15
|
+
[2mdist/[22m[36mindex.js[39m 11.0 kB
|
|
20
16
|
|
|
21
17
|
[35mTotal:[39m 11.1 kB
|
|
22
18
|
|
package/CHANGELOG.md
ADDED
package/dist/manifest.json
CHANGED
package/package.json
CHANGED
|
File without changes
|