@defold-typescript/types 0.15.0 → 0.15.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/index.d.ts CHANGED
@@ -78,6 +78,7 @@ export {
78
78
  type ScriptHookName,
79
79
  type ScriptHooks,
80
80
  type ScriptProperties,
81
+ type ScriptPropertiesOf,
81
82
  type ScriptProperty,
82
83
  } from "./src/lifecycle";
83
84
  export { type WrapOptions, wrapAsAmbientGlobal } from "./src/publish-dts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defold-typescript/types",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "TypeScript types for the Defold engine's Lua APIs.",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/index.ts CHANGED
@@ -39,6 +39,7 @@ export {
39
39
  type ScriptHooks,
40
40
  type ScriptHooksWithProperties,
41
41
  type ScriptProperties,
42
+ type ScriptPropertiesOf,
42
43
  type ScriptProperty,
43
44
  } from "./lifecycle";
44
45
  export { type WrapOptions, wrapAsAmbientGlobal } from "./publish-dts";