@defold-typescript/types 0.6.0 → 0.7.0
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/README.md +2 -2
- package/package.json +8 -1
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ Most users get these wired in automatically by the
|
|
|
12
12
|
[`defold-typescript`](https://www.npmjs.com/package/@defold-typescript/cli) CLI
|
|
13
13
|
(`bunx @defold-typescript/cli init`), which points `tsconfig.json` at the right surface.
|
|
14
14
|
|
|
15
|
-
See the repository [README](https://github.com/
|
|
16
|
-
and [`docs/guide/`](https://github.com/
|
|
15
|
+
See the repository [README](https://github.com/defold-typescript/toolchain#readme)
|
|
16
|
+
and [`docs/guide/`](https://github.com/defold-typescript/toolchain/tree/main/docs/guide)
|
|
17
17
|
for the full workflow.
|
|
18
18
|
|
|
19
19
|
## License
|
package/package.json
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defold-typescript/types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "TypeScript types for the Defold engine's Lua APIs.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/defold-typescript/toolchain.git",
|
|
9
|
+
"directory": "packages/types"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/defold-typescript/toolchain#readme",
|
|
12
|
+
"bugs": "https://github.com/defold-typescript/toolchain/issues",
|
|
6
13
|
"type": "module",
|
|
7
14
|
"main": "./src/index.ts",
|
|
8
15
|
"types": "./index.d.ts",
|