Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Dec 31, 2023
1 parent 4352627 commit c4f1ab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seneca/gateway",
"version": "0.9.0",
"version": "1.0.0",
"main": "dist/gateway.js",
"type": "commonjs",
"types": "dist/gateway.d.ts",
Expand Down Expand Up @@ -39,8 +39,8 @@
"devDependencies": {
"@seneca/maintain": "^0.1.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"esbuild": "^0.19.10",
"@types/node": "^20.10.6",
"esbuild": "^0.19.11",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"seneca-msg-test": "^3.4.0",
Expand Down
1 change: 0 additions & 1 deletion test/gateway.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ describe('gateway', () => {
})



test('allow-params', async () => {
const seneca = Seneca({ legacy: false }).test().use('promisify').use(Gateway, {
allow: {
Expand Down

0 comments on commit c4f1ab7

Please sign in to comment.