playcademy 0.14.2-alpha.2 → 0.14.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 +0 -3
  2. package/package.json +1 -1
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.2-alpha.2",
3
+ "version": "0.14.2",
4
4
  "type": "module",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",