erlc-api 1.3.5 → 1.3.6

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,6 +55,8 @@ getServerFunc();
55
55
 
56
56
  The Discord Bot Back Online 29/05/2024
57
57
 
58
+ ## [Module Examples](https://scarlet-2.gitbook.io/erlc-api/)
59
+
58
60
  ### [PRC API Docs](https://apidocs.policeroleplay.community/reference/api-reference)
59
61
 
60
62
  ### Credits
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erlc-api",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "An ER:LC API wrapper for JS/TS",
5
5
  "main": "index.js",
6
6
  "types": "src/types/index.d.ts",