@voyantjs/finance 0.4.3 → 0.4.5

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/README.md CHANGED
@@ -24,7 +24,7 @@ const app = createApp({
24
24
 
25
25
  - **Invoices** + **Invoice lines** (`inv`, `inli`)
26
26
  - **Payments** (`pay`)
27
- - **Credit notes** + **Credit note lines** (`crnt`, `cnli`)
27
+ - **Credit notes** + **Credit note lines** (`crn`, `cnli`)
28
28
  - **Supplier payments** (`spay`)
29
29
  - **Finance notes** (`fnot`)
30
30
  - **Invoice number series** (`invs`)
package/dist/index.js CHANGED
@@ -21,7 +21,7 @@ export const creditNoteLinkable = {
21
21
  module: "finance",
22
22
  entity: "creditNote",
23
23
  table: "credit_notes",
24
- idPrefix: "crnt",
24
+ idPrefix: "crn",
25
25
  };
26
26
  export const financeLinkable = {
27
27
  invoice: invoiceLinkable,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/finance",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "license": "FSL-1.1-Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -33,12 +33,12 @@
33
33
  "drizzle-orm": "^0.45.2",
34
34
  "hono": "^4.12.10",
35
35
  "zod": "^4.3.6",
36
- "@voyantjs/bookings": "0.4.3",
37
- "@voyantjs/core": "0.4.3",
38
- "@voyantjs/db": "0.4.3",
39
- "@voyantjs/hono": "0.4.3",
40
- "@voyantjs/utils": "0.4.3",
41
- "@voyantjs/voyant-storage": "0.4.3"
36
+ "@voyantjs/bookings": "0.4.5",
37
+ "@voyantjs/core": "0.4.5",
38
+ "@voyantjs/db": "0.4.5",
39
+ "@voyantjs/hono": "0.4.5",
40
+ "@voyantjs/utils": "0.4.5",
41
+ "@voyantjs/voyant-storage": "0.4.5"
42
42
  },
43
43
  "devDependencies": {
44
44
  "typescript": "^6.0.2",