proscenium 0.1.0.alpha4-x86_64-darwin → 0.1.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: f7479881d2ace4e2930975f02eee4c5085f2355e06d35d689ca419ec0a4eb6a0
4
- data.tar.gz: 216ac3339281bc6c7b526ba25d6f228fe01b855d14071a8b74eddf8d8ae94354
3
+ metadata.gz: 82bdc1e3df5b94c577cdd159809c14e40f1222ea4ac95cf5a71edda446e7b7c1
4
+ data.tar.gz: e93f0dfbdefbfab76434394ccea87ece4fdda8d24c9d0e130e2260268607a1fb
5
5
  SHA512:
6
- metadata.gz: 28c0ea45615d6eaa21bb5d761df7eab863f4b7ce81ea747514b521ebf23bb2ad1baa9a8a3172a423a21da0b11d58f0a0104c2ddb18660d765ac9b8827c36c319
7
- data.tar.gz: 1289a1eeeabf08d25f7183fd5d300fe0ac60162784c25ba719039cd3bbe91739541f64d3690d98c75a288bfc660339d601b56ee60aa1bfa21ac149557538b878
6
+ metadata.gz: 5eda3a1219261bfa360f2934c1a16bf1c2b2829702fe8bc60cdecb27bf409b1d111400b646a9b45a71ec024a11a55facf1db4a8eef4bfa3cbb4d052a7972e6bb
7
+ data.tar.gz: 8f12932f6f6ca57437f273e7c95d765175ffcac0d8dd569b9570f0d7ca642ba8915f3f3264835eea5c1d0fc8176bc669a8bc9f1ae0bde466dc35220320a6d008
data/bin/esbuild CHANGED
Binary file
@@ -123,7 +123,7 @@ async function main(paths = [], options = {}) {
123
123
  }
124
124
 
125
125
  if (!debug) {
126
- params.sourcemap = isTest ? false : isProd ? 'linked' : 'inline'
126
+ params.sourcemap = isProd || isTest ? false : 'inline'
127
127
  }
128
128
 
129
129
  let result
@@ -142,7 +142,8 @@ async function main(paths = [], options = {}) {
142
142
  if (write) {
143
143
  return new TextEncoder().encode(JSON.stringify(result))
144
144
  } else {
145
- return result.outputFiles[0].contents
145
+ const fileIndex = params.sourcemap === 'linked' ? 1 : 0
146
+ return result.outputFiles[fileIndex].contents
146
147
  }
147
148
  }
148
149
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proscenium
4
- VERSION = '0.1.0.alpha4'
4
+ VERSION = '0.1.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.1.0.alpha4
4
+ version: 0.1.1
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Joel Moss
@@ -200,9 +200,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
200
200
  version: 2.7.0
201
201
  required_rubygems_version: !ruby/object:Gem::Requirement
202
202
  requirements:
203
- - - ">"
203
+ - - ">="
204
204
  - !ruby/object:Gem::Version
205
- version: 1.3.1
205
+ version: '0'
206
206
  requirements: []
207
207
  rubygems_version: 3.3.7
208
208
  signing_key: