@warpfx/nui-core 0.3.0 → 0.3.2

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 CHANGED
@@ -24,7 +24,7 @@ declare class WarpBridge {
24
24
  private constructor();
25
25
  /**
26
26
  * Initialize the NUI bridge. Returns a singleton — safe to call
27
- * multiple times from different modules.
27
+ * multiple times from different resources.
28
28
  */
29
29
  static init(): WarpBridge;
30
30
  /** Whether the NUI is currently visible. */
package/dist/index.js CHANGED
@@ -22,7 +22,7 @@ var WarpBridge = class _WarpBridge {
22
22
  }
23
23
  /**
24
24
  * Initialize the NUI bridge. Returns a singleton — safe to call
25
- * multiple times from different modules.
25
+ * multiple times from different resources.
26
26
  */
27
27
  static init() {
28
28
  if (!window.__warpBridge) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warpfx/nui-core",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Warp Framework — Framework-agnostic NUI bridge for FiveM",
5
5
  "keywords": [
6
6
  "fivem",