proscenium 0.22.0.beta4-arm64-darwin → 0.22.1-arm64-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: 31c2b9b5e2e0f22192302caea2e404ea4bc6ac6044d6edd4b59751716b8ac84e
4
- data.tar.gz: 92494e43b1470603e10046f2901f3abe3d7dc4aaaebe60d6194d5faf3695e627
3
+ metadata.gz: d4e65c529a247233627f1e1de121c82b2fe05d6e6184903b3e71237ab693b5f2
4
+ data.tar.gz: 6b964c4ee93683f102fc632e4a8da8f464c652f23f6eb89d17362da31ee36f9e
5
5
  SHA512:
6
- metadata.gz: 1643d7f4d7563a1d7aeceab68e597b71dc6b0ee2d922621849d52f6e35c88c9b610fca42c5f3af30352b2e45238a3a440f04c42f8603115b5b098ad8f2b1a502
7
- data.tar.gz: 66306450d1de78849fada32948ad4036664b1114083039202090b7521a764030d61ec8f679625b183b79e45e8f28899485495b54308cf0f2631da91f64a893f7
6
+ metadata.gz: 525f83beb2d211cf3b721e36499ca15b45ab5d63ab8ed60928c38c0a74530ca99b751b6c7f98a7b317ba1ba4304c0c4fc3034184986b81c5c9ecda74b3b9066a
7
+ data.tar.gz: f867b73b606be703d1b25fd710fc923edaca8ca660f696b323e82fe5ce03abc1a804512b6a734c54017e47277c3018e742b6fee39a2d87f66eb57a83b2cd1bce
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: arm64-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