@trikhub/cli 0.3.1 → 0.3.3

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Muffles
3
+ Copyright (c) 2026 Trikhub.com
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -59,7 +59,7 @@ function apiToTrikVersion(api) {
59
59
  };
60
60
  }
61
61
  /**
62
- * Build a trik path from full name (e.g., "@Muffles/article-search" -> "@Muffles/article-search")
62
+ * Build a trik path from full name (e.g., "@Molefas/article-search" -> "@Molefas/article-search")
63
63
  * Used to construct API paths with scope and name as separate segments
64
64
  */
65
65
  function trikPath(fullName) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trikhub/cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "CLI for TrikHub - Teaching AI new triks",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "ora": "^8.0.1",
27
27
  "semver": "^7.6.3",
28
28
  "tar": "^7.4.0",
29
- "@trikhub/manifest": "0.4.0"
29
+ "@trikhub/manifest": "0.6.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^20.14.0",
@@ -38,13 +38,13 @@
38
38
  },
39
39
  "repository": {
40
40
  "type": "git",
41
- "url": "git+https://github.com/Muffles/trikhub.git",
41
+ "url": "git+https://github.com/Molefas/trikhub.git",
42
42
  "directory": "packages/trik-cli"
43
43
  },
44
44
  "bugs": {
45
- "url": "https://github.com/Muffles/trikhub/issues"
45
+ "url": "https://github.com/Molefas/trikhub/issues"
46
46
  },
47
- "homepage": "https://github.com/Muffles/trikhub/tree/main/packages/trik-cli#readme",
47
+ "homepage": "https://github.com/Molefas/trikhub/tree/main/packages/trik-cli#readme",
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
@@ -55,7 +55,7 @@
55
55
  "skills",
56
56
  "cli"
57
57
  ],
58
- "author": "Muffles",
58
+ "author": "Molefas",
59
59
  "license": "MIT",
60
60
  "scripts": {
61
61
  "build": "tsc",