@defold-typescript/library-types 0.19.4 → 0.20.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defold-typescript/library-types",
3
- "version": "0.19.4",
3
+ "version": "0.20.1",
4
4
  "description": "Vendored TypeScript types for popular Defold Lua libraries, core-type-renamed against @defold-typescript/types.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -171,7 +171,7 @@
171
171
  "classify": "bun scripts/sync-library-types.ts --classify"
172
172
  },
173
173
  "dependencies": {
174
- "@defold-typescript/types": "0.19.4"
174
+ "@defold-typescript/types": "0.20.1"
175
175
  },
176
176
  "devDependencies": {
177
177
  "@typescript-to-lua/language-extensions": "1.19.0",