@gv-sh/specgen-app 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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SpecGen App - Complete Platform
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.13.2-blue.svg)](https://github.com/gv-sh/specgen-app)
3
+ [![Version](https://img.shields.io/badge/version-0.13.3-blue.svg)](https://github.com/gv-sh/specgen-app)
4
4
 
5
5
  A unified deployment package for the SpecGen speculative fiction generator platform. **Optimized for port 80 deployment with low memory usage.**
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gv-sh/specgen-app",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "description": "Complete SpecGen application with server, admin, and user interfaces",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -36,7 +36,7 @@ run_on_ec2 "
36
36
  echo "📥 Updating repository..."
37
37
  run_on_ec2 "
38
38
  if [ -d '$APP_DIR' ]; then
39
- cd '$APP_DIR' && git pull origin main
39
+ cd '$APP_DIR' && git stash && git pull origin main
40
40
  else
41
41
  git clone '$REPO_URL' '$APP_DIR'
42
42
  fi