@lumy-pack/syncpoint 0.0.12 → 0.0.13

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/cli.mjs CHANGED
@@ -608,7 +608,7 @@ function validateMetadata(data) {
608
608
  }
609
609
 
610
610
  // src/version.ts
611
- var VERSION = "0.0.12";
611
+ var VERSION = "0.0.13";
612
612
 
613
613
  // src/core/metadata.ts
614
614
  var METADATA_VERSION = "1.0.0";
package/dist/index.cjs CHANGED
@@ -657,7 +657,7 @@ function validateMetadata(data) {
657
657
  }
658
658
 
659
659
  // src/version.ts
660
- var VERSION = "0.0.12";
660
+ var VERSION = "0.0.13";
661
661
 
662
662
  // src/core/metadata.ts
663
663
  var METADATA_VERSION = "1.0.0";
package/dist/index.mjs CHANGED
@@ -607,7 +607,7 @@ function validateMetadata(data) {
607
607
  }
608
608
 
609
609
  // src/version.ts
610
- var VERSION = "0.0.12";
610
+ var VERSION = "0.0.13";
611
611
 
612
612
  // src/core/metadata.ts
613
613
  var METADATA_VERSION = "1.0.0";
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.12";
5
+ export declare const VERSION = "0.0.13";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumy-pack/syncpoint",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "CLI tool for project synchronization and scaffolding",
5
5
  "keywords": [
6
6
  "cli",
@@ -57,7 +57,6 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@winglet/common-utils": "^0.11.2",
60
- "@winglet/react-utils": "^0.11.2",
61
60
  "ajv": "^8.0.0",
62
61
  "ajv-formats": "^3.0.0",
63
62
  "commander": "^12.1.0",