notiformer 1.0.5 → 1.0.7

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +6 -3
package/dist/index.js CHANGED
@@ -164,7 +164,7 @@ class Notiformer {
164
164
  headers: {
165
165
  "Content-Type": "application/json",
166
166
  Authorization: `Bearer ${this.apiKey}`,
167
- "X-SDK-Version": "1.0.5",
167
+ "X-SDK-Version": "1.0.7",
168
168
  ...((_a = init.headers) !== null && _a !== void 0 ? _a : {}),
169
169
  },
170
170
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notiformer",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Real-time alerts, notifications and feature gates for your backend code",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,9 +26,12 @@
26
26
  "license": "MIT",
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "https://github.com/notiformer/notiformer-node"
29
+ "url": "https://github.com/notiformer/notiformer"
30
+ },
31
+ "homepage": "https://docs.notiformer.com",
32
+ "bugs": {
33
+ "url": "https://github.com/notiformer/notiformer/issues"
30
34
  },
31
- "homepage": "https://notiformer.com",
32
35
  "devDependencies": {
33
36
  "typescript": "^5.3.3"
34
37
  },