Skip to content

Commit b4dac95

Browse files
committed
Remove index.d.ts file from wally package
1 parent 5a42e79 commit b4dac95

4 files changed

Lines changed: 26 additions & 6 deletions

File tree

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This test highlights the fundamental flaw in traditional Zone-Centric libraries.
8787
Add the following to your wally.toml file:
8888

8989
```toml
90-
ldgerrits/quickzone@^1.3.182
90+
ldgerrits/quickzone@^1.3.185
9191
```
9292

9393
### NPM

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rbxts/quickzone",
3-
"version": "1.3.182",
3+
"version": "1.3.185",
44
"description": "A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones.",
55
"main": "src/init.lua",
66
"keywords": [

src/init.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--!strict
2-
--v1.3.182 • LDGerrits
2+
--v1.3.185 • LDGerrits
33
--[=[
44
@class QuickZone
55

wally.toml

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
11
[package]
22
name = "ldgerrits/quickzone"
33
description = "A high-performance, physics-free spatial query library for Roblox. Maintain 60 FPS with 1M+ zones with near-zero performance impact."
4-
version = "1.3.182"
4+
version = "1.3.185"
55
registry = "https://github.com/UpliftGames/wally-index"
66
realm = "shared"
77
license = "MIT"
8-
exclude = ["**"]
9-
include = ["src", "src/*", "wally.toml", "default.project.json", "LICENSE.md"]
8+
exclude = [
9+
".github",
10+
".vscode",
11+
".gitattributes",
12+
".gitignore",
13+
".styluaignore",
14+
"README.md",
15+
"rokit.toml",
16+
"stylua.toml",
17+
"selene.toml",
18+
"sourcemap.json",
19+
"package.json",
20+
"examples.project.json",
21+
"serve.project.json",
22+
"moonwave.toml",
23+
"build",
24+
"build.rbxl",
25+
"build.rbxl.lock",
26+
"examples",
27+
"docs",
28+
"src/index.d.ts"
29+
]

0 commit comments

Comments
 (0)