@superblocksteam/cli 2.0.0-next.7 → 2.0.0-next.71
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/README.md +1 -1
- package/dist/{api-XCHEAYGD.js → api-OBLRC32N.js} +3 -3
- package/dist/generated-Q3KPLOVI.js +185 -0
- package/dist/index.js +309365 -307407
- package/oclif.manifest.json +63 -1
- package/package.json +4 -4
- package/dist/generated-JCVDADBO.js +0 -170
- package/dist/{chunk-JBVFWZFS.js → chunk-EUZXEC5L.js} +52 -52
package/oclif.manifest.json
CHANGED
|
@@ -121,6 +121,68 @@
|
|
|
121
121
|
"strict": true,
|
|
122
122
|
"enableJsonFlag": false
|
|
123
123
|
},
|
|
124
|
+
"hidden:application:build": {
|
|
125
|
+
"aliases": [],
|
|
126
|
+
"args": {},
|
|
127
|
+
"description": "[EXPERIMENTAL] Build builds a (deploy-ready) application bundle from your application source code.",
|
|
128
|
+
"examples": [
|
|
129
|
+
"<%= config.bin %> application build --root ./src --outDir ./dist --libraryUrl https://assets-cdn.superblocks.com/library/2.0.3 --assetsCdnUrl https://prod-cdn.superblocks.com"
|
|
130
|
+
],
|
|
131
|
+
"flags": {
|
|
132
|
+
"root": {
|
|
133
|
+
"char": "r",
|
|
134
|
+
"description": "Source directory containing the application source code to build",
|
|
135
|
+
"name": "root",
|
|
136
|
+
"required": true,
|
|
137
|
+
"hasDynamicHelp": false,
|
|
138
|
+
"multiple": false,
|
|
139
|
+
"type": "option"
|
|
140
|
+
},
|
|
141
|
+
"outDir": {
|
|
142
|
+
"char": "o",
|
|
143
|
+
"description": "Target directory to write the built application bundle to",
|
|
144
|
+
"name": "outDir",
|
|
145
|
+
"default": "",
|
|
146
|
+
"hasDynamicHelp": false,
|
|
147
|
+
"multiple": false,
|
|
148
|
+
"type": "option"
|
|
149
|
+
},
|
|
150
|
+
"libraryUrl": {
|
|
151
|
+
"char": "l",
|
|
152
|
+
"description": "URL to use for fetching the external library module",
|
|
153
|
+
"name": "libraryUrl",
|
|
154
|
+
"default": "https://assets-cdn.superblocks.com/library/2.0.3",
|
|
155
|
+
"hasDynamicHelp": false,
|
|
156
|
+
"multiple": false,
|
|
157
|
+
"type": "option"
|
|
158
|
+
},
|
|
159
|
+
"assetsCdnUrl": {
|
|
160
|
+
"char": "a",
|
|
161
|
+
"description": "URL to use for fetching the assets",
|
|
162
|
+
"name": "assetsCdnUrl",
|
|
163
|
+
"default": "https://prod-cdn.superblocks.com",
|
|
164
|
+
"hasDynamicHelp": false,
|
|
165
|
+
"multiple": false,
|
|
166
|
+
"type": "option"
|
|
167
|
+
},
|
|
168
|
+
"force": {
|
|
169
|
+
"char": "f",
|
|
170
|
+
"description": "Force the build to overwrite the destination directory if it exists",
|
|
171
|
+
"name": "force",
|
|
172
|
+
"allowNo": false,
|
|
173
|
+
"type": "boolean"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"hasDynamicHelp": false,
|
|
177
|
+
"hidden": true,
|
|
178
|
+
"hiddenAliases": [],
|
|
179
|
+
"id": "hidden:application:build",
|
|
180
|
+
"pluginAlias": "@superblocksteam/cli",
|
|
181
|
+
"pluginName": "@superblocksteam/cli",
|
|
182
|
+
"pluginType": "core",
|
|
183
|
+
"strict": true,
|
|
184
|
+
"enableJsonFlag": false
|
|
185
|
+
},
|
|
124
186
|
"hidden:application:upload": {
|
|
125
187
|
"aliases": [],
|
|
126
188
|
"args": {},
|
|
@@ -509,5 +571,5 @@
|
|
|
509
571
|
"strict": true
|
|
510
572
|
}
|
|
511
573
|
},
|
|
512
|
-
"version": "2.0.0-next.
|
|
574
|
+
"version": "2.0.0-next.71"
|
|
513
575
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superblocksteam/cli",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.71",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Official Superblocks CLI",
|
|
6
6
|
"homepage": "https://www.superblocks.com",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@eslint/js": "^9.16.0",
|
|
44
44
|
"@oclif/test": "^4.1.11",
|
|
45
|
-
"@superblocksteam/sdk": "2.0.0-next.
|
|
46
|
-
"@superblocksteam/shared": "0.
|
|
47
|
-
"@superblocksteam/util": "2.0.0-next.
|
|
45
|
+
"@superblocksteam/sdk": "2.0.0-next.71",
|
|
46
|
+
"@superblocksteam/shared": "0.9146.0",
|
|
47
|
+
"@superblocksteam/util": "2.0.0-next.71",
|
|
48
48
|
"@types/babel__core": "^7.20.0",
|
|
49
49
|
"@types/chai": "^4",
|
|
50
50
|
"@types/fs-extra": "^11.0.1",
|