Skip to content

Commit 1d8a0f6

Browse files
committed
Fix wally package
1 parent f25c22d commit 1d8a0f6

4 files changed

Lines changed: 9 additions & 12 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
The package name + version is
8888

8989
```
90-
ldgerrits/quickzone@^1.3.18
90+
ldgerrits/quickzone@^1.3.181
9191
```
9292

9393
### Manual

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"name": "@rbxts/quickzone",
3-
"version": "1.3.18",
3+
"version": "1.3.181",
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": [
77
"zone",
88
"quickzone"
99
],
1010
"author": "ldgerrits",
11-
"repository": "github:LDGerrits/QuickZone",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/LDGerrits/QuickZone.git"
14+
},
1215
"license": "MIT",
1316
"types": "src/index.d.ts",
1417
"files": [

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.18 • LDGerrits
2+
--v1.3.181 • LDGerrits
33
--[=[
44
@class QuickZone
55

wally.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
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.18"
4+
version = "1.3.181"
55
registry = "https://github.com/UpliftGames/wally-index"
66
realm = "shared"
77
license = "MIT"
88
exclude = ["**"]
9-
include = [
10-
"src/**/*.lua",
11-
"src/**/*.luau",
12-
"wally.toml",
13-
"default.project.json",
14-
"LICENSE.md",
15-
]
9+
include = ["src", "src/*", "wally.toml", "default.project.json", "LICENSE.md"]

0 commit comments

Comments
 (0)