-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83abeaa
commit 3c62ce4
Showing
2 changed files
with
91 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "the-wireguard-effect", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Cross platform wireguard api client for nodejs built on wireguard-go with effect-ts", | ||
"keywords": [ | ||
"wireguard", | ||
|
@@ -54,21 +54,21 @@ | |
"@babel/plugin-transform-export-namespace-from": "7.24.7", | ||
"@babel/plugin-transform-modules-commonjs": "7.24.7", | ||
"@effect/build-utils": "0.7.7", | ||
"@effect/cli": "0.36.55", | ||
"@effect/cli": "0.36.57", | ||
"@effect/docgen": "0.4.3", | ||
"@effect/eslint-plugin": "0.1.2", | ||
"@effect/experimental": "0.17.1", | ||
"@effect/experimental": "0.17.3", | ||
"@effect/language-service": "0.1.0", | ||
"@effect/platform": "0.58.2", | ||
"@effect/platform-node": "0.53.1", | ||
"@effect/platform": "0.58.4", | ||
"@effect/platform-node": "0.53.3", | ||
"@effect/printer": "0.33.32", | ||
"@effect/printer-ansi": "0.33.32", | ||
"@effect/schema": "0.68.5", | ||
"@effect/schema": "0.68.6", | ||
"@effect/typeclass": "0.24.32", | ||
"@effect/vitest": "0.5.16", | ||
"@rollup/wasm-node": "4.18.0", | ||
"@types/ini": "4.1.1", | ||
"@types/node": "20.14.7", | ||
"@types/node": "20.14.8", | ||
"@typescript-eslint/eslint-plugin": "7.13.1", | ||
"@typescript-eslint/parser": "7.13.1", | ||
"@typescript-eslint/utils": "7.13.1", | ||
|
@@ -96,10 +96,10 @@ | |
"ws": "8.17.1" | ||
}, | ||
"peerDependencies": { | ||
"@effect/experimental": "0.17.1", | ||
"@effect/platform": "0.58.2", | ||
"@effect/platform-node": "0.53.1", | ||
"@effect/schema": "0.68.5", | ||
"@effect/experimental": "0.17.3", | ||
"@effect/platform": "0.58.4", | ||
"@effect/platform-node": "0.53.3", | ||
"@effect/schema": "0.68.6", | ||
"effect": "3.4.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
Oops, something went wrong.