cc-core-cli 1.0.12 → 1.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -35,7 +35,8 @@
35
35
  "jpg",
36
36
  "svg"
37
37
  ],
38
- "path_file": "system/global_setting/profile"
38
+ "path_file": "system/global_setting/profile",
39
+ "is_public": true
39
40
  }
40
41
  ],
41
42
  [
@@ -159,7 +160,8 @@
159
160
  "svg"
160
161
  ],
161
162
  "path_file": "system/general_setting/logo",
162
- "max_file_size": 10
163
+ "max_file_size": 10,
164
+ "is_public": true
163
165
  }
164
166
  ],
165
167
  [
@@ -179,7 +181,8 @@
179
181
  "svg"
180
182
  ],
181
183
  "path_file": "system/general_setting/bg",
182
- "max_file_size": 10
184
+ "max_file_size": 10,
185
+ "is_public": true
183
186
  }
184
187
  ]
185
188
  ]