playcademy 0.14.2-alpha.2 → 0.14.3
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 +0 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -11830,9 +11830,6 @@ async function runBucketListLocal(options) {
|
|
|
11830
11830
|
}
|
|
11831
11831
|
async function runBucketList(options = {}) {
|
|
11832
11832
|
try {
|
|
11833
|
-
if (!options.raw && !options.json) {
|
|
11834
|
-
logger.newLine();
|
|
11835
|
-
}
|
|
11836
11833
|
if (options.remote) {
|
|
11837
11834
|
await runBucketListRemote(options);
|
|
11838
11835
|
} else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "playcademy",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@inquirer/prompts": "^7.8.6",
|
|
43
|
-
"@playcademy/sdk": "0.1.
|
|
43
|
+
"@playcademy/sdk": "0.1.13",
|
|
44
44
|
"chokidar": "^4.0.3",
|
|
45
45
|
"colorette": "^2.0.20",
|
|
46
46
|
"commander": "^14.0.1",
|