@rbxts/gizmos 1.2.0 → 1.2.1

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.
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Colin Miller
3
+ Copyright (c) 2025 SnarlyZoo
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -7,7 +7,7 @@ Debug drawing library for Roblox with support for lines, rays, shapes, raycasts,
7
7
  Original Luau implementation by **sg3cko**
8
8
  [DevForum Post](https://devforum.roblox.com/t/roblox-gizmos-for-debug-drawing-now-available/3294608)
9
9
 
10
- TypeScript package by Colin Miller (SnarlyZoo)
10
+ TypeScript package by SnarlyZoo
11
11
 
12
12
  ## Installation
13
13
 
@@ -93,4 +93,4 @@ MIT
93
93
  ## Links
94
94
 
95
95
  - [Original DevForum Post](https://devforum.roblox.com/t/roblox-gizmos-for-debug-drawing-now-available/3294608)
96
- - [GitHub Repository](https://github.com/cmmiller26/rbxts-gizmos)
96
+ - [GitHub Repository](https://github.com/snarlyzoo/rbxts-gizmos)
package/out/index.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Original Luau implementation by sg3cko
5
5
  * https://devforum.roblox.com/t/roblox-gizmos-for-debug-drawing-now-available/3294608
6
6
  *
7
- * TypeScript package by Colin Miller (SnarlyZoo)
7
+ * TypeScript package by SnarlyZoo
8
8
  */
9
9
 
10
10
  interface Gizmos {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/gizmos",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "TypeScript port of sg3cko's Gizmos library - Debug drawing utilities for Roblox including shapes, raycasts, paths, and world-space text.",
5
5
  "main": "out/init.lua",
6
6
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  "prepublishOnly": "npm run build"
10
10
  },
11
11
  "keywords": [],
12
- "author": "Colin Miller",
12
+ "author": "SnarlyZoo",
13
13
  "license": "MIT",
14
14
  "type": "commonjs",
15
15
  "types": "out/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "git+https://github.com/cmmiller26/rbxts-gizmos.git"
22
+ "url": "git+https://github.com/snarlyzoo/rbxts-gizmos.git"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"