Skip to content

Commit 4d26411

Browse files
committed
Update workers types
1 parent fc78830 commit 4d26411

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

bun.lock

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openworkers-dash",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -11,7 +11,9 @@
1111
"watch": "ng build --watch --configuration development",
1212
"test": "echo \"Error: no test specified\" && exit 1",
1313
"format": "bun x prettier --write .",
14-
"check": "tsc --noEmit --project tsconfig.app.json"
14+
"check": "tsc --noEmit --project tsconfig.app.json",
15+
"predeploy:dev": "adapter-static ./dist/browser -o ./dist/openworkers",
16+
"deploy:dev": "ow dev workers upload dash-preview ./dist/openworkers"
1517
},
1618
"private": true,
1719
"dependencies": {
@@ -37,8 +39,9 @@
3739
"@angular/build": "^21.1.1",
3840
"@angular/cli": "~21.1.1",
3941
"@angular/compiler-cli": "^21.1.1",
40-
"@openworkers/api-types": "^1.4.5",
41-
"@openworkers/workers-types": "^0.1.7",
42+
"@openworkers/adapter-static": "^0.1.2",
43+
"@openworkers/api-types": "^1.4.7",
44+
"@openworkers/workers-types": "^0.1.9",
4245
"@tailwindcss/postcss": "4.1.17",
4346
"@types/jasmine": "6.0.0",
4447
"ansi_up": "^6.0.6",

0 commit comments

Comments
 (0)