Commit Graph

14 Commits (b6ca665724ee9725be360647265999697dec58cd)

Author SHA1 Message Date
Rob Pilling f7cc2bff5e typescript: add to authors 2023-02-19 17:58:22 +00:00
Rob Pilling 5ebc5cd880 Typescript version updates 2023-02-14 22:32:57 +00:00
dependabot[bot] 8482576064
Bump node-fetch from 3.2.9 to 3.2.10 in /typescript
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.9 to 3.2.10.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.9...v3.2.10)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 08:28:46 +00:00
qucchia b3496a0c74 TypeScript: remove build:types 2022-07-22 09:59:16 +02:00
qucchia 61835e8d64 Update types with events 2022-07-21 12:50:04 +02:00
qucchia cbd6e7d7f8 Update TypeScript README 2022-07-20 16:23:38 +02:00
qucchia 805b5026da Start auto-generating types 2022-07-20 15:07:21 +02:00
qucchia bff1298d99 Add new typings for TypeScript 2022-07-19 09:49:47 +02:00
Sebastian Di Luzio 4727652627 rename build step to be less confusing for widgets 2022-01-20 21:09:57 +01:00
Sebastian Di Luzio 96b099b10a make tsconfig work for all ts apps 2021-12-10 21:51:35 +01:00
Sebastian Di Luzio 45bd654eca fix global vars inside IDE (only cli to go) 2021-12-10 21:19:01 +01:00
Sebastian Di Luzio 83d445c1a2 move package back within typescript 2021-12-10 20:52:17 +01:00
Sebastian Di Luzio 63b26f5d1f move dev dependencies to main package.json, get first compiling version of test widget
- i still want to be able to get the types ambiently defined without any weird import needed
- it would be nice to be able to have a separate package.json in ./typescirpt. not sure if it's possible, I would move working on that part to the end
2021-12-08 20:22:39 +01:00
Sebastian Di Luzio 61cc93b0b6 prepare for using with widChargingStatus
global types are not yet received correctly, but we're close!

- use widChargerStatus as first example to make setup work
- add github action to compile supplied types/globals on pushes
2021-12-07 22:27:09 +01:00