@quenty/datastore 7.23.1-canary.402.40f9a1f.0 → 7.23.1-canary.402.5852ffd.0
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.
- package/CHANGELOG.md +7 -7
- package/package.json +11 -11
- package/src/Server/DataStore.lua +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,21 +3,21 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [7.23.1-canary.402.
|
|
6
|
+
## [7.23.1-canary.402.5852ffd.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@7.23.0...@quenty/datastore@7.23.1-canary.402.5852ffd.0) (2023-08-16)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
* Fix additional components but data store writing ping-pings back and forth ([
|
|
12
|
-
* More data store improvements ([
|
|
11
|
+
* Fix additional components but data store writing ping-pings back and forth ([16d024d](https://github.com/Quenty/NevermoreEngine/commit/16d024d226057f75249e326be6941db2d519dae7))
|
|
12
|
+
* More data store improvements ([42ab23d](https://github.com/Quenty/NevermoreEngine/commit/42ab23d66a40aa81d034974e57234ee5337a208d))
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
### Features
|
|
16
16
|
|
|
17
|
-
* DataStores appear to be working, but require more testing ([
|
|
18
|
-
* More untested datastore syncing code ([
|
|
19
|
-
* Semi-broken datastore changes ([
|
|
20
|
-
* Unfinished datastore changes ([
|
|
17
|
+
* DataStores appear to be working, but require more testing ([d93a6b9](https://github.com/Quenty/NevermoreEngine/commit/d93a6b96da1c3a1ad411cedfcf6c9df571fd9a1f))
|
|
18
|
+
* More untested datastore syncing code ([8dd4cbe](https://github.com/Quenty/NevermoreEngine/commit/8dd4cbe00500933ef6d9fc98ed34c94a5eb34943))
|
|
19
|
+
* Semi-broken datastore changes ([351c44d](https://github.com/Quenty/NevermoreEngine/commit/351c44d48d1f7d7e26b8fbb30a14c7bb4cbac0f1))
|
|
20
|
+
* Unfinished datastore changes ([0bbd600](https://github.com/Quenty/NevermoreEngine/commit/0bbd6005148787f0d06e22650f67e9886318f2f8))
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/datastore",
|
|
3
|
-
"version": "7.23.1-canary.402.
|
|
3
|
+
"version": "7.23.1-canary.402.5852ffd.0",
|
|
4
4
|
"description": "Quenty's Datastore implementation for Roblox",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -26,21 +26,21 @@
|
|
|
26
26
|
"Quenty"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@quenty/baseobject": "6.2.2-canary.402.
|
|
30
|
-
"@quenty/bindtocloseservice": "2.18.1-canary.402.
|
|
31
|
-
"@quenty/loader": "6.2.2-canary.402.
|
|
29
|
+
"@quenty/baseobject": "6.2.2-canary.402.5852ffd.0",
|
|
30
|
+
"@quenty/bindtocloseservice": "2.18.1-canary.402.5852ffd.0",
|
|
31
|
+
"@quenty/loader": "6.2.2-canary.402.5852ffd.0",
|
|
32
32
|
"@quenty/maid": "2.5.0",
|
|
33
|
-
"@quenty/math": "2.4.1-canary.402.
|
|
34
|
-
"@quenty/promise": "6.7.1-canary.402.
|
|
35
|
-
"@quenty/rx": "7.14.1-canary.402.
|
|
36
|
-
"@quenty/servicebag": "6.8.1-canary.402.
|
|
33
|
+
"@quenty/math": "2.4.1-canary.402.5852ffd.0",
|
|
34
|
+
"@quenty/promise": "6.7.1-canary.402.5852ffd.0",
|
|
35
|
+
"@quenty/rx": "7.14.1-canary.402.5852ffd.0",
|
|
36
|
+
"@quenty/servicebag": "6.8.1-canary.402.5852ffd.0",
|
|
37
37
|
"@quenty/signal": "2.4.0",
|
|
38
38
|
"@quenty/symbol": "2.2.0",
|
|
39
|
-
"@quenty/table": "3.2.1-canary.402.
|
|
40
|
-
"@quenty/valueobject": "7.21.1-canary.402.
|
|
39
|
+
"@quenty/table": "3.2.1-canary.402.5852ffd.0",
|
|
40
|
+
"@quenty/valueobject": "7.21.1-canary.402.5852ffd.0"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "5852ffdd4ee4f857a5b7086330d59d852de49b86"
|
|
46
46
|
}
|
package/src/Server/DataStore.lua
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
local playerMoneyValue = Instance.new("IntValue")
|
|
12
12
|
playerMoneyValue.Value = 0
|
|
13
13
|
|
|
14
|
-
local dataStore = DataStore.new(DataStoreService:GetDataStore("test"),
|
|
14
|
+
local dataStore = DataStore.new(DataStoreService:GetDataStore("test"), test-store")
|
|
15
15
|
dataStore:Load("money", 0):Then(function(money)
|
|
16
16
|
playerMoneyValue.Value = money
|
|
17
17
|
dataStore:StoreOnValueChange("money", playerMoneyValue)
|