@voyantjs/sellability 0.2.0 → 0.3.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.
- package/dist/routes.d.ts +1 -1
- package/dist/service.d.ts +1 -1
- package/package.json +10 -10
package/dist/routes.d.ts
CHANGED
|
@@ -420,9 +420,9 @@ export declare const sellabilityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
420
420
|
description: string | null;
|
|
421
421
|
sellCurrency: string;
|
|
422
422
|
title: string;
|
|
423
|
-
unitId: string | null;
|
|
424
423
|
costCurrency: string | null;
|
|
425
424
|
quantity: number;
|
|
425
|
+
unitId: string | null;
|
|
426
426
|
metadata: import("hono/utils/types").JSONValue;
|
|
427
427
|
taxAmountCents: number | null;
|
|
428
428
|
feeAmountCents: number | null;
|
package/dist/service.d.ts
CHANGED
|
@@ -208,9 +208,9 @@ export declare const sellabilityService: {
|
|
|
208
208
|
description: string | null;
|
|
209
209
|
sellCurrency: string;
|
|
210
210
|
title: string;
|
|
211
|
-
unitId: string | null;
|
|
212
211
|
costCurrency: string | null;
|
|
213
212
|
quantity: number;
|
|
213
|
+
unitId: string | null;
|
|
214
214
|
metadata: unknown;
|
|
215
215
|
taxAmountCents: number | null;
|
|
216
216
|
feeAmountCents: number | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/sellability",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"license": "FSL-1.1-Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"drizzle-orm": "^0.45.2",
|
|
26
26
|
"hono": "^4.12.10",
|
|
27
27
|
"zod": "^4.3.6",
|
|
28
|
-
"@voyantjs/availability": "0.
|
|
29
|
-
"@voyantjs/
|
|
30
|
-
"@voyantjs/
|
|
31
|
-
"@voyantjs/
|
|
32
|
-
"@voyantjs/
|
|
33
|
-
"@voyantjs/
|
|
34
|
-
"@voyantjs/
|
|
35
|
-
"@voyantjs/
|
|
36
|
-
"@voyantjs/
|
|
28
|
+
"@voyantjs/availability": "0.3.1",
|
|
29
|
+
"@voyantjs/core": "0.3.1",
|
|
30
|
+
"@voyantjs/db": "0.3.1",
|
|
31
|
+
"@voyantjs/distribution": "0.3.1",
|
|
32
|
+
"@voyantjs/hono": "0.3.1",
|
|
33
|
+
"@voyantjs/markets": "0.3.1",
|
|
34
|
+
"@voyantjs/pricing": "0.3.1",
|
|
35
|
+
"@voyantjs/products": "0.3.1",
|
|
36
|
+
"@voyantjs/transactions": "0.3.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"typescript": "^6.0.2",
|