@rbxts/types 1.0.816 → 1.0.817

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.
@@ -3230,5 +3230,3 @@ interface UserSubscriptionStatus {
3230
3230
  interface ExpirationDetails {
3231
3231
  ExpirationReason: Enum.SubscriptionExpirationReason;
3232
3232
  }
3233
-
3234
- // 7F8EA37-8BD5-4084-99CC-86CE4D418DB6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.816",
3
+ "version": "1.0.817",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },