@quenty/camera 14.38.1 → 14.39.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +240 -802
  2. package/README.md +1 -1
  3. package/package.json +8 -8
package/README.md CHANGED
@@ -68,7 +68,7 @@ This class takes two arguments and returns the summation of the two
68
68
  * Arguments can be either `CameraState` or a CameraEffect, assuming the effect has a `CameraState` member
69
69
 
70
70
  #### FadingCamera
71
- This classes allows the effects of a camera to be faded / varied based upon a spring
71
+ This class allows the effects of a camera to be faded / varied based upon a spring
72
72
 
73
73
  * Starts at 0 percent effect
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/camera",
3
- "version": "14.38.1",
3
+ "version": "14.39.0",
4
4
  "description": "Quenty's camera system for Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -34,24 +34,24 @@
34
34
  "@quenty/cubicspline": "10.12.0",
35
35
  "@quenty/draw": "7.14.0",
36
36
  "@quenty/ducktype": "5.11.0",
37
- "@quenty/inputobjectutils": "4.29.1",
37
+ "@quenty/inputobjectutils": "4.29.2",
38
38
  "@quenty/loader": "10.11.0",
39
39
  "@quenty/maid": "3.9.0",
40
40
  "@quenty/math": "2.7.5",
41
41
  "@quenty/nevermore-test-runner": "1.4.0",
42
- "@quenty/qframe": "10.20.1",
43
- "@quenty/rx": "13.28.1",
44
- "@quenty/servicebag": "11.17.0",
42
+ "@quenty/qframe": "10.21.0",
43
+ "@quenty/rx": "13.28.2",
44
+ "@quenty/servicebag": "11.18.0",
45
45
  "@quenty/spring": "10.12.0",
46
- "@quenty/valueobject": "13.30.1",
46
+ "@quenty/valueobject": "13.30.2",
47
47
  "@quenty/vector3utils": "10.11.0",
48
48
  "@quentystudios/jest-lua": "3.10.0-quenty.2"
49
49
  },
50
50
  "devDependencies": {
51
- "@quenty/camerastoryutils": "10.19.1"
51
+ "@quenty/camerastoryutils": "10.20.0"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "6801a02bc7e7de951df4b9f65c0efc27b642db70"
56
+ "gitHead": "5cba15660c2856169fd0362e1eeeca4c260029c2"
57
57
  }