@slats/claude-assets-sync 0.1.2 → 0.1.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.
@@ -35,7 +35,7 @@ const AssetTreeNode = ({ node, isLastAtDepth, isSelected, }) => {
35
35
  iconColor = 'yellow';
36
36
  }
37
37
  else if (node.selected) {
38
- selectionIcon = '';
38
+ selectionIcon = '';
39
39
  iconColor = 'green';
40
40
  }
41
41
  else {
@@ -33,7 +33,7 @@ const AssetTreeNode = ({ node, isLastAtDepth, isSelected, }) => {
33
33
  iconColor = 'yellow';
34
34
  }
35
35
  else if (node.selected) {
36
- selectionIcon = '';
36
+ selectionIcon = '';
37
37
  iconColor = 'green';
38
38
  }
39
39
  else {
@@ -26,7 +26,7 @@ export declare const META_FILES: {
26
26
  * Schema versions for metadata files
27
27
  */
28
28
  export declare const SCHEMA_VERSIONS: {
29
- readonly UNIFIED_SYNC_META: "0.1.2";
29
+ readonly UNIFIED_SYNC_META: "0.1.3";
30
30
  readonly LEGACY_SYNC_META: "1.0.0";
31
31
  readonly SKILL_UNIT_FORMAT: "2";
32
32
  };
@@ -2,7 +2,7 @@ import type { PackageSyncInfo, SkillUnit, UnifiedSyncMeta } from '../utils/types
2
2
  /**
3
3
  * Schema version for the unified metadata format
4
4
  */
5
- export declare const SCHEMA_VERSION: "0.1.2";
5
+ export declare const SCHEMA_VERSION: "0.1.3";
6
6
  /**
7
7
  * Read unified sync metadata from .claude/.sync-meta.json
8
8
  *
package/dist/version.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- const VERSION = '0.1.2';
3
+ const VERSION = '0.1.3';
4
4
 
5
5
  exports.VERSION = VERSION;
package/dist/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current package version from package.json
3
3
  * Automatically synchronized during build process
4
4
  */
5
- export declare const VERSION = "0.1.2";
5
+ export declare const VERSION = "0.1.3";
package/dist/version.mjs CHANGED
@@ -1,3 +1,3 @@
1
- const VERSION = '0.1.2';
1
+ const VERSION = '0.1.3';
2
2
 
3
3
  export { VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slats/claude-assets-sync",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "CLI tool to sync Claude commands and skills from npm packages to your project's .claude directory",
5
5
  "keywords": [
6
6
  "claude",