Skip to content

Commit

Permalink
bump deps and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leonitousconforti committed May 3, 2024
1 parent 71d5381 commit 13d28f3
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 123 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.0.4] - 2024-05-02

Bump deps

## [0.0.3] - 2024-05-02

Fixed peer deps for those with strict peer deps enabled
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "the-wireguard-effect",
"version": "0.0.3",
"version": "0.0.4",
"description": "Cross platform wireguard api client for nodejs built on wireguard-go with effect-ts",
"keywords": [
"wireguard",
Expand Down Expand Up @@ -53,18 +53,18 @@
"@babel/plugin-transform-export-namespace-from": "7.24.1",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@effect/build-utils": "0.7.6",
"@effect/cli": "0.36.16",
"@effect/cli": "0.36.17",
"@effect/docgen": "0.4.3",
"@effect/eslint-plugin": "0.1.2",
"@effect/experimental": "0.15.16",
"@effect/experimental": "0.15.17",
"@effect/language-service": "0.1.0",
"@effect/platform": "0.52.1",
"@effect/platform-node": "0.48.2",
"@effect/printer": "0.33.10",
"@effect/printer-ansi": "0.33.10",
"@effect/schema": "0.66.13",
"@effect/typeclass": "0.24.10",
"@effect/vitest": "0.4.0",
"@effect/platform": "0.52.2",
"@effect/platform-node": "0.48.3",
"@effect/printer": "0.33.11",
"@effect/printer-ansi": "0.33.11",
"@effect/schema": "0.66.14",
"@effect/typeclass": "0.24.11",
"@effect/vitest": "0.4.1",
"@rollup/wasm-node": "4.17.2",
"@types/ini": "4.1.0",
"@types/node": "20.12.8",
Expand All @@ -73,7 +73,7 @@
"@typescript-eslint/utils": "7.8.0",
"@vitest/coverage-v8": "1.5.3",
"babel-plugin-annotate-pure-calls": "0.4.0",
"effect": "3.1.1",
"effect": "3.1.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -89,16 +89,16 @@
"rimraf": "5.0.5",
"tsx": "4.8.2",
"typescript": "5.4.5",
"vite": "5.2.10",
"vite": "5.2.11",
"vitest": "1.5.3",
"ws": "8.17.0"
},
"peerDependencies": {
"@effect/experimental": "0.15.16",
"@effect/platform": "0.52.1",
"@effect/platform-node": "0.48.2",
"@effect/schema": "0.66.13",
"effect": "3.1.1"
"@effect/experimental": "0.15.17",
"@effect/platform": "0.52.2",
"@effect/platform-node": "0.48.3",
"@effect/schema": "0.66.14",
"effect": "3.1.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit 13d28f3

Please sign in to comment.