erlc-api 1.3.3 → 1.3.4

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
@@ -44,5 +44,7 @@ getServerFunc();
44
44
  ### Credits
45
45
 
46
46
  Library Re-Development - [Egologics](https://twitter.com/0Adexus0)
47
+
47
48
  API Development - [Police Roleplay Community](https://twitter.com/PRC_Roblox)
49
+
48
50
  Apply for more API request limits - [Discord](https://discord.gg/prc)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erlc-api",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "An ER:LC API wrapper for JS/TS",
5
5
  "main": "index.js",
6
6
  "types": "src/types/index.d.ts",