@plasmicapp/cli 0.1.315 → 0.1.316
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 +2 -2
- package/dist/lib.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -62708,9 +62708,9 @@ var require_yallist = __commonJS({
|
|
|
62708
62708
|
}
|
|
62709
62709
|
});
|
|
62710
62710
|
|
|
62711
|
-
// ../../node_modules/
|
|
62711
|
+
// ../../node_modules/lru-cache/index.js
|
|
62712
62712
|
var require_lru_cache = __commonJS({
|
|
62713
|
-
"../../node_modules/
|
|
62713
|
+
"../../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/
|
|
58039
|
+
// ../../node_modules/lru-cache/index.js
|
|
58040
58040
|
var require_lru_cache = __commonJS({
|
|
58041
|
-
"../../node_modules/
|
|
58041
|
+
"../../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.
|
|
3
|
+
"version": "0.1.316",
|
|
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": "
|
|
81
|
+
"gitHead": "3b71c9fba9c00aea3d7197feefc45da8813b7e7a"
|
|
82
82
|
}
|