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.
- package/dist/index.mjs +1 -1
- 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.
|
|
2556
|
+
const version = "0.2.8";
|
|
2557
2557
|
const program = new Command();
|
|
2558
2558
|
program.exitOverride((err) => {
|
|
2559
2559
|
if (err.code === "commander.missingArgument") {
|