proscenium 0.22.0.beta4-x86_64-linux → 0.22.1-x86_64-linux

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42f57b392c8afe264ebdcb6cf8f66068344e648352f75532de3e503d3fe06bf3
4
- data.tar.gz: a9745b88f77f3c14f103ebd80fd383ace1a1e1080f6d9e46148c0275f34e6c9a
3
+ metadata.gz: 89a3b3c57c117f57579a301ba8e137e9d3c1bc328dbde17744dbf83a0044698e
4
+ data.tar.gz: 04be1d48ae1a314fdd7bff6e24f418d2bcab73608544df7ad407a6826e5a9f5f
5
5
  SHA512:
6
- metadata.gz: 5fcd6620be863a94b3e07d4938c4f560df9f849aca3f038d777c1378cc31a85306bf340d2246ab6b9d12f7db91dc5f6ad0e9d90f2d35c98d7db1c2a5ff3e03a1
7
- data.tar.gz: 96899651ed482e73294668e67df0131a1a2bf63806f555011602532bb86cb81b42b55d0a87cd82c969406dbd577aee5dcd26063b468960e833442058b2ad77df
6
+ metadata.gz: 765ac1842f9ecfc6552b49912538512f3639d410e961325020db5cb7bcf92487e7e224a59457c321c683b727492afa69539d93d136522999965bf8f6567e7397
7
+ data.tar.gz: 46c6b9d0d018b2f3e8e4891adc3251902b75b996d9ba3b099a37d09931be4a74e463a35b28874e6b9ffdfcc8501d71ed3bcad2a44fc6a743d4fdcea3edb589c6
Binary file
@@ -16,6 +16,7 @@ module Proscenium
16
16
  Proscenium.config.output_path.to_s,
17
17
  headers: {
18
18
  'X-Proscenium-Middleware' => 'chunks',
19
+ 'SourceMap' => "#{request.path}.map",
19
20
  'Cache-Control' => "public, max-age=#{100.years}, immutable",
20
21
  'ETag' => request.path.match(/-\$([a-z0-9]+)\$/i)[1]
21
22
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proscenium
4
- VERSION = '0.22.0.beta4'
4
+ VERSION = '0.22.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proscenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0.beta4
4
+ version: 0.22.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Joel Moss
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-03 00:00:00.000000000 Z
11
+ date: 2025-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi