@nativewrappers/fivem 0.0.145 → 0.0.146
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/index.d.ts +0 -1
- package/index.js +0 -1
- package/package.json +1 -1
- package/common/BaseScript.d.ts +0 -2
- package/common/BaseScript.js +0 -10
package/index.d.ts
CHANGED
|
@@ -172,7 +172,6 @@ export * from "./common-game/definitions/index.d";
|
|
|
172
172
|
export * from "./common-game/definitions/redm.d";
|
|
173
173
|
export * from "./common-game/cfx/StateBagChangeHandler";
|
|
174
174
|
export * from "./common-game/cfx/cfx";
|
|
175
|
-
export * from "./common/BaseScript";
|
|
176
175
|
export * from "./common/Command";
|
|
177
176
|
export * from "./common/Convar";
|
|
178
177
|
export * from "./common/GlobalData";
|
package/index.js
CHANGED
|
@@ -172,7 +172,6 @@ export * from "./common-game/definitions/index.d";
|
|
|
172
172
|
export * from "./common-game/definitions/redm.d";
|
|
173
173
|
export * from "./common-game/cfx/StateBagChangeHandler";
|
|
174
174
|
export * from "./common-game/cfx/cfx";
|
|
175
|
-
export * from "./common/BaseScript";
|
|
176
175
|
export * from "./common/Command";
|
|
177
176
|
export * from "./common/Convar";
|
|
178
177
|
export * from "./common/GlobalData";
|
package/package.json
CHANGED
package/common/BaseScript.d.ts
DELETED
package/common/BaseScript.js
DELETED