com.backnd.database 0.0.1 → 0.0.2

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 (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.backnd.database",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "displayName": "BACKND Database",
5
5
  "description": "BACKND Database is a Unity SDK for seamless integration with BACKND cloud database services.\n\nEasily manage and synchronize game data such as player profiles, game states, and leaderboards across multiple platforms.\nIdeal for Unity developers looking to implement robust database solutions without complex backend setups.",
6
6
  "unity": "2021.3",
@@ -10,7 +10,10 @@
10
10
  "database",
11
11
  "networking"
12
12
  ],
13
- "dependencies": {},
13
+ "dependencies": {
14
+ "com.unity.nuget.newtonsoft-json": "3.2.2",
15
+ "com.backnd.tools": "0.0.1"
16
+ },
14
17
  "category": "SDK",
15
18
  "author": {
16
19
  "name": "backnd",