proscenium 0.22.0.beta4-x86_64-darwin → 0.22.0-x86_64-darwin

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: 2f3ef4d46e1d6c291e9bd34781f0ec367e698f7b84adc45f56ff395ee0a7a48d
4
- data.tar.gz: 35ed55e564ba803efefe58bef4c3dcd050ea105bd399fda7ae73fba4ce056edf
3
+ metadata.gz: '0987edf683eb10780e1f173d0dc7bcdaaeda950111773b92c6bf1f46942f8356'
4
+ data.tar.gz: 7730483d07914cf2fcb3ae1b71197a40171c088106a8e70640673010372c6019
5
5
  SHA512:
6
- metadata.gz: 64facb09186047f861d5ca70e763b438b6a27885089b90808a542d92bb2632e47065184f16eb495280798d1014cb1dbd4035233322fa37ff3101c363f017299a
7
- data.tar.gz: 8a2a1309dcfb65865d721a03fead818966faffa5e8f09556d003b5706dd6200335b2fdaf885d27a8ee50f92d54b865bbc895e5a94507f200985498344ac8a6d6
6
+ metadata.gz: e752b6f2027f6ebb9146bd2763cf7c54dc84763fc01d224f464bbabd332611163f644211932d853df527646be4d654de84715e6992708ccbfe20e9ebc006ecba
7
+ data.tar.gz: 7a5a414c31365f3ccb4b6c50c94871b9a316a6ce9ce7bf8cf3ffd2401b98f0ce68cb20ede582b26e776447d65f167a6f12f4ca9fc52a2c750b21747f3877c8df
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-darwin
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