@todoforai/cli 0.1.13 → 0.1.14

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.
Files changed (2) hide show
  1. package/dist/todoai.js +2 -1
  2. package/package.json +3 -2
package/dist/todoai.js CHANGED
@@ -43107,7 +43107,8 @@ var package_default = {
43107
43107
  version: "0.1.3",
43108
43108
  type: "module",
43109
43109
  bin: {
43110
- todoai: "dist/todoai.js"
43110
+ todoai: "dist/todoai.js",
43111
+ "todoforai-cli": "dist/todoai.js"
43111
43112
  },
43112
43113
  files: ["dist/todoai.js"],
43113
43114
  scripts: {
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@todoforai/cli",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "type": "module",
5
5
  "bin": {
6
- "todoai": "dist/todoai.js"
6
+ "todoai": "dist/todoai.js",
7
+ "todoforai-cli": "dist/todoai.js"
7
8
  },
8
9
  "files": [
9
10
  "dist/todoai.js"