@trippler/tr_lib 2.8.0 → 2.8.1

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/client/index.d.ts CHANGED
@@ -5,3 +5,4 @@ export { default as requestModel } from './request';
5
5
  export { default as awaitInstanceExisting } from './existing';
6
6
  export { default as control } from './control';
7
7
  export * from './promise/triggerPromise';
8
+ import './nuiFocus';
package/client/index.js CHANGED
@@ -5,3 +5,4 @@ export { default as requestModel } from './request';
5
5
  export { default as awaitInstanceExisting } from './existing';
6
6
  export { default as control } from './control';
7
7
  export * from './promise/triggerPromise';
8
+ import './nuiFocus';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trippler/tr_lib",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
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
@@ -3,3 +3,4 @@ declare global {
3
3
  }
4
4
  export { default as onNuiCallback } from './onNuiCallback';
5
5
  export { default as triggerNuiCallback } from './triggerNuiCallback';
6
+ export { default as nuiFocus } from './nuiFocus';
package/web/index.js CHANGED
@@ -1,2 +1,3 @@
1
1
  export { default as onNuiCallback } from './onNuiCallback';
2
2
  export { default as triggerNuiCallback } from './triggerNuiCallback';
3
+ export { default as nuiFocus } from './nuiFocus';