@playdrop/playdrop-cli 0.14.3 → 0.14.5

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.14.3",
2
+ "version": "0.14.5",
3
3
  "build": 1,
4
- "runtimeSdkVersion": "0.14.3",
4
+ "runtimeSdkVersion": "0.14.5",
5
5
  "runtimeSdkBuild": 1,
6
6
  "clients": {
7
7
  "all": {
@@ -764,6 +764,7 @@ const CLAUDE_BUILD_PERMISSION_RULES = [
764
764
  'Glob',
765
765
  'Grep',
766
766
  'Bash(playdrop *)',
767
+ 'Bash(codex *)',
767
768
  'Bash(./bin/playdrop *)',
768
769
  'Bash(../bin/playdrop *)',
769
770
  'Bash(bin/playdrop *)',
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "0.14.3",
2
+ "version": "0.14.5",
3
3
  "build": 1,
4
- "runtimeSdkVersion": "0.14.3",
4
+ "runtimeSdkVersion": "0.14.5",
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.14.3",
3
+ "version": "0.14.5",
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": {