@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.
@@ -5,18 +5,14 @@
5
5
 
6
6
  Rslib v0.19.6
7
7
  
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
  info  build started...
13
9
  ready  built in 0.13 s
14
10
  start  generating declaration files... (esm)
15
- ready  declaration files generated in 0.26 s (esm)
11
+ ready  declaration files generated in 0.24 s (esm)
16
12
 
17
13
  File (esm) Size 
18
14
  dist/manifest.json 0.17 kB
19
- dist/index.mjs 11.0 kB
15
+ dist/index.js 11.0 kB
20
16
 
21
17
  Total: 11.1 kB
22
18
 
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @voryx/cli
2
+
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - cli config
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "allFiles": [
3
- "index.mjs"
3
+ "index.js"
4
4
  ],
5
5
  "entries": {
6
6
  "index": {
7
7
  "initial": {
8
8
  "js": [
9
- "index.mjs"
9
+ "index.js"
10
10
  ]
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@voryx/cli",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
+ "type": "module",
4
5
  "publishConfig": {
5
6
  "access": "public"
6
7
  },
File without changes