proscenium 0.20.1-aarch64-linux → 0.21.0-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: 28ed5747f1236ed671362608d6b583222e16caa7470ea346b36022b5d5a39bb1
4
- data.tar.gz: 46da7b18e904838d58c1b254fe682a241edc063ab42a03b104217f74fff43f29
3
+ metadata.gz: 4b377c1a00f742c84d4edaad946848ac15079f7b9f3874c464165189d5d6f38c
4
+ data.tar.gz: ff4c9eeef356e9019043f0d6837ea1e4ef7673d98956b74c4c69fe34d8edae74
5
5
  SHA512:
6
- metadata.gz: 505967944874552217043231ae8995bd4fbff5268c3586ebc0b7b9cf61c2cd186e5bf9d467ed4b654e0e4eb2e0b4a44e61e85827dbbdc8064efbd5e26536ae21
7
- data.tar.gz: af7dc7cff7cae2cd668c65399cd779f1d7c5e141749cd8ab66d0aff2e06212da36e5a7a3a4a8c5611d5e68c566f62f0c578e498b81c0ec84943789116de980ba
6
+ metadata.gz: 76fd624283900360db792abf54370ebd7a22029b2561cbc61647b93d01afad5d95fa4070f909362c2ba7035ec1d70635cddc0216d4c282fd606d1647427746cd
7
+ data.tar.gz: 669de1391e9d80231d17e0ab404f258868ee631e03e7874b561c3fad2209d7967249ad84eb895a468c53088b07ce78d176582bc1ceefa924000649eead62edcd
@@ -80,6 +80,7 @@ module Proscenium
80
80
  CodeSplitting: Proscenium.config.code_splitting,
81
81
  RubyGems: Proscenium::BundledGems.paths,
82
82
  Bundle: Proscenium.config.bundle,
83
+ Aliases: Proscenium.config.aliases,
83
84
  QueryString: cache_query_string,
84
85
  Debug: Proscenium.config.debug
85
86
  }.to_json)
Binary file
@@ -18,6 +18,8 @@ module Proscenium
18
18
  config.proscenium.cache_query_string = Rails.env.production? && ENV.fetch('REVISION', nil)
19
19
  config.proscenium.cache_max_age = 2_592_000 # 30 days
20
20
 
21
+ config.proscenium.aliases = {}
22
+
21
23
  # List of environment variable names that should be passed to the builder, which will then be
22
24
  # passed to esbuild's `Define` option. Being explicit about which environment variables are
23
25
  # defined means a faster build, as esbuild will have less to do.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proscenium
4
- VERSION = '0.20.1'
4
+ VERSION = '0.21.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.20.1
4
+ version: 0.21.0
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-10-07 00:00:00.000000000 Z
11
+ date: 2025-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi