We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1985c25 commit 107e942Copy full SHA for 107e942
2 files changed
.github/workflows/Auto.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- run: |
60
git config user.name "Auto"
61
- git config user.email "auto@playform.cloud"
+ git config user.email "Commit@PlayForm.Cloud"
62
git add .
63
git commit -a --allow-empty-message -m ""
64
package.json
@@ -19,9 +19,9 @@
19
"itty-router": "6.0.0"
20
},
21
"devDependencies": {
22
- "@cloudflare/workers-types": "4.20250403.0",
23
- "@playform/build": "0.2.1",
24
- "wrangler": "4.7.0"
+ "@cloudflare/workers-types": "4.20250404.0",
+ "@playform/build": "0.2.2",
+ "wrangler": "4.7.1"
25
26
"publishConfig": {
27
"access": "public",
0 commit comments