@moxt-ai/moxt-cli 0.1.0 → 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -318,7 +318,7 @@ function registerWorkspaceCommand(program2) {
318
318
 
319
319
  // src/index.ts
320
320
  var program = new Command();
321
- program.name("moxt").description("Moxt CLI - AI Workspace").version("0.1.0").action(() => {
321
+ program.name("moxt").description("Moxt CLI - AI Workspace").version("0.1.2").action(() => {
322
322
  program.help();
323
323
  });
324
324
  registerWhoamiCommand(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxt-ai/moxt-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Moxt CLI - AI Workspace command line tool",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "license": "MIT",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "https://github.com/anthropics/moxt"
30
+ "url": "https://github.com/paraflow-hq/moxt"
31
31
  },
32
32
  "homepage": "https://moxt.ai",
33
33
  "engines": {