abuseipdb-client 0.1.0 → 0.1.1

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -140,7 +140,7 @@ if (result) {
140
140
  console.log(headers);
141
141
  ```
142
142
 
143
- A more detailed explanation can be found at: [examples/abstraction.ts](https://github.com/arthur-melo/abuseipdb-client/examples/abstraction.ts).
143
+ A more detailed explanation can be found at: [examples/abstraction.ts](https://github.com/arthur-melo/abuseipdb-client/tree/main/examples/abstraction.ts).
144
144
 
145
145
  ## API
146
146
 
@@ -148,7 +148,7 @@ See [API Docs](https://arthur-melo.github.io/abuseipdb-client/)
148
148
 
149
149
  ## Examples
150
150
 
151
- See [Examples](https://github.com/arthur-melo/abuseipdb-client/examples/)
151
+ See [Examples](https://github.com/arthur-melo/abuseipdb-client/tree/main/examples)
152
152
 
153
153
  ## Running tests
154
154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abuseipdb-client",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "private": false,
5
5
  "description": "AbuseIPDB Node.js API client.",
6
6
  "author": "Arthur Melo <contact@arthurmelo.com>",