framer-code-link 0.2.6 → 0.2.8

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2553,7 +2553,7 @@ async function start(config) {
2553
2553
  * Entry point for the CLI tool. Parses command-line arguments and starts
2554
2554
  * the controller with the appropriate configuration.
2555
2555
  */
2556
- const version = "0.2.5";
2556
+ const version = "0.2.8";
2557
2557
  const program = new Command();
2558
2558
  program.exitOverride((err) => {
2559
2559
  if (err.code === "commander.missingArgument") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "framer-code-link",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "description": "CLI tool for syncing Framer code components - controller-centric architecture",
5
5
  "main": "dist/index.mjs",
6
6
  "type": "module",