proscenium 0.4.0-x86_64-linux → 0.4.1-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: 58f737e5fa0b80684f7a5ddedf5cc9289dc7be0f434b19a0e896a3edd841bf08
4
- data.tar.gz: 31953469f20839292f307548bb9e74deb77330cc36c14fd525a1abbaf49f25ad
3
+ metadata.gz: 157126f9c1cca9d367a65d0a81bc3c75d0731fe69accc3f617039892a25e7673
4
+ data.tar.gz: 37a2b9d9d8175e7e6d0cd685098645d1a0a478f4d1b23d32eee03ce83e6bc0e5
5
5
  SHA512:
6
- metadata.gz: f1ae53eb9ebfa8b03f16b35b2b202097e4fa5630ccbc1f2224265b67b5a3c1b452105f2fc5c2220e7644fefb23283f0d616f67a77c617a2adf36a74ba0bd546c
7
- data.tar.gz: 6bfa5721620e454ab12f0c4f41ad431f2b8d71dc7b3573ca462e1c7c7cc91e7694f3eb758299065da79859fa028d2948f927f8501d635407de79e348432584ab
6
+ metadata.gz: 9f92e30f9d35d57b698994119b4251e11f0443d94b76d45bda759c84ffbd5a4d79d837853542b22968c3c1f1af899018b5bc9c0f2a0f03a4d5858f048103b402
7
+ data.tar.gz: 8d7b6e3fbfaf405c2ca8984cc5981d7f0b01f48d082a6e214df35347a894da105db6f87fda277e25f107dd44214f0ca6d9b400b0b8d636d528119f9e68a158e0
data/bin/esbuild CHANGED
Binary file
@@ -21,7 +21,7 @@ export default setup('env', () => {
21
21
  if (path.includes(':')) {
22
22
  return {
23
23
  loader: 'js',
24
- contents: `export default ${Deno.env.get(path.split(':')[1])}`
24
+ contents: `export default '${Deno.env.get(path.split(':')[1])}'`
25
25
  }
26
26
  }
27
27
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proscenium
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proscenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Joel Moss