proscenium 0.22.0.beta4-aarch64-linux → 0.22.1-aarch64-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: f27eb1b87d1971bad4060795f17e7e6a4a220d1041a2d22d17e1d6dc720b00e0
4
- data.tar.gz: 0605326cb04537ce8624da8043b90e6292ccf17aac29bf2cb5f51a86645a7fa5
3
+ metadata.gz: 997c56ce828fab6aac189965bd10b4ffa51da5260f5060732d6898a7531ddaeb
4
+ data.tar.gz: 32c4b7f22f812b790aa8d62700d2c9ddda2d856333c0747bfcb174b925f374fb
5
5
  SHA512:
6
- metadata.gz: 6ff4f4187172ccb152e1326b38bd0e94c8a3323de4a30eecdfb3e8385d0091468eb982d340a633f145cc76f5450cbb517788a432d83a6515fdc3502454801a83
7
- data.tar.gz: 0a46384b25bee498ea8d569c9c64494f6415feaa007c6a8af748d068e6ebe9e20e0c8b661b3710ae6335014c38f51bdf86ee45e8192f8827d7365b5b2f99d7d5
6
+ metadata.gz: 8827a75a45194763516cf436e105fd136f657ddbfd2c7f743d8824dfa128be7ca8a97ba4c1df2db15ce49d67b24967be981668a55ca32e0b8dce5e3105e96412
7
+ data.tar.gz: a8fb47c6524c34022beef5d46345a8698ddc8d6e3ae434cdbc6f2d75f5b35bf0bb47e5f7346b1e585ede29ed38719a155ed0539625f7a8a314c2db8ccdff5635
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: aarch64-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