We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388e380 commit d9cbeebCopy full SHA for d9cbeeb
package.json
@@ -27,7 +27,7 @@
27
}
28
},
29
"engines": {
30
- "node": ">=14.0.0"
+ "node": ">=18.0.0"
31
32
"scripts": {
33
"_clean": "rm -rf mjs && rm -rf cjs",
src/api/sendPost.ts
@@ -1,4 +1,4 @@
1
-import { request, type RequestOptions } from 'https';
+import { request, type RequestOptions } from 'node:https';
2
3
import { store } from '../store/store.js';
4
import { EmailJSResponseStatus } from '../models/EmailJSResponseStatus.js';
0 commit comments