@playdrop/playdrop-cli 0.16.11 → 0.16.12

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.16.11",
2
+ "version": "0.16.12",
3
3
  "build": 1,
4
- "runtimeSdkVersion": "0.16.11",
4
+ "runtimeSdkVersion": "0.16.12",
5
5
  "runtimeSdkBuild": 1,
6
6
  "clients": {
7
7
  "all": {
@@ -4149,7 +4149,7 @@ async function writeManagedWorkerWrapper(input) {
4149
4149
  set -eu
4150
4150
 
4151
4151
  export PLAYDROP_WORKER_HOME=${shellQuote(workerHomeDir)}
4152
- export PATH="${node_path_1.default.join(workerHomeDir, "bin")}:${node_path_1.default.join(node_os_1.default.homedir(), ".local", "bin")}:/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin"
4152
+ export PATH="${node_path_1.default.join(workerHomeDir, "bin")}:${node_path_1.default.join(node_os_1.default.homedir(), ".local", "bin")}:${node_path_1.default.join(node_os_1.default.homedir(), ".grok", "bin")}:/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin"
4153
4153
  export PLAYDROP_WORKER_WRAPPER_CONTRACT_VERSION="${WORKER_WRAPPER_CONTRACT_VERSION}"
4154
4154
  POLICY_FILE="${policyFile}"
4155
4155
  FAILURE_FILE="${failureFile}"
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "0.16.11",
2
+ "version": "0.16.12",
3
3
  "build": 1,
4
- "runtimeSdkVersion": "0.16.11",
4
+ "runtimeSdkVersion": "0.16.12",
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.16.11",
3
+ "version": "0.16.12",
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": {