Skip to content

Commit

Permalink
TAG: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVKINGBOT committed Apr 7, 2021
1 parent 131e967 commit 8d88240
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 37 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<code>

# [0.2.0 @ 2021-04-06](https://github.com/cogsmith/webgate/releases/tag/0.2.0)

## FIRST RELEASE

</code>

---
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 37 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
{
"version": "0.2.0-dev",
"namelong": "WEBGATE",
"nametag": "WEBGATE",
"name": "webgate",
"description": "Automagical Proxy Server",
"keywords": [],
"homepage": "https://cogsmith.com",
"license": "http://cogsmith.com/license/public",
"repository": "github:cogsmith/webgate",
"private": true,
"author": {
"name": "David Adam Coffey",
"email": "dac@cogsmith.com",
"url": "http://david-adam-coffey.com"
},
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js"
},
"dependencies": {
"acme-client": "^4.1.3",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"fastify": "^3.12.0",
"fastify-compress": "^3.4.1",
"fastify-http-proxy": "^5.0.0",
"fastify-static": "^4.0.1",
"http-proxy": "^1.18.1",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"nconf": "^0.11.2",
"node-forge": "^0.10.0",
"pino-pretty": "^4.7.1",
"yargs": "^16.2.0"
}
"version": "0.2.0",
"namelong": "WEBGATE",
"nametag": "WEBGATE",
"name": "webgate",
"description": "Automagical Proxy Server",
"keywords": [],
"homepage": "https://cogsmith.com",
"license": "http://cogsmith.com/license/public",
"repository": "github:cogsmith/webgate",
"private": true,
"author": {
"name": "David Adam Coffey",
"email": "dac@cogsmith.com",
"url": "http://david-adam-coffey.com"
},
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js"
},
"dependencies": {
"acme-client": "^4.1.3",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"fastify": "^3.12.0",
"fastify-compress": "^3.4.1",
"fastify-http-proxy": "^5.0.0",
"fastify-static": "^4.0.1",
"http-proxy": "^1.18.1",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"nconf": "^0.11.2",
"node-forge": "^0.10.0",
"pino-pretty": "^4.7.1",
"yargs": "^16.2.0"
},
"versiontaglast": "0.2.0"
}

0 comments on commit 8d88240

Please sign in to comment.