@rbxts/types 1.0.929 → 1.0.930

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.
@@ -3149,6 +3149,7 @@ interface CheckableTypes extends CheckablePrimitives {
3149
3149
  Rect: Rect;
3150
3150
  Region3: Region3;
3151
3151
  Region3int16: Region3int16;
3152
+ Secret: Secret;
3152
3153
  TweenInfo: TweenInfo;
3153
3154
  UDim: UDim;
3154
3155
  UDim2: UDim2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.929",
3
+ "version": "1.0.930",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },