Skip to content

Commit 079ff4f

Browse files
committed
Bump npm to ~> 0.4.2, release v0.6.1
1 parent aa055d7 commit 079ff4f

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.6.1
4+
5+
### Changed
6+
7+
- Bump `npm` dependency to `~> 0.4.2`
8+
39
## 0.6.0
410

511
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ leaving the BEAM.
1111

1212
```elixir
1313
def deps do
14-
[{:quickbeam, "~> 0.6.0"}]
14+
[{:quickbeam, "~> 0.6.1"}]
1515
end
1616
```
1717

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule QuickBEAM.MixProject do
22
use Mix.Project
33

4-
@version "0.6.0"
4+
@version "0.6.1"
55

66
@source_url "https://github.com/elixir-volt/quickbeam"
77

@@ -54,7 +54,7 @@ defmodule QuickBEAM.MixProject do
5454
{:ex_dna, "~> 1.1", only: [:dev, :test], runtime: false},
5555
{:ex_slop, "~> 0.2", only: [:dev, :test], runtime: false},
5656
{:oxc, "~> 0.5.0"},
57-
{:npm, "~> 0.3.1"},
57+
{:npm, "~> 0.4.2"},
5858
{:nimble_pool, "~> 1.1"},
5959
{:bandit, "~> 1.0", only: :test},
6060
{:benchee, "~> 1.3", only: :bench, runtime: false},

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"nimble_options": {:hex, :nimble_options, "1.1.1", "e3a492d54d85fc3fd7c5baf411d9d2852922f66e69476317787a7b2bb000a61b", [:mix], [], "hexpm", "821b2470ca9442c4b6984882fe9bb0389371b8ddec4d45a9504f00a66f650b44"},
2525
"nimble_parsec": {:hex, :nimble_parsec, "1.4.2", "8efba0122db06df95bfaa78f791344a89352ba04baedd3849593bfce4d0dc1c6", [:mix], [], "hexpm", "4b21398942dda052b403bbe1da991ccd03a053668d147d53fb8c4e0efe09c973"},
2626
"nimble_pool": {:hex, :nimble_pool, "1.1.0", "bf9c29fbdcba3564a8b800d1eeb5a3c58f36e1e11d7b7fb2e084a643f645f06b", [:mix], [], "hexpm", "af2e4e6b34197db81f7aad230c1118eac993acc0dae6bc83bac0126d4ae0813a"},
27-
"npm": {:hex, :npm, "0.3.1", "655d3994b735bb30804fe8b75dece1039168589fd05fdb488a17e6c0671d1eb0", [:mix], [{:hex_solver, "~> 0.2", [hex: :hex_solver, repo: "hexpm", optional: false]}, {:npm_semver, "~> 0.1.0", [hex: :npm_semver, repo: "hexpm", optional: false]}, {:req, "~> 0.5", [hex: :req, repo: "hexpm", optional: false]}], "hexpm", "b71cb6227ce3b53de118d66e43cc14b37d507aa200d3da956913ea248d3bab12"},
27+
"npm": {:hex, :npm, "0.4.2", "00f5267f813ab76059e3692ea14699a46c0a54d88a497881fd1de0ad8e35b42e", [:mix], [{:hex_solver, "~> 0.2", [hex: :hex_solver, repo: "hexpm", optional: false]}, {:npm_semver, "~> 0.1.0", [hex: :npm_semver, repo: "hexpm", optional: false]}, {:req, "~> 0.5", [hex: :req, repo: "hexpm", optional: false]}], "hexpm", "a64da98dc4244e3f5d84ded72860b2a7ccdf434e47c96bb3cb509617270fdf7e"},
2828
"npm_semver": {:hex, :npm_semver, "0.1.0", "3ab2c2a151d8c87c364209b2ca1a4fd2ab98507ed61afbd1ea12c1826e67200a", [:mix], [{:hex_solver, "~> 0.2", [hex: :hex_solver, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "77afbc4c523c19a572325190bc4c968ec027e1c6ef8538bcddacf835966072fa"},
2929
"oxc": {:hex, :oxc, "0.5.0", "a2170bed81cc71235aca14feacae1407b00960da5e47c01fb53cb5cf4b6f272d", [:mix], [{:rustler, "~> 0.36", [hex: :rustler, repo: "hexpm", optional: true]}, {:rustler_precompiled, "~> 0.8", [hex: :rustler_precompiled, repo: "hexpm", optional: false]}], "hexpm", "e41a92b86b4f208e10c8b7bb044446f2b583ae63c303d3b52606b901a4f13a57"},
3030
"pegasus": {:hex, :pegasus, "0.2.6", "b4af6522326fbb2ffd1bb706e78ec05854fbcb4b03a7fe08f8db2e9de1d0be67", [:mix], [{:nimble_parsec, "~> 1.2", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "0ac159f0ccab7967cf90208327cc8a35788874814c8d78e19d47104d3fc049b9"},

0 commit comments

Comments
 (0)