-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ubuntu network proxy auto config (#23)
* fix: network proxy auto config * chore: run linter * chore: bump version
- Loading branch information
1 parent
7c39884
commit 21fe7f0
Showing
11 changed files
with
51 additions
and
25 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
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": "@dfinity/http-proxy", | ||
"version": "0.0.5-alpha", | ||
"version": "0.0.6-alpha", | ||
"description": "HTTP Proxy to enable trustless access to the Internet Computer.", | ||
"author": "Kepler Vital <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -102,7 +102,7 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"@dfinity/[email protected].5-alpha, @dfinity/http-proxy-core@workspace:packages/core": | ||
"@dfinity/[email protected].6-alpha, @dfinity/http-proxy-core@workspace:packages/core": | ||
version: 0.0.0-use.local | ||
resolution: "@dfinity/http-proxy-core@workspace:packages/core" | ||
dependencies: | ||
|
@@ -127,11 +127,11 @@ __metadata: | |
languageName: unknown | ||
linkType: soft | ||
|
||
"@dfinity/[email protected].5-alpha, @dfinity/http-proxy-daemon@workspace:packages/daemon": | ||
"@dfinity/[email protected].6-alpha, @dfinity/http-proxy-daemon@workspace:packages/daemon": | ||
version: 0.0.0-use.local | ||
resolution: "@dfinity/http-proxy-daemon@workspace:packages/daemon" | ||
dependencies: | ||
"@dfinity/http-proxy-core": 0.0.5-alpha | ||
"@dfinity/http-proxy-core": 0.0.6-alpha | ||
"@types/node": ^18.14.0 | ||
"@types/node-forge": ^1.3.1 | ||
"@types/pako": ^2.0.0 | ||
|
@@ -155,14 +155,14 @@ __metadata: | |
languageName: unknown | ||
linkType: soft | ||
|
||
"@dfinity/[email protected].5-alpha, @dfinity/http-proxy-server@workspace:packages/server": | ||
"@dfinity/[email protected].6-alpha, @dfinity/http-proxy-server@workspace:packages/server": | ||
version: 0.0.0-use.local | ||
resolution: "@dfinity/http-proxy-server@workspace:packages/server" | ||
dependencies: | ||
"@dfinity/agent": ^0.19.0 | ||
"@dfinity/candid": ^0.19.0 | ||
"@dfinity/http-proxy-core": 0.0.5-alpha | ||
"@dfinity/http-proxy-daemon": 0.0.5-alpha | ||
"@dfinity/http-proxy-core": 0.0.6-alpha | ||
"@dfinity/http-proxy-daemon": 0.0.6-alpha | ||
"@dfinity/principal": ^0.19.0 | ||
"@dfinity/response-verification": ^1.0.2 | ||
"@types/isomorphic-fetch": ^0.0.36 | ||
|
@@ -191,8 +191,8 @@ __metadata: | |
version: 0.0.0-use.local | ||
resolution: "@dfinity/http-proxy-ui@workspace:packages/ui" | ||
dependencies: | ||
"@dfinity/http-proxy-core": 0.0.5-alpha | ||
"@dfinity/http-proxy-server": 0.0.5-alpha | ||
"@dfinity/http-proxy-core": 0.0.6-alpha | ||
"@dfinity/http-proxy-server": 0.0.6-alpha | ||
"@types/node": ^18.14.0 | ||
"@typescript-eslint/eslint-plugin": ^5.54.1 | ||
"@typescript-eslint/parser": ^5.54.1 | ||
|