@ireceipt.pro/js 1.1.16 → 1.1.18

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/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 1.1.18 / 2024-10-18
2
+
3
+ ### :tada: Enhancements
4
+ - Updated dependencies: typescript-eslint
5
+
1
6
  # 1.1.16 / 2024-10-15
2
7
 
3
8
  ### :tada: Enhancements
package/README.md CHANGED
@@ -8,6 +8,18 @@ Create PDF files or images from your HTML template.
8
8
  ![GitHub last commit](https://img.shields.io/github/last-commit/ireceipt-pro/js.svg)
9
9
  ![GitHub release](https://img.shields.io/github/release/ireceipt-pro/js.svg)
10
10
 
11
+ ## Examples
12
+
13
+ More information and examples are available on <https://dashboard.ireceipt.pro>
14
+
15
+ | | | |
16
+ | --- | --- | --- |
17
+ | [![Invoice template invoice_for_services_h2lmu9s2](https://raw.githubusercontent.com/ireceipt-pro/js/refs/heads/main/assets/images/public_images_invoice_for_services_h2lmu9s2.png "invoice_for_services_h2lmu9s2")](https://dashboard.ireceipt.pro/sandbox/public/invoice_for_services_h2lmu9s2) | [![Invoice template invoice_universal_e2wa2qvy](https://raw.githubusercontent.com/ireceipt-pro/js/refs/heads/main/assets/images/public_images_invoice_universal_e2wa2qvy.png "invoice_universal_e2wa2qvy")](https://dashboard.ireceipt.pro/sandbox/public/invoice_universal_e2wa2qvy) | [![Invoice template invoice_universal_k5gizy86](https://raw.githubusercontent.com/ireceipt-pro/js/refs/heads/main/assets/images/public_images_invoice_universal_k5gizy86.png "invoice_universal_k5gizy86")](https://dashboard.ireceipt.pro/sandbox/public/invoice_universal_k5gizy86) |
18
+
19
+ | | |
20
+ | --- | --- |
21
+ | [![Invoice template invoice_universal_qg1oiing](https://raw.githubusercontent.com/ireceipt-pro/js/refs/heads/main/assets/images/public_images_invoice_universal_qg1oiing.png "invoice_universal_qg1oiing")](https://dashboard.ireceipt.pro/sandbox/public/invoice_universal_qg1oiing) | [![Invoice template invoice_universal_vzrt6k1s](https://raw.githubusercontent.com/ireceipt-pro/js/refs/heads/main/assets/images/public_images_invoice_universal_vzrt6k1s.png "invoice_universal_vzrt6k1s")](https://dashboard.ireceipt.pro/sandbox/public/invoice_universal_vzrt6k1s) |
22
+
11
23
  ## Get Started
12
24
 
13
25
  For the library to work, you will need an API key, which you can get at <https://dashboard.ireceipt.pro>. You can also find public template IDs there or create your own.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ireceipt.pro/js",
3
- "version": "1.1.16",
3
+ "version": "1.1.18",
4
4
  "description": "Create PDF files or images (JPG, PNG, WEBP) from your HTML template.",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -51,7 +51,7 @@
51
51
  "nyc": "^17.1.0",
52
52
  "prettier": "^3.3.3",
53
53
  "typescript": "^5.6.3",
54
- "typescript-eslint": "^8.9.0"
54
+ "typescript-eslint": "^8.10.0"
55
55
  },
56
56
  "engines": {
57
57
  "node": ">=14"