@rip-lang/server 1.3.7 → 1.3.8

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/api.rip +1 -1
  2. package/package.json +1 -1
package/api.rip CHANGED
@@ -184,7 +184,7 @@ createContext = (req, params = {}) ->
184
184
  else n
185
185
  else parseInt(duration) or 0
186
186
  else 0
187
- out.set 'Cache-Control', "public, max-age=#{seconds}"
187
+ out.set 'Cache-Control', "public, max-age=#{seconds}, immutable"
188
188
  return
189
189
 
190
190
  session: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rip-lang/server",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Pure Rip web framework and application server",
5
5
  "type": "module",
6
6
  "main": "api.rip",