@quenty/scoredactionservice 16.32.0 → 16.32.1
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 +11 -0
- package/default.project.json +8 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
## [16.32.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/scoredactionservice@16.32.0...@quenty/scoredactionservice@16.32.1) (2026-01-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [16.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/scoredactionservice@16.31.1...@quenty/scoredactionservice@16.32.0) (2026-01-11)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @quenty/scoredactionservice
|
package/default.project.json
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scoredactionservice",
|
|
3
|
-
"globIgnorePaths": [
|
|
3
|
+
"globIgnorePaths": [
|
|
4
|
+
"**/.package-lock.json",
|
|
5
|
+
"**/.pnpm",
|
|
6
|
+
"**/.pnpm-workspace-state-v1.json",
|
|
7
|
+
"**/.modules.yaml",
|
|
8
|
+
"**/.ignored",
|
|
9
|
+
"**/.ignored_*"
|
|
10
|
+
],
|
|
4
11
|
"tree": {
|
|
5
12
|
"$path": "src"
|
|
6
13
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/scoredactionservice",
|
|
3
|
-
"version": "16.32.
|
|
3
|
+
"version": "16.32.1",
|
|
4
4
|
"description": "Scores actions and picks the highest rated one every frame",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -29,21 +29,21 @@
|
|
|
29
29
|
"Quenty"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@quenty/baseobject": "
|
|
33
|
-
"@quenty/brio": "
|
|
34
|
-
"@quenty/inputkeymaputils": "
|
|
35
|
-
"@quenty/inputmode": "
|
|
36
|
-
"@quenty/loader": "
|
|
37
|
-
"@quenty/maid": "
|
|
38
|
-
"@quenty/rx": "
|
|
39
|
-
"@quenty/servicebag": "
|
|
40
|
-
"@quenty/signal": "
|
|
41
|
-
"@quenty/statestack": "
|
|
42
|
-
"@quenty/table": "
|
|
43
|
-
"@quenty/valueobject": "
|
|
32
|
+
"@quenty/baseobject": "10.9.3",
|
|
33
|
+
"@quenty/brio": "14.22.2",
|
|
34
|
+
"@quenty/inputkeymaputils": "14.31.1",
|
|
35
|
+
"@quenty/inputmode": "13.25.2",
|
|
36
|
+
"@quenty/loader": "10.9.3",
|
|
37
|
+
"@quenty/maid": "3.5.3",
|
|
38
|
+
"@quenty/rx": "13.21.2",
|
|
39
|
+
"@quenty/servicebag": "11.13.6",
|
|
40
|
+
"@quenty/signal": "7.11.5",
|
|
41
|
+
"@quenty/statestack": "14.24.2",
|
|
42
|
+
"@quenty/table": "3.9.2",
|
|
43
|
+
"@quenty/valueobject": "13.23.2"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "55f4a7407de7247aceea574de4d2f57dab70cb91"
|
|
49
49
|
}
|