proscenium 0.4.0-x86_64-darwin → 0.4.1-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: 54ddf55fd6c20a856e61b1f222e8e4f1d8303e4bd88463c9223b8d54622e33c4
4
- data.tar.gz: bd8c252fde1430c7cd42245236bb7614e804757942c3ef648bb6fc2aef7482ef
3
+ metadata.gz: 149e0f0a32453f37ad9e9c3df0987247b10b5e434b6959c3afc037c74aa636b4
4
+ data.tar.gz: 5f5332afbf86dea9484abde571eeaaa41940694d4353f191451e2c6894a9fb1d
5
5
  SHA512:
6
- metadata.gz: 6f75e1940f5043a58e81a42f281ff69907bb9f2f9c445fb657cc2fcc4f1c818189014ad09fe3a4084ea28696f61dfbffff9edc4d0e869cfdd9299b7ae69a3bc4
7
- data.tar.gz: 74ffaf1ab753b60e82e851522664964549c8d41608bfdc81a5466f6ef419419947f1d476a21bdda7e0e65a41bec46c81323dbcd74bde601a4ebc8731c35c2f7c
6
+ metadata.gz: f5bafa1d0544bb792336dac9d2fd66e0066d8839c286509bde1bb954861e0be2c985f95c2f3d1d80653b059512c4fb84a9754657d2562414e4d8f1ae88521022
7
+ data.tar.gz: efad9eba8fee06bf1896a2539175de5ddb21a796db4ef6488d7c25f8c4ba03a05bf064b57f9015332fca1d76de0a25cda9b75942300a14655982ff153a2d4b27
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-darwin
6
6
  authors:
7
7
  - Joel Moss