Skip to content

Commit 2f1e990

Browse files
committed
0.4.1
1 parent 1a52886 commit 2f1e990

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

localproxy-cli/package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

localproxy-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kj800x/localproxy-cli",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A CLI for configuring localproxy apps",
55
"bin": {
66
"localproxy": "cli.js"
@@ -12,6 +12,6 @@
1212
},
1313
"license": "MIT",
1414
"dependencies": {
15-
"@kj800x/localproxy-client": "0.4.0"
15+
"@kj800x/localproxy-client": "0.4.1"
1616
}
1717
}

localproxy-client/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

localproxy-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kj800x/localproxy-client",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A client to help register and deregister apps for localproxy",
55
"main": "lib/client.js",
66
"types": "lib/client.d.ts",

localproxy-react-scripts/package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

localproxy-react-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kj800x/localproxy-react-scripts",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "React-scripts package for automatically mounting localproxy apps when running the dev server",
55
"bin": "localproxy-react-scripts.js",
66
"author": "Kevin Johnson <kevin@kj800x.com>",
@@ -10,7 +10,7 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"@kj800x/localproxy-client": "0.4.0",
13+
"@kj800x/localproxy-client": "0.4.1",
1414
"execa": "^2.0.4"
1515
},
1616
"peerDependencies": {

0 commit comments

Comments
 (0)