@plasmicapp/cli 0.1.314 → 0.1.315

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.js CHANGED
@@ -62708,9 +62708,9 @@ var require_yallist = __commonJS({
62708
62708
  }
62709
62709
  });
62710
62710
 
62711
- // ../../node_modules/lru-cache/index.js
62711
+ // ../../node_modules/semver/node_modules/lru-cache/index.js
62712
62712
  var require_lru_cache = __commonJS({
62713
- "../../node_modules/lru-cache/index.js"(exports, module2) {
62713
+ "../../node_modules/semver/node_modules/lru-cache/index.js"(exports, module2) {
62714
62714
  "use strict";
62715
62715
  var Yallist = require_yallist();
62716
62716
  var MAX = Symbol("max");
package/dist/lib.js CHANGED
@@ -58036,9 +58036,9 @@ var require_yallist = __commonJS({
58036
58036
  }
58037
58037
  });
58038
58038
 
58039
- // ../../node_modules/lru-cache/index.js
58039
+ // ../../node_modules/semver/node_modules/lru-cache/index.js
58040
58040
  var require_lru_cache = __commonJS({
58041
- "../../node_modules/lru-cache/index.js"(exports, module2) {
58041
+ "../../node_modules/semver/node_modules/lru-cache/index.js"(exports, module2) {
58042
58042
  "use strict";
58043
58043
  var Yallist = require_yallist();
58044
58044
  var MAX = Symbol("max");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/cli",
3
- "version": "0.1.314",
3
+ "version": "0.1.315",
4
4
  "description": "plasmic cli for syncing local code with Plasmic designs",
5
5
  "engines": {
6
6
  "node": ">=12"
@@ -78,5 +78,5 @@
78
78
  "wrap-ansi": "^7.0.0",
79
79
  "yargs": "^15.4.1"
80
80
  },
81
- "gitHead": "6e966ef24adb9af472b56a5051faf2b8e6e04f12"
81
+ "gitHead": "2c9707207a827f2e199268a0e53ee3718fc4f828"
82
82
  }