Skip to content

Commit 6b7d669

Browse files
committed
type-writer compat
1 parent 9813a08 commit 6b7d669

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dev": "bun --hot --watch src/main.ts",
1010
"play": "docker-compose -f playground/docker-compose.yml up",
1111
"endplay": "docker-compose -f playground/docker-compose.yml down",
12-
"type-writer": "type-writer",
12+
"type-writer": "npx type-writer",
1313
"build": "yarn build:dist && yarn build:docker",
1414
"build:dist": "bun build --compile --target=bun-linux-x64-modern src/main.ts --outfile dist/server",
1515
"build:docker": "docker build . -t automation-prod",
@@ -42,7 +42,7 @@
4242
"@digital-alchemy/hass": "^24.9.4",
4343
"@digital-alchemy/mqtt-extension": "^24.9.1",
4444
"@digital-alchemy/synapse": "^24.9.4",
45-
"@digital-alchemy/type-writer": "^24.9.4",
45+
"@digital-alchemy/type-writer": "^24.9.5",
4646
"dayjs": "^1.11.13",
4747
"dotenv": "^16.4.5",
4848
"node-cron": "^3.0.3",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -677,9 +677,9 @@ __metadata:
677677
languageName: node
678678
linkType: hard
679679

680-
"@digital-alchemy/type-writer@npm:^24.9.4":
681-
version: 24.9.4
682-
resolution: "@digital-alchemy/type-writer@npm:24.9.4"
680+
"@digital-alchemy/type-writer@npm:^24.9.5":
681+
version: 24.9.6
682+
resolution: "@digital-alchemy/type-writer@npm:24.9.6"
683683
dependencies:
684684
js-yaml: "npm:^4.1.0"
685685
quicktype: "npm:^23.0.170"
@@ -689,8 +689,8 @@ __metadata:
689689
"@digital-alchemy/core": "*"
690690
"@digital-alchemy/hass": "*"
691691
bin:
692-
type-writer: dist/main.js
693-
checksum: 10/4659085c7afe31742a7150c69d7e7ad8d5121e0c5b088790a71c612ddde5996903f9eb2506d88ce8b75c834378664fe15828eade051168a9f52969e7b74976f8
692+
type-writer: scripts/run.sh
693+
checksum: 10/5392b89579bb363aced2105de489cb7fda552bc2abac693e29161c58d6eecfcb9f69c966f8cd96cc025b935fd705032fad1f96b6b5134f765781edbc036abcf9
694694
languageName: node
695695
linkType: hard
696696

@@ -3000,7 +3000,7 @@ __metadata:
30003000
"@digital-alchemy/hass": "npm:^24.9.4"
30013001
"@digital-alchemy/mqtt-extension": "npm:^24.9.1"
30023002
"@digital-alchemy/synapse": "npm:^24.9.4"
3003-
"@digital-alchemy/type-writer": "npm:^24.9.4"
3003+
"@digital-alchemy/type-writer": "npm:^24.9.5"
30043004
"@types/async": "npm:^3.2.24"
30053005
"@types/bun": "npm:^1.1.10"
30063006
"@types/jest": "npm:^29.5.12"

0 commit comments

Comments
 (0)