thepopebot 1.2.74-beta.0 → 1.2.74-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thepopebot",
3
- "version": "1.2.74-beta.0",
3
+ "version": "1.2.74-beta.2",
4
4
  "type": "module",
5
5
  "description": "Create autonomous AI agents with a two-layer architecture: Next.js Event Handler + Docker Agent.",
6
6
  "bin": {
@@ -53,12 +53,6 @@ jobs:
53
53
  git push origin main
54
54
  fi
55
55
 
56
- # Update THEPOPEBOT_VERSION in .env so docker compose pulls the right image
57
- if grep -q "^THEPOPEBOT_VERSION=" /app/.env; then
58
- sed -i "s/^THEPOPEBOT_VERSION=.*/THEPOPEBOT_VERSION=$NEW_TPB/" /app/.env
59
- else
60
- echo "THEPOPEBOT_VERSION=$NEW_TPB" >> /app/.env
61
- fi
62
56
  echo "VERSION_CHANGED" > /app/.rebuild-status
63
57
  else
64
58
  npm install --omit=dev