@voyant-travel/hono 0.116.1 → 0.116.2
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/package.json +9 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/hono",
|
|
3
|
-
"version": "0.116.
|
|
3
|
+
"version": "0.116.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -49,6 +49,11 @@
|
|
|
49
49
|
"import": "./dist/observability/index.js",
|
|
50
50
|
"default": "./dist/observability/index.js"
|
|
51
51
|
},
|
|
52
|
+
"./observability/reporter": {
|
|
53
|
+
"types": "./dist/observability/reporter.d.ts",
|
|
54
|
+
"import": "./dist/observability/reporter.js",
|
|
55
|
+
"default": "./dist/observability/reporter.js"
|
|
56
|
+
},
|
|
52
57
|
"./middleware": {
|
|
53
58
|
"types": "./dist/middleware/index.d.ts",
|
|
54
59
|
"import": "./dist/middleware/index.js",
|
|
@@ -125,18 +130,18 @@
|
|
|
125
130
|
"hono": "^4.12.10",
|
|
126
131
|
"zod": "^4.3.6",
|
|
127
132
|
"@voyant-travel/core": "^0.111.0",
|
|
133
|
+
"@voyant-travel/db": "^0.109.4",
|
|
128
134
|
"@voyant-travel/storage": "^0.105.0",
|
|
129
|
-
"@voyant-travel/db": "^0.109.2",
|
|
130
135
|
"@voyant-travel/types": "^0.106.0",
|
|
131
136
|
"@voyant-travel/utils": "^0.105.4",
|
|
132
|
-
"@voyant-travel/workflows": "^0.111.
|
|
137
|
+
"@voyant-travel/workflows": "^0.111.8"
|
|
133
138
|
},
|
|
134
139
|
"devDependencies": {
|
|
135
140
|
"@cloudflare/workers-types": "^4.20260426.1",
|
|
136
141
|
"typescript": "^6.0.2",
|
|
137
142
|
"vitest": "^4.1.2",
|
|
138
143
|
"@voyant-travel/voyant-typescript-config": "^0.1.0",
|
|
139
|
-
"@voyant-travel/workflows-orchestrator": "^0.111.
|
|
144
|
+
"@voyant-travel/workflows-orchestrator": "^0.111.8"
|
|
140
145
|
},
|
|
141
146
|
"files": [
|
|
142
147
|
"dist"
|