@pathmode/cli 2.0.1 → 2.0.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 +1 -5
package/dist/index.js CHANGED
@@ -11212,7 +11212,7 @@ const isGitHubAction = !!process.env.GITHUB_ACTIONS || !!process.env.INPUT_FILE;
11212
11212
  program
11213
11213
  .name('pathmode')
11214
11214
  .description('Pathmode CLI — Intent Engineering for AI product teams')
11215
- .version('2.0.1');
11215
+ .version('2.0.2');
11216
11216
  // ============================================================
11217
11217
  // validate — Existing command (preserved)
11218
11218
  // ============================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathmode/cli",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -28,10 +28,6 @@
28
28
  "author": "Pathmode",
29
29
  "license": "MIT",
30
30
  "type": "commonjs",
31
- "repository": {
32
- "type": "git",
33
- "url": "git+https://github.com/pathmode/cli.git"
34
- },
35
31
  "homepage": "https://pathmode.io",
36
32
  "devDependencies": {
37
33
  "@types/fs-extra": "^11.0.4",