@construct-space/cli 1.7.1 → 1.7.2

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.js +6 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10232,7 +10232,11 @@ var allowedDirs = [
10232
10232
  "public",
10233
10233
  "tests",
10234
10234
  "widgets",
10235
- "models"
10235
+ "models",
10236
+ "icons",
10237
+ "assets",
10238
+ "media",
10239
+ "bin"
10236
10240
  ];
10237
10241
  var allowedRootFiles = [
10238
10242
  "space.manifest.json",
@@ -11415,7 +11419,7 @@ function graphFork(newSpaceID) {
11415
11419
  // package.json
11416
11420
  var package_default = {
11417
11421
  name: "@construct-space/cli",
11418
- version: "1.7.1",
11422
+ version: "1.7.2",
11419
11423
  description: "Construct CLI \u2014 scaffold, build, develop, and publish spaces",
11420
11424
  type: "module",
11421
11425
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@construct-space/cli",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Construct CLI — scaffold, build, develop, and publish spaces",
5
5
  "type": "module",
6
6
  "bin": {