@zseven-w/openpencil 0.7.5 → 0.7.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.
package/dist/openpencil-cli.cjs
CHANGED
|
@@ -13935,7 +13935,7 @@ init_define_import_meta_env();
|
|
|
13935
13935
|
// apps/cli/package.json
|
|
13936
13936
|
var package_default = {
|
|
13937
13937
|
name: "@zseven-w/openpencil",
|
|
13938
|
-
version: "0.7.
|
|
13938
|
+
version: "0.7.6",
|
|
13939
13939
|
description: "CLI for OpenPencil \u2014 control the design tool from your terminal",
|
|
13940
13940
|
homepage: "https://github.com/ZSeven-W/openpencil/tree/main/apps/cli",
|
|
13941
13941
|
bugs: {
|
|
@@ -13962,8 +13962,8 @@ var package_default = {
|
|
|
13962
13962
|
compile: "cd ../.. && bun run cli:compile"
|
|
13963
13963
|
},
|
|
13964
13964
|
dependencies: {
|
|
13965
|
-
"@zseven-w/pen-figma": "0.7.
|
|
13966
|
-
"@zseven-w/pen-mcp": "0.7.
|
|
13965
|
+
"@zseven-w/pen-figma": "0.7.6",
|
|
13966
|
+
"@zseven-w/pen-mcp": "0.7.6"
|
|
13967
13967
|
}
|
|
13968
13968
|
};
|
|
13969
13969
|
|