proscenium 0.5.0-x86_64-darwin → 0.5.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: 1f905fa040049f8ad4f5863b705c9f99f74cda1e38c3cbb9325e7bada262e36d
4
- data.tar.gz: 73ef3f88ab3a1c6510275be8df6c0ca982d483685deff51764c9ae4ae057acef
3
+ metadata.gz: 1757ba839494187ad2631eb1a4eb44e0c6a6fc32f83ddd982d847cee00d27a21
4
+ data.tar.gz: 2392bc62ce31d8cd9edfe6f4693cecf8873dd58edc0989ea59e64947e3893a91
5
5
  SHA512:
6
- metadata.gz: da5cb634c091dba3d8a86e571dae54a1683b45620076ebbe74ac1f2990e1a5b934310704cd16cc364f4fc3b3edd6900561f5a11d20b0065379546af349a6ec17
7
- data.tar.gz: 2468099ba8d90572e876a54e7f1a66c1b1cf77c243edcbd57a9b89a25e71f06c501c9c61133b6249082efc12675a5a24fe6d43750c2ab12422bc688a6b73b2b2
6
+ metadata.gz: 55fe0c8adc0c4bd167791ee31540d7fd5c8cc6f8ff7755c31702369c409bd57da651c2f2b4af1c831447e1cf892aeed5ac70976e7a6841449a27ef326767d2ee
7
+ data.tar.gz: cb7dc641a04dba9648af26a0e183bed11d6428a28d815cb0f5243cc298e843b822b532c45de8ff91d9ee7f33849365b4e6106fdf7ac1b4fc590593374e67718b
data/bin/esbuild CHANGED
Binary file
@@ -1,12 +1,12 @@
1
1
  import { expandGlob } from 'std/fs/mod.ts'
2
- import postcss, { CssSyntaxError } from 'postcss'
2
+ import postcss from 'postcss'
3
3
 
4
4
  export default async (root, path) => {
5
5
  let tmpFile
6
6
  let contents
7
7
 
8
8
  const mixinFiles = []
9
- for await (const file of expandGlob(`lib/**/*.mixin.css`, { root })) {
9
+ for await (const file of expandGlob('lib/**/*.mixin.css', { root, globstar: true })) {
10
10
  mixinFiles.push(file.path)
11
11
  }
12
12
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proscenium
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.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.5.0
4
+ version: 0.5.1
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Joel Moss