@warpfx/client 0.3.1 → 0.3.3
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @warpfx/client — Client-side SDK for Warp
|
|
2
|
+
* @warpfx/client — Client-side SDK for Warp resource development.
|
|
3
3
|
*
|
|
4
4
|
* Clean, minimal API for building FiveM client features with Warp.
|
|
5
5
|
* All calls delegate to the Warp core via FiveM resource exports.
|