@lumy-pack/syncpoint 0.0.5 → 0.0.6

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,4 +1,4 @@
1
- yaml-language-server: $schema=https://cdn.jsdelivr.net/npm/@lumy-pack/syncpoint/assets/schemas/config.schema.json
1
+ # yaml-language-server: $schema=https://cdn.jsdelivr.net/npm/@lumy-pack/syncpoint/assets/schemas/config.schema.json
2
2
  # ──────────────────────────────────────────
3
3
  # Syncpoint Configuration
4
4
  # ──────────────────────────────────────────
@@ -1,4 +1,4 @@
1
- yaml-language-server: $schema=https://cdn.jsdelivr.net/npm/@lumy-pack/syncpoint/assets/schemas/template.schema.json
1
+ # yaml-language-server: $schema=https://cdn.jsdelivr.net/npm/@lumy-pack/syncpoint/assets/schemas/template.schema.json
2
2
  # ──────────────────────────────────────────
3
3
  # Syncpoint Provisioning Template
4
4
  # ──────────────────────────────────────────
package/dist/cli.mjs CHANGED
@@ -486,7 +486,7 @@ function validateMetadata(data) {
486
486
  }
487
487
 
488
488
  // src/version.ts
489
- var VERSION = "0.0.5";
489
+ var VERSION = "0.0.6";
490
490
 
491
491
  // src/core/metadata.ts
492
492
  var METADATA_VERSION = "1.0.0";
package/dist/index.cjs CHANGED
@@ -652,7 +652,7 @@ function validateMetadata(data) {
652
652
  }
653
653
 
654
654
  // src/version.ts
655
- var VERSION = "0.0.5";
655
+ var VERSION = "0.0.6";
656
656
 
657
657
  // src/core/metadata.ts
658
658
  var METADATA_VERSION = "1.0.0";
package/dist/index.mjs CHANGED
@@ -602,7 +602,7 @@ function validateMetadata(data) {
602
602
  }
603
603
 
604
604
  // src/version.ts
605
- var VERSION = "0.0.5";
605
+ var VERSION = "0.0.6";
606
606
 
607
607
  // src/core/metadata.ts
608
608
  var METADATA_VERSION = "1.0.0";
@@ -1,6 +1,4 @@
1
1
  export interface SyncpointConfig {
2
- /** Editor directive for schema association; ignored at runtime. */
3
- 'yaml-language-server'?: string;
4
2
  backup: {
5
3
  targets: string[];
6
4
  exclude: string[];
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.0.5";
5
+ export declare const VERSION = "0.0.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumy-pack/syncpoint",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "CLI tool for project synchronization and scaffolding",
5
5
  "keywords": [
6
6
  "cli",