chromiumly 1.0.3 → 1.0.4

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
@@ -21,7 +21,7 @@ Chromiumly supports both [dotenv](https://www.npmjs.com/package/dotenv) and [con
21
21
  #### dotenv
22
22
 
23
23
  ```bash
24
- GOTENBERG_ENDPOINT=localhost:3000
24
+ GOTENBERG_ENDPOINT=http://localhost:3000
25
25
  ```
26
26
 
27
27
  #### config
@@ -29,7 +29,7 @@ GOTENBERG_ENDPOINT=localhost:3000
29
29
  ```json
30
30
  {
31
31
  "gotenberg": {
32
- "enpdoint": "localhost:3000"
32
+ "enpdoint": "http://localhost:3000"
33
33
  }
34
34
  }
35
35
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chromiumly",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A lightweight Typescrpit library which interacts with Gotenberg's Chromium module to convert HTML documents to PDF.",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",
package/src/.DS_Store DELETED
Binary file