@rbxts/types 1.0.903 → 1.0.904

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.
@@ -12422,8 +12422,6 @@ interface AngularVelocity extends Constraint {
12422
12422
  /**
12423
12423
  * Aligns two `BaseParts` with an animate-able kinematic or force-based joint.
12424
12424
  *
12425
- * - **Tags**: NotBrowsable
12426
- *
12427
12425
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AnimationConstraint)
12428
12426
  */
12429
12427
  interface AnimationConstraint extends Constraint {
@@ -40438,7 +40436,6 @@ interface StarterPlayer extends Instance {
40438
40436
  CharacterWalkSpeed: number;
40439
40437
  /**
40440
40438
  * - **ThreadSafety**: ReadSafe
40441
- * - **Tags**: NotBrowsable
40442
40439
  *
40443
40440
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StarterPlayer#ClassicDeath)
40444
40441
  */
@@ -3614,8 +3614,6 @@ interface AngularVelocity extends Constraint {
3614
3614
  /**
3615
3615
  * Aligns two `BaseParts` with an animate-able kinematic or force-based joint.
3616
3616
  *
3617
- * - **Tags**: NotBrowsable
3618
- *
3619
3617
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AnimationConstraint)
3620
3618
  */
3621
3619
  interface AnimationConstraint extends Constraint {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.903",
3
+ "version": "1.0.904",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },