@lsst/pik-plugin-worktree 0.6.4 → 0.6.5

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.
@@ -1,3 +1,4 @@
1
1
  import { Command } from 'commander';
2
+ import '../types.js';
2
3
  export declare const createCommand: Command;
3
4
  //# sourceMappingURL=create.d.ts.map
@@ -1,3 +1,3 @@
1
- import { PikPlugin } from '@lsst/pik-core';
1
+ import type { PikPlugin } from '@lsst/pik-core';
2
2
  export declare const worktreePlugin: PikPlugin;
3
3
  //# sourceMappingURL=plugin.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsst/pik-plugin-worktree",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Git worktree management plugin for pik CLI",
5
5
  "type": "module",
6
6
  "license": "MIT",