Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cjs globby v13 esm #140

Closed

Commits on Mar 21, 2022

  1. Update index.js

    Updated to globby 13.1.1 returns now Promise<string[]> not string[] so this upgrade is not even possible. without new Major version 
    
    ## conclusion 
    defer globby upgrade from 11 => 13 till ESM only version of del
    frank-dspeed committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c3a16cb View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Updated globby but that changes the output of the sync function so i bumped the minor version
    frank-dspeed committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6e33000 View commit details
    Browse the repository at this point in the history
  3. Update index.d.ts

    Updated the typedef to reflect the minor api change
    frank-dspeed committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    35a661e View commit details
    Browse the repository at this point in the history