Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaciras committed Jan 31, 2023
1 parent 164b082 commit 284bbbe
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![npm package](https://img.shields.io/npm/v/pac-maker.svg)](https://npmjs.com/package/pac-maker)
![node-current](https://img.shields.io/node/v/pac-maker)
[![Test](https://github.com/Kaciras/pac-maker/actions/workflows/test.yml/badge.svg)](https://github.com/Kaciras/pac-maker/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/Kaciras/pac-maker/branch/master/graph/badge.svg?token=2GKPQL8WS5)](https://codecov.io/gh/Kaciras/pac-maker)

[Proxy Auto Configuration (PAC)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file)
file generator & maintenance tool.
Expand All @@ -29,8 +30,8 @@ Performance:

| file | Load time (ms) | Memory usage (MB) | FindProxyForURL (μs/op) |
|--------------------------------------------------------|----------------|-------------------|-------------------------|
| blacklist.pac | 7.28 | 0.78 | 0.74 |
| whitelist.pac | 69.48 | 6.09 | 1.35 |
| blacklist.pac | 3.53 | 0.65 | 0.74 |
| whitelist.pac | 35.72 | 6.06 | 1.77 |
| [gfwlist2pac](https://github.com/petronny/gfwlist2pac) | 4.22 | 0.20 | 3355.43 |

## Install
Expand Down
2 changes: 1 addition & 1 deletion __tests__/fixtures/proxy-1.pac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Proxy Auto-Configuration file made by pac-maker v2.2.0
* Proxy Auto-Configuration file made by pac-maker v3.0.0
* https://github.com/Kaciras/pac-maker
*
* Generated at: 2021-06-17T00:00:00.000Z
Expand Down
2 changes: 1 addition & 1 deletion __tests__/fixtures/proxy-2.pac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Proxy Auto-Configuration file made by pac-maker v2.2.0
* Proxy Auto-Configuration file made by pac-maker v3.0.0
* https://github.com/Kaciras/pac-maker
*
* Generated at: 2021-06-17T00:00:00.000Z
Expand Down
4 changes: 2 additions & 2 deletions dist/blacklist.pac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Proxy Auto-Configuration file made by pac-maker v2.2.0
* Proxy Auto-Configuration file made by pac-maker v3.0.0
* https://github.com/Kaciras/pac-maker
*
* Generated at: 2023-01-30T13:55:06.877Z
* Generated at: 2023-01-31T07:20:20.278Z
*
* Learn more about PAC file:
* https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file
Expand Down
4 changes: 2 additions & 2 deletions dist/whitelist.pac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Proxy Auto-Configuration file made by pac-maker v2.2.0
* Proxy Auto-Configuration file made by pac-maker v3.0.0
* https://github.com/Kaciras/pac-maker
*
* Generated at: 2023-01-30T13:55:00.590Z
* Generated at: 2023-01-31T07:20:24.654Z
*
* Learn more about PAC file:
* https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pac-maker",
"version": "2.2.0",
"version": "3.0.0",
"description": "Proxy Auto-Configuration (PAC) file generator & loader, support proxy Node's `fetch` with PAC",
"author": "Kaciras <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 284bbbe

Please sign in to comment.