proscenium 0.1.0.alpha4-x86_64-linux → 0.1.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: 20618c6ca12b3a4cc686da231f64a86a413768f5898a0a7b256dc0950108460e
4
- data.tar.gz: 628152d21501c20f926a1996502330f2ff234c9cd61d0a2e8c185d4ebea25868
3
+ metadata.gz: 8cb09bd3aacc4ffeec61de7c9aed8795432a096ddec4490f44036c2492d04b7b
4
+ data.tar.gz: 7a173194f536f01294d18f756da7134e736e892135394325b09ee51765ec29cd
5
5
  SHA512:
6
- metadata.gz: 46ec6c6dc8597d2ab301267709241d2f2df9f9cc48b0266ac4bf33cd6691d1439116561c854ac4251f9757daee33a183f18d8401ece0b008ce90b420530fde5d
7
- data.tar.gz: 8c7b601a0b99b22f7f569ccc41da348e203983f71a6e873f9a38a2788796b018a30ad188cd12c4a728c97008f64e2c00207323772e2e4ea1a6a27bb3d8952c3b
6
+ metadata.gz: fe234a1042f3c813a57c3a1f0edadf11f1d702fd2825cf706a91c06b3e50147864532ddc6e1085cca61f1f4400958104bbb63041cd5a24c400b6800eb9103985
7
+ data.tar.gz: 42664f98b4e0c74c6ddeab211e73d1c071fad71d335a0664df35cb5b3ef72d25c63a86fbee294725bfb460a21b0c2b2bb733d1afed77bb705699ce5eda9f8bd8
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-linux
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: