@hyperdrive.bot/gut 0.2.1 → 0.2.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -48,7 +48,7 @@ $ npm install -g @hyperdrive.bot/gut
48
48
  $ gut COMMAND
49
49
  running command...
50
50
  $ gut (--version)
51
- @hyperdrive.bot/gut/0.2.1-alpha.0 linux-x64 node-v22.22.2
51
+ @hyperdrive.bot/gut/0.2.2-alpha.0 linux-x64 node-v22.22.2
52
52
  $ gut --help [COMMAND]
53
53
  USAGE
54
54
  $ gut COMMAND
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperdrive.bot/gut",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Git Unified Tooling - Enhanced git with workspace intelligence for entity-based organization",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@hyperdrive.bot/cli-auth": "^1.1.1",
41
- "@hyperdrive.bot/plugin-telemetry": "file:../telemetry-plugin",
41
+ "@hyperdrive.bot/plugin-telemetry": "^0.1.2",
42
42
  "@oclif/core": "^4.5.2",
43
43
  "@oclif/plugin-help": "^6.2.32",
44
44
  "axios": "^1.7.1",