@rbxts/types 1.0.936 → 1.0.937

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.
@@ -3187,8 +3187,8 @@ interface CheckableTypes extends CheckablePrimitives {
3187
3187
  AdReward: AdReward;
3188
3188
  Axes: Axes;
3189
3189
  BrickColor: BrickColor;
3190
- CFrame: CFrame;
3191
3190
  CatalogSearchParams: CatalogSearchParams;
3191
+ CFrame: CFrame;
3192
3192
  Color3: Color3;
3193
3193
  ColorSequence: ColorSequence;
3194
3194
  ColorSequenceKeypoint: ColorSequenceKeypoint;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.936",
3
+ "version": "1.0.937",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },