@quenty/idleservice 13.47.1 → 13.48.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 +233 -980
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/idleservice",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.48.0",
|
|
4
4
|
"description": "Helps track whether or not a player is idle and if so, then can show UI or other cute things.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@quenty/baseobject": "10.13.0",
|
|
34
|
-
"@quenty/humanoidtracker": "13.30.
|
|
34
|
+
"@quenty/humanoidtracker": "13.30.2",
|
|
35
35
|
"@quenty/loader": "10.11.0",
|
|
36
36
|
"@quenty/maid": "3.9.0",
|
|
37
|
-
"@quenty/ragdoll": "15.
|
|
38
|
-
"@quenty/rx": "13.28.
|
|
39
|
-
"@quenty/servicebag": "11.
|
|
37
|
+
"@quenty/ragdoll": "15.48.0",
|
|
38
|
+
"@quenty/rx": "13.28.2",
|
|
39
|
+
"@quenty/servicebag": "11.18.0",
|
|
40
40
|
"@quenty/signal": "7.13.0",
|
|
41
|
-
"@quenty/statestack": "14.31.
|
|
42
|
-
"@quenty/valuebaseutils": "13.29.
|
|
43
|
-
"@quenty/valueobject": "13.30.
|
|
41
|
+
"@quenty/statestack": "14.31.2",
|
|
42
|
+
"@quenty/valuebaseutils": "13.29.2",
|
|
43
|
+
"@quenty/valueobject": "13.30.2"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "5cba15660c2856169fd0362e1eeeca4c260029c2"
|
|
49
49
|
}
|