denotify-client 1.1.16 → 1.1.17

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "denotify-client",
3
3
  "private": false,
4
- "version": "1.1.16",
4
+ "version": "1.1.17",
5
5
  "main": "./dist/denotify-client.cjs",
6
6
  "module": "./dist/denotify-client.mjs",
7
7
  "types": "./dist/denotify-client.d.ts",
@@ -29,6 +29,7 @@
29
29
  "@types/node": "^18.11.18",
30
30
  "@typescript-eslint/eslint-plugin": "^5.48.2",
31
31
  "@typescript-eslint/parser": "^5.48.2",
32
+ "dotenv": "^16.0.3",
32
33
  "dts-bundle-generator": "^7.1.0",
33
34
  "eslint": "^8.32.0",
34
35
  "eslint-config-prettier": "^8.6.0",