@playdrop/playdrop-cli 0.13.2 → 0.13.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.
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "0.13.2",
2
+ "version": "0.13.3",
3
3
  "build": 1,
4
- "runtimeSdkVersion": "0.13.2",
4
+ "runtimeSdkVersion": "0.13.3",
5
5
  "runtimeSdkBuild": 1,
6
6
  "clients": {
7
7
  "all": {
@@ -112,7 +112,7 @@ async function upgrade(options = {}) {
112
112
  throw new Error(`playdrop_update_active_personal_worker: stop the My Agent worker first, then rerun playdrop update. pid=${activePersonalWorker.pid} worker=${activePersonalWorker.workerName}`);
113
113
  }
114
114
  const targetVersion = validateTargetVersion(options.targetVersion);
115
- const upgradeCommand = ['install', '-g', '--no-audit', '--no-fund', `@playdrop/playdrop-cli@${targetVersion}`];
115
+ const upgradeCommand = ['install', '-g', '--ignore-scripts', '--no-audit', '--no-fund', `@playdrop/playdrop-cli@${targetVersion}`];
116
116
  const commandString = `npm ${upgradeCommand.join(' ')}`;
117
117
  if (options.dryRun) {
118
118
  console.log(commandString);
@@ -3759,7 +3759,7 @@ if (packageJson.version === "2.3.2") {
3759
3759
  NODE
3760
3760
  fi
3761
3761
  if [ "$TARGET_UPDATE_FAILED" -eq 0 ]; then
3762
- if npm install -g --no-audit --no-fund "@playdrop/playdrop-cli@$TARGET_CLI_VERSION"; then
3762
+ if npm install -g --ignore-scripts --no-audit --no-fund "@playdrop/playdrop-cli@$TARGET_CLI_VERSION"; then
3763
3763
  CURRENT_CLI_VERSION="$(current_cli_version)" || CURRENT_CLI_VERSION=""
3764
3764
  if [ "$CURRENT_CLI_VERSION" != "$TARGET_CLI_VERSION" ]; then
3765
3765
  record_target_failure "worker_update_cli_version_mismatch"
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "0.13.2",
2
+ "version": "0.13.3",
3
3
  "build": 1,
4
- "runtimeSdkVersion": "0.13.2",
4
+ "runtimeSdkVersion": "0.13.3",
5
5
  "runtimeSdkBuild": 1,
6
6
  "clients": {
7
7
  "all": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playdrop/playdrop-cli",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "description": "Official Playdrop CLI for publishing browser games, creator apps, and AI-generated game assets on playdrop.ai",
5
5
  "homepage": "https://www.playdrop.ai",
6
6
  "repository": {