@kodrunhq/claudefy 0.1.0 → 1.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kodrunhq/claudefy",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "Sync your Claude Code environment across machines",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,6 +37,10 @@
37
37
  "README.md",
38
38
  "LICENSE"
39
39
  ],
40
+ "publishConfig": {
41
+ "access": "public",
42
+ "provenance": true
43
+ },
40
44
  "license": "MIT",
41
45
  "bugs": {
42
46
  "url": "https://github.com/kodrunhq/claudefy/issues"
@@ -1,14 +0,0 @@
1
- export interface StoreStatus {
2
- isClean: boolean;
3
- ahead: number;
4
- behind: number;
5
- modified: string[];
6
- added: string[];
7
- deleted: string[];
8
- }
9
- export interface SyncMetadata {
10
- machineId: string;
11
- hostname: string;
12
- os: string;
13
- lastSync: string;
14
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/git-adapter/types.ts"],"names":[],"mappings":""}