@pg-boss/proxy 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "0.3.0";
1
+ export declare const version = "0.4.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // ** This file is auto-generated by the gen:verison script **
2
- export const version = '0.3.0';
2
+ export const version = '0.4.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pg-boss/proxy",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "HTTP proxy for pg-boss",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -29,21 +29,21 @@
29
29
  "prepublishOnly": "npm run typecheck && npm run build && npm test"
30
30
  },
31
31
  "dependencies": {
32
- "@hono/node-server": "^1.19.12",
32
+ "@hono/node-server": "^1.19.14",
33
33
  "@hono/swagger-ui": "^0.6.1",
34
- "@hono/zod-openapi": "^1.2.4",
34
+ "@hono/zod-openapi": "^1.3.0",
35
35
  "@logtape/hono": "^2.0.5",
36
36
  "@logtape/logtape": "^2.0.5",
37
- "hono": "^4.12.9",
38
- "pg-boss": "^12.14.0",
37
+ "hono": "^4.12.14",
38
+ "pg-boss": "^12.16.0",
39
39
  "zod": "^4.3.6"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/node": "^22.19.15",
42
+ "@types/node": "^22.19.17",
43
43
  "cross-env": "^10.1.0",
44
44
  "tsx": "^4.21.0",
45
- "typescript": "^6.0.2",
46
- "vitest": "^4.1.2"
45
+ "typescript": "^6.0.3",
46
+ "vitest": "^4.1.5"
47
47
  },
48
48
  "repository": {
49
49
  "type": "git",