proscenium 0.5.0-x86_64-linux → 0.5.1-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c8a9ad032805dfed6ba21f4523f94599334ba7adfec880d3e1dab1c3ba74836
4
- data.tar.gz: 2d8b98a5d503f8104c00c26dd90d775f9ea804cbf969d2d3182aea50d1805d60
3
+ metadata.gz: 2d06ddef210f5a1f6112c35376dda8d72f7f8c250b8e297cc8ab447867aea9d2
4
+ data.tar.gz: 94602d84cdb817c172e77edd5e39000c46198e39f0bc9e203396704c9e5352c6
5
5
  SHA512:
6
- metadata.gz: a529ec0ebcc1b3306a15a2ed889dd8ce174892e3267c5040fed3b24701cf201809979bd7b49f90803624a418e7b37a376bcbeaa66c45390f9d3c126c37730757
7
- data.tar.gz: d14bedffc25862f0a8ce20a476b1fbdfb524d19cd916031b002153af2962294eaae1a6ed00616119242d217f0ea70fad1db891d98b78e03244945259e7d619e8
6
+ metadata.gz: 12a2201f4c0d57b135f3b9184337daae8cc0dc4e160250e649a3263c62b6d5d1b4d8206cb27e5e8246eae0863dffacc30a80b6b292af3c3778749f1c3229a46f
7
+ data.tar.gz: 3acb7238d1dbbe95a5bd392ee54e891b7b86be0456f0d246baa0a9941b5f7855cb6c41705cd3d8376e6ad0131ff1a28ee4f27c9cecee570fd230b44b9d60bf4d
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-linux
6
6
  authors:
7
7
  - Joel Moss