Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Mar 19, 2024
1 parent 629a686 commit 38aa10d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/gateway-express.js

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

2 changes: 1 addition & 1 deletion dist/gateway-express.js.map

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seneca/gateway-express",
"version": "0.12.0",
"version": "0.12.1",
"main": "dist/gateway-express.js",
"type": "commonjs",
"types": "dist/gateway-express.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@seneca/maintain": "^0.1.0",
"@seneca/repl": "^8.1.1",
"@types/jest": "^29.5.12",
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"esbuild-jest": "^0.5.0",
"express": "^4.17.1",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/gateway-express.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function gateway_express(this: any, options: GatewayExpressOptions) {

const json = 'string' === typeof body ? parseJSON(body) : body

console.log('BODY', json)
// console.log('BODY', json)

// TODO: doc as a standard feature
// TODO: implement in other gateways
Expand Down

0 comments on commit 38aa10d

Please sign in to comment.