Skip to content

Commit

Permalink
Bump esm-cjs-lexer to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Jan 17, 2024
1 parent 5f0ffd9 commit 6bbd750
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/esm-cjs-lexer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/esm-cjs-lexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esm-cjs-lexer"
version = "0.9.1"
version = "0.10.0"
description = "A WASM module to parse the `module.exports` of a commonjs module for ESM converting."
repository = "https://github.com/esm-dev/esm.sh"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion server/cjs_lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func initCJSLexerWorkDirectory() (err error) {
}

// install services
cmd := exec.Command("pnpm", "i", "[email protected]", "esm-cjs-lexer@0.9.1")
cmd := exec.Command("pnpm", "i", "[email protected]", "esm-cjs-lexer@0.10.0")
cmd.Dir = wd
var output []byte
output, err = cmd.CombinedOutput()
Expand Down

0 comments on commit 6bbd750

Please sign in to comment.