@quenty/camerastoryutils 10.21.0 → 10.21.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 +4 -0
- package/package.json +4 -4
- package/src/Client/CameraStoryUtils.lua +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
## [10.21.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@10.21.0...@quenty/camerastoryutils@10.21.1) (2026-05-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @quenty/camerastoryutils
|
|
9
|
+
|
|
6
10
|
# [10.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@10.20.0...@quenty/camerastoryutils@10.21.0) (2026-05-29)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @quenty/camerastoryutils
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/camerastoryutils",
|
|
3
|
-
"version": "10.21.
|
|
3
|
+
"version": "10.21.1",
|
|
4
4
|
"description": "CameraStoryUtils - utility functions for 3D viewport hoarcekat stories.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"Quenty"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@quenty/blend": "12.36.
|
|
32
|
+
"@quenty/blend": "12.36.1",
|
|
33
33
|
"@quenty/loader": "10.11.0",
|
|
34
34
|
"@quenty/math": "2.7.5",
|
|
35
|
-
"@quenty/promise": "10.18.
|
|
35
|
+
"@quenty/promise": "10.18.1"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
|
|
41
41
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--!strict
|
|
2
2
|
--[=[
|
|
3
|
-
Utility functions for
|
|
3
|
+
Utility functions for Hoarcekat stories.
|
|
4
4
|
@class CameraStoryUtils
|
|
5
5
|
]=]
|
|
6
6
|
|
|
@@ -63,7 +63,7 @@ function CameraStoryUtils.setupViewportFrame(maid: Maid.Maid, target: GuiBase)
|
|
|
63
63
|
end
|
|
64
64
|
|
|
65
65
|
--[=[
|
|
66
|
-
|
|
66
|
+
Returns a promise that resolves to a crate in front of the camera.
|
|
67
67
|
@param maid Maid
|
|
68
68
|
@param viewportFrame ViewportFrame
|
|
69
69
|
@param properties { [string}: any }
|