@quilla-be-kit/http 0.2.0 → 0.2.1

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.
Files changed (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quilla-be-kit/http",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Framework-agnostic HTTP layer: decorators (@Controller/@Get/@Post/.../@AuthorizeScope/@ValidateRequest), framework-agnostic router, WebServer interface, and a Hono adapter sub-path.",
5
5
  "license": "MIT",
6
6
  "author": "Max Martinez",
@@ -51,13 +51,14 @@
51
51
  "LICENSE"
52
52
  ],
53
53
  "publishConfig": {
54
- "access": "public"
54
+ "access": "public",
55
+ "provenance": true
55
56
  },
56
57
  "dependencies": {
57
- "@quilla-be-kit/errors": "^0.2.0",
58
- "@quilla-be-kit/execution-context": "^0.2.0",
59
- "@quilla-be-kit/observability": "^0.2.0",
60
- "@quilla-be-kit/runtime": "^0.2.0"
58
+ "@quilla-be-kit/errors": "^0.2.1",
59
+ "@quilla-be-kit/execution-context": "^0.2.1",
60
+ "@quilla-be-kit/observability": "^0.2.1",
61
+ "@quilla-be-kit/runtime": "^0.2.1"
61
62
  },
62
63
  "peerDependencies": {
63
64
  "hono": "4.x.x",