@rip-lang/server 0.7.1 → 0.7.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/server.html +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rip-lang/server",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Pure Rip application server — multi-worker, hot reload, HTTPS, mDNS",
5
5
  "type": "module",
6
6
  "main": "server.rip",
package/server.html CHANGED
@@ -69,7 +69,6 @@
69
69
  </div>
70
70
  </div>
71
71
  </a>
72
- </div>
73
72
 
74
73
  <!-- Status Card -->
75
74
  <div class="bg-white/70 backdrop-blur-sm rounded-xl shadow-lg p-6 border border-white/20">
@@ -135,7 +134,7 @@
135
134
  :class="connected ? 'countdown-arc' : 'countdown-arc countdown-arc-paused'"
136
135
  />
137
136
  </svg>
138
- <style>
137
+ <style>
139
138
  .countdown-arc {
140
139
  animation: countdown-progress 10s linear infinite;
141
140
  }
@@ -163,6 +162,7 @@
163
162
  </div>
164
163
  </div>
165
164
  </div>
165
+ </div>
166
166
 
167
167
  <!-- Apps and Hosts Section -->
168
168
  <div class="grid grid-cols-1 lg:grid-cols-2 gap-8 mb-8">