@voyant-travel/plugin-smartbill 0.120.1 → 0.122.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.
Files changed (2) hide show
  1. package/dist/hono.d.ts +2 -2
  2. package/package.json +7 -7
package/dist/hono.d.ts CHANGED
@@ -85,9 +85,9 @@ export declare function createSmartbillAdminRoutes(options: SmartbillAdminModule
85
85
  status: "persisted";
86
86
  rendition: {
87
87
  metadata: import("hono/utils/types").JSONValue;
88
+ status: "failed" | "pending" | "ready" | "stale";
88
89
  format: "json" | "html" | "pdf" | "xml";
89
90
  id: string;
90
- status: "failed" | "pending" | "ready" | "stale";
91
91
  createdAt: string;
92
92
  updatedAt: string;
93
93
  storageKey: string | null;
@@ -148,9 +148,9 @@ export declare function createSmartbillAdminRoutes(options: SmartbillAdminModule
148
148
  status: "persisted";
149
149
  rendition: {
150
150
  metadata: import("hono/utils/types").JSONValue;
151
+ status: "failed" | "pending" | "ready" | "stale";
151
152
  format: "json" | "html" | "pdf" | "xml";
152
153
  id: string;
153
- status: "failed" | "pending" | "ready" | "stale";
154
154
  createdAt: string;
155
155
  updatedAt: string;
156
156
  storageKey: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/plugin-smartbill",
3
- "version": "0.120.1",
3
+ "version": "0.122.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -59,10 +59,10 @@
59
59
  "drizzle-orm": "^0.45.2",
60
60
  "hono": "^4.12.10",
61
61
  "zod": "^4.3.6",
62
+ "@voyant-travel/finance": "^0.122.0",
62
63
  "@voyant-travel/core": "^0.109.0",
63
- "@voyant-travel/finance": "^0.120.1",
64
- "@voyant-travel/hono": "^0.110.2",
65
- "@voyant-travel/storage": "^0.104.1",
64
+ "@voyant-travel/hono": "^0.111.0",
65
+ "@voyant-travel/storage": "^0.105.0",
66
66
  "@voyant-travel/utils": "^0.105.2"
67
67
  },
68
68
  "peerDependencies": {
@@ -70,8 +70,8 @@
70
70
  "lucide-react": "^0.475.0",
71
71
  "react": "^19.0.0",
72
72
  "react-dom": "^19.0.0",
73
- "@voyant-travel/finance-react": "^0.120.1",
74
- "@voyant-travel/ui": "^0.106.2"
73
+ "@voyant-travel/ui": "^0.106.2",
74
+ "@voyant-travel/finance-react": "^0.122.0"
75
75
  },
76
76
  "peerDependenciesMeta": {
77
77
  "@tanstack/react-query": {
@@ -102,7 +102,7 @@
102
102
  "react-dom": "^19.2.4",
103
103
  "typescript": "^6.0.2",
104
104
  "vitest": "^4.1.2",
105
- "@voyant-travel/finance-react": "^0.120.1",
105
+ "@voyant-travel/finance-react": "^0.122.0",
106
106
  "@voyant-travel/ui": "^0.106.2",
107
107
  "@voyant-travel/voyant-typescript-config": "^0.1.0"
108
108
  },