proscenium 0.22.0.beta4-x86_64-linux → 0.22.0-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: c33c05c0de1106df6858f95ae7f1fadf8ce6242541ead3fb6ffc501eb1e5864f
4
+ data.tar.gz: 7265702a1eb58e5145c19479e4aa84a4c2f74375b0bc02a23d12996fb79c8012
5
5
  SHA512:
6
- metadata.gz: 5fcd6620be863a94b3e07d4938c4f560df9f849aca3f038d777c1378cc31a85306bf340d2246ab6b9d12f7db91dc5f6ad0e9d90f2d35c98d7db1c2a5ff3e03a1
7
- data.tar.gz: 96899651ed482e73294668e67df0131a1a2bf63806f555011602532bb86cb81b42b55d0a87cd82c969406dbd577aee5dcd26063b468960e833442058b2ad77df
6
+ metadata.gz: dd4126f69298ec226663e3cf263902d4d4c7b59af06fa0b1472e4a002349b38003f808ece0dc7d7f485afacaba9c985c3c9ed1f7b12ac81786578401a347b6ec
7
+ data.tar.gz: 6c95375f1934dce7ffc98b570fcfdcebe16882845f4fee0cf68e0a2b5952a2c5045fee84cdcf7208a5518c501782b9b54d1e9d5e1069b2bc9798304b60b435f0
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.0'
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.0
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