@porulle/plugin-giftcards 0.10.4 → 0.10.6

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/schema.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/schema.d.ts CHANGED
@@ -339,7 +339,7 @@ export declare const giftCardTransactions: import("drizzle-orm/pg-core/table").P
339
339
  tableName: "gift_card_transactions";
340
340
  dataType: "string";
341
341
  columnType: "PgText";
342
- data: "debit" | "credit" | "refund";
342
+ data: "refund" | "debit" | "credit";
343
343
  driverParam: string;
344
344
  notNull: true;
345
345
  hasDefault: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porulle/plugin-giftcards",
3
- "version": "0.10.4",
3
+ "version": "0.10.6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "@hono/zod-openapi": "^1.2.2",
21
21
  "hono": "^4.12.5",
22
- "@porulle/core": "0.10.4"
22
+ "@porulle/core": "0.10.6"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "^24.5.2",