@base44-preview/cli 0.1.3-pr.565.21ee30e → 0.1.3-pr.568.67b756c

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.
@@ -6,6 +6,8 @@
6
6
  "name": "<%= name %>"<% if (description) { %>,
7
7
  "description": "<%= description %>"<% } %>,
8
8
 
9
+ "visibility": "public",
10
+
9
11
  // Site/hosting configuration for the client application
10
12
  // Docs: https://docs.base44.com/configuration/hosting
11
13
  "site": {
@@ -4,7 +4,9 @@
4
4
 
5
5
  {
6
6
  "name": "<%= name %>"<% if (description) { %>,
7
- "description": "<%= description %>"<% } %>
7
+ "description": "<%= description %>"<% } %>,
8
+
9
+ "visibility": "public"
8
10
 
9
11
  // Site/hosting configuration
10
12
  // Docs: https://docs.base44.com/configuration/hosting