@trippler/tr_lib 2.7.1 → 2.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trippler/tr_lib",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "A lightweight utility & helper library for FiveM developers. Designed to improve code reusability, consistency, and performance across and outcross Trippler resources.",
5
5
  "author": "Trippler",
6
6
  "license": "GPL-3.0",
package/web/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  declare global {
2
2
  const GetParentResourceName: () => string;
3
3
  }
4
- export { default as onNuiCallback } from './triggerNuiCallback';
4
+ export { default as onNuiCallback } from './onNuiCallback';
5
5
  export { default as triggerNuiCallback } from './triggerNuiCallback';
package/web/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export { default as onNuiCallback } from './triggerNuiCallback';
1
+ export { default as onNuiCallback } from './onNuiCallback';
2
2
  export { default as triggerNuiCallback } from './triggerNuiCallback';