playcademy 0.16.0 → 0.16.1

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/cli.js CHANGED
@@ -2965,7 +2965,7 @@ import { join as join13 } from "path";
2965
2965
  // package.json with { type: 'json' }
2966
2966
  var package_default2 = {
2967
2967
  name: "playcademy",
2968
- version: "0.15.6",
2968
+ version: "0.16.0",
2969
2969
  type: "module",
2970
2970
  exports: {
2971
2971
  ".": {
package/dist/index.js CHANGED
@@ -3976,7 +3976,7 @@ import { join as join12 } from "path";
3976
3976
  // package.json with { type: 'json' }
3977
3977
  var package_default2 = {
3978
3978
  name: "playcademy",
3979
- version: "0.15.6",
3979
+ version: "0.16.0",
3980
3980
  type: "module",
3981
3981
  exports: {
3982
3982
  ".": {
@@ -10625,7 +10625,7 @@ var getStatusCommand = new Command13("status").description("Check your developer
10625
10625
  });
10626
10626
 
10627
10627
  // package.json
10628
- var version2 = "0.15.6";
10628
+ var version2 = "0.16.0";
10629
10629
 
10630
10630
  // src/commands/dev/server.ts
10631
10631
  function setupCleanupHandlers(workspace, getServer) {
@@ -12484,7 +12484,7 @@ async function runKVSeedRemote(seedFile, options) {
12484
12484
  logger.newLine();
12485
12485
  const confirmed = await confirm13({
12486
12486
  message: "Continue seeding?",
12487
- default: true
12487
+ default: false
12488
12488
  });
12489
12489
  if (!confirmed) {
12490
12490
  logger.remark("Cancelled");
package/dist/utils.js CHANGED
@@ -2321,7 +2321,7 @@ import { join as join12 } from "path";
2321
2321
  // package.json with { type: 'json' }
2322
2322
  var package_default2 = {
2323
2323
  name: "playcademy",
2324
- version: "0.15.6",
2324
+ version: "0.16.0",
2325
2325
  type: "module",
2326
2326
  exports: {
2327
2327
  ".": {
package/dist/version.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // package.json with { type: 'json' }
2
2
  var package_default = {
3
3
  name: "playcademy",
4
- version: "0.15.6",
4
+ version: "0.16.0",
5
5
  type: "module",
6
6
  exports: {
7
7
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playcademy",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@inquirer/prompts": "^7.8.6",
53
- "@playcademy/sdk": "0.2.7",
53
+ "@playcademy/sdk": "0.2.8",
54
54
  "chokidar": "^4.0.3",
55
55
  "colorette": "^2.0.20",
56
56
  "commander": "^14.0.1",