Use @nativewrappers/fivem instead of @nativewrappers/client#25
Use @nativewrappers/fivem instead of @nativewrappers/client#25antond15 merged 1 commit intoCommunityOx:mainfrom
Conversation
|
As I recall these are not exactly the same class, and the one in I don't have the time to test this, but I doubt changing the nativewrappers package is worth any potential breaking changes with it. |
|
Sorry, I missed that. nativewrappers/nativewrappers@64de520 Also, it appears that the implementation of common/Vector3 is already being used in other projects (such as ox_core and ox_inventory_v3): In my own project, I’m also using the common/Vector3 implementation, and I haven't encountered any issues so far. |
Good catch, that ones on me for not reading it properly. If you have been using this without issues then LGTM 👍. |
This PR switches from using @nativewrappers/client to @nativewrappers/fivem .
The "client" package has not been updated in about 3 years and appears to be no longer maintained.
https://www.npmjs.com/package/@nativewrappers/client
Instead, I propose using @nativewrappers/fivem, which has been under development until relatively recently.
https://www.npmjs.com/package/@nativewrappers/fivem