@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.
- package/dist/components/tree/AssetTreeNode.cjs +1 -1
- package/dist/components/tree/AssetTreeNode.mjs +1 -1
- package/dist/core/constants.d.ts +1 -1
- package/dist/core/syncMeta.d.ts +1 -1
- package/dist/version.cjs +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.mjs +1 -1
- package/package.json +1 -1
package/dist/core/constants.d.ts
CHANGED
|
@@ -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.
|
|
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
|
};
|
package/dist/core/syncMeta.d.ts
CHANGED
|
@@ -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.
|
|
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
package/dist/version.d.ts
CHANGED
package/dist/version.mjs
CHANGED