@rbxts/refx
Advanced tools
Comparing version 0.3.2 to 1.0.0-rc2
@@ -15,7 +15,4 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/** @server */ | ||
Start(players: Player[]): this; | ||
/** @server */ | ||
Start(players?: Player[]): this; | ||
GetPlayers(): Player[]; | ||
/** @server */ | ||
Destroy(): this; | ||
@@ -42,1 +39,3 @@ | ||
export declare function Start(): void; | ||
export as namespace Refx; |
{ | ||
"name": "@rbxts/refx", | ||
"version": "0.3.2", | ||
"description": "A library for Replicating Visual Effects in Roblox.", | ||
"main": "out/init.lua", | ||
"scripts": { | ||
"build": "rbxtsc", | ||
"watch": "rbxtsc -w", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"keywords": ["refx", "visual effects", "vfx", "replication"], | ||
"author": "wAD", | ||
"repository": "https://github.com/wad4444/refx", | ||
"license": "ISC", | ||
"types": "out/index.d.ts", | ||
"files": [ | ||
"out", | ||
"!**/*.tsbuildinfo" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@rbxts/compiler-types": "^2.3.0-types.1", | ||
"@rbxts/types": "^1.0.775", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-roblox-ts": "^0.0.36", | ||
"prettier": "^3.2.5", | ||
"roblox-ts": "^2.3.0", | ||
"typescript": "^5.4.5" | ||
}, | ||
"dependencies": { | ||
"@rbxts/remo": "^1.4.0", | ||
"@rbxts/signal": "^1.1.1", | ||
"@rbxts/t": "^3.1.1" | ||
} | ||
"name": "@rbxts/refx", | ||
"version": "1.0.0-rc2", | ||
"description": "A library for Replicating Visual Effects in Roblox.", | ||
"main": "out/init.lua", | ||
"scripts": { | ||
"build": "rbxtsc --rojo ts.project.json", | ||
"watch": "rbxtsc -w --rojo ts.project.json", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"keywords": [ | ||
"refx", | ||
"visual effects", | ||
"vfx", | ||
"replication" | ||
], | ||
"author": "wAD", | ||
"repository": "https://github.com/wad4444/refx", | ||
"license": "ISC", | ||
"types": "out/index.d.ts", | ||
"files": [ | ||
"out", | ||
"!**/*.tsbuildinfo" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@rbxts/compiler-types": "^2.3.0-types.1", | ||
"@rbxts/types": "^1.0.775", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-roblox-ts": "^0.0.36", | ||
"prettier": "^3.2.5", | ||
"roblox-ts": "^2.3.0", | ||
"typescript": "^5.4.5" | ||
}, | ||
"dependencies": { | ||
"@rbxts/remo": "^1.4.0", | ||
"@rbxts/signal": "npm:@rbxts/sleitnick-signal@^1.0.8", | ||
"@rbxts/t": "^3.1.1" | ||
} | ||
} |
<div align="center"> | ||
<img src="assets/logo.png" alt="RefX" width="175" /> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="assets/logo.png"> | ||
<source media="(prefers-color-scheme: light)" srcset="assets/logo-dark.png"> | ||
<img alt="Refx Logo" src="logo.png"> | ||
</picture> | ||
<br><br><br> | ||
<p>A library for Replicating Visual Effects in Roblox</p> | ||
<a href="https://github.com/"><strong>View docs →</strong></a> | ||
<a href="https://wad4444.github.io/refx/"><strong>View docs →</strong></a> | ||
<br><br><br> | ||
Made with love by [@wAD](https://github.com/g1mmethemoney)❤️ | ||
Made with love by [@wAD](https://github.com/wad4444)❤️ | ||
<br> | ||
[Support the project](https://hipolink.me/wad4444)✨ | ||
</div> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
26210
25
15
1
28
+ Added@rbxts/sleitnick-signal@1.0.8(transitive)
- Removed@rbxts/signal@1.1.1(transitive)