@spinzaf/freefire-api 1.0.0 → 1.0.5

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.
@@ -0,0 +1,3 @@
1
+ # Default credentials for auto login.
2
+ UID: "3301269321"
3
+ PASSWORD: "D11732AC9BBED0DED65D0FED7728CA8DFF408E174202ECF1939E328EA3E94356"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spinzaf/freefire-api",
3
- "version": "1.0.0",
3
+ "version": "1.0.5",
4
4
  "description": "A powerful Node.js library to interact with Garena Free Fire API using Protobuf. Login, Search Players, and get Profile Stats.",
5
5
  "main": "index.js",
6
6
  "scripts": {