chromiumly 3.3.3 → 3.3.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.
Files changed (1) hide show
  1. package/package.json +2 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chromiumly",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "A lightweight Typescript library that interacts with Gotenberg's different modules to convert a variety of document formats to PDF files.",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",
@@ -74,20 +74,10 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "form-data": "4.0.0",
77
- "node-fetch": "2.7.0"
78
- },
79
- "peerDependencies": {
77
+ "node-fetch": "2.7.0",
80
78
  "config": "3.x",
81
79
  "dotenv": "16.x"
82
80
  },
83
- "peerDependenciesMeta": {
84
- "config": {
85
- "optional": true
86
- },
87
- "dotenv": {
88
- "optional": true
89
- }
90
- },
91
81
  "lint-staged": {
92
82
  "**/*": "prettier --write --ignore-unknown"
93
83
  }