@cybermp-community/client-types 1.1.3 → 1.1.4

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.
Files changed (2) hide show
  1. package/dist/common.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/common.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  // THIS CODE IS GENERATED, PLEASE DO NOT EDIT THIS
2
- export class IScriptable {}
2
+ export type IScriptable<T = any> = T;
3
3
  export type Handle<T = any> = T;
4
4
  export type WeakHandle<T = any> = T;
5
5
  export type ScriptRef<T = any> = T;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cybermp-community/client-types",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "TypeScript type definitions for the CyberMP client-side environment (Game side).",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -56,4 +56,4 @@
56
56
  "cp2077",
57
57
  "types"
58
58
  ]
59
- }
59
+ }