|
1 | 1 | { |
2 | 2 | "name": "openworkers-dash", |
3 | | - "version": "1.4.3", |
| 3 | + "version": "1.4.4", |
4 | 4 | "license": "MIT", |
5 | 5 | "scripts": { |
6 | 6 | "ng": "ng", |
|
12 | 12 | "test": "echo \"Error: no test specified\" && exit 1", |
13 | 13 | "format": "bun x prettier --write .", |
14 | 14 | "check": "tsc --noEmit --project tsconfig.app.json", |
15 | | - "compile:worker": "bun build worker.ts --outfile ./dist/openworkers/worker.js --format esm --target browser", |
16 | | - "predeploy:dev": "adapter-static ./dist/browser -o ./dist/openworkers && bun compile:worker", |
17 | | - "deploy:dev": "ow dev workers upload dash-preview ./dist/openworkers", |
18 | | - "predeploy:main": "adapter-static ./dist/browser -o ./dist/openworkers && bun compile:worker", |
19 | | - "deploy:main": "ow main workers upload openworkers-dash ./dist/openworkers", |
| 15 | + "compile:worker": "bun build worker.ts --outfile ./dist/openworkers/_worker.js --format esm --target browser", |
| 16 | + "deploy:prepare": "ng build && adapter-static ./dist/browser -o ./dist/openworkers && bun compile:worker", |
| 17 | + "deploy:dev": "bun deploy:prepare && ow dev workers upload openworkers-dash ./dist/openworkers", |
| 18 | + "deploy:local": "bun deploy:prepare && ow local workers upload openworkers-dash ./dist/openworkers", |
| 19 | + "deploy:main": "bun deploy:prepare && ow main workers upload openworkers-dash ./dist/openworkers", |
20 | 20 | "clean": "rimraf dist node_modules .angular" |
21 | 21 | }, |
22 | 22 | "private": true, |
23 | 23 | "dependencies": { |
24 | | - "@angular/animations": "^21.1.1", |
25 | | - "@angular/common": "^21.1.1", |
26 | | - "@angular/compiler": "^21.1.1", |
27 | | - "@angular/core": "^21.1.1", |
28 | | - "@angular/forms": "^21.1.1", |
29 | | - "@angular/platform-browser": "^21.1.1", |
30 | | - "@angular/platform-browser-dynamic": "^21.1.1", |
31 | | - "@angular/router": "^21.1.1", |
| 24 | + "@angular/animations": "^21.1.4", |
| 25 | + "@angular/common": "^21.1.4", |
| 26 | + "@angular/compiler": "^21.1.4", |
| 27 | + "@angular/core": "^21.1.4", |
| 28 | + "@angular/forms": "^21.1.4", |
| 29 | + "@angular/platform-browser": "^21.1.4", |
| 30 | + "@angular/platform-browser-dynamic": "^21.1.4", |
| 31 | + "@angular/router": "^21.1.4", |
32 | 32 | "@materia-ui/ngx-monaco-editor": "^6.0.0", |
33 | | - "@ng-icons/core": "^33.0.0", |
34 | | - "@ng-icons/heroicons": "^33.0.0", |
| 33 | + "@ng-icons/core": "^33.1.0", |
| 34 | + "@ng-icons/heroicons": "^33.1.0", |
| 35 | + "@openworkers/adapter-static": "^0.1.6", |
35 | 36 | "@openworkers/croner-wasm": "^0.3.1", |
36 | | - "dexie": "^4.2.1", |
37 | | - "marked": "^17.0.1", |
| 37 | + "dexie": "^4.3.0", |
| 38 | + "marked": "^17.0.2", |
38 | 39 | "monaco-editor": "0.55.1", |
39 | 40 | "rxjs": "^7.8.2", |
40 | 41 | "tslib": "^2.8.1" |
41 | 42 | }, |
42 | 43 | "devDependencies": { |
43 | | - "@angular/build": "^21.1.1", |
44 | | - "@angular/cli": "~21.1.1", |
45 | | - "@angular/compiler-cli": "^21.1.1", |
46 | | - "@openworkers/adapter-static": "^0.1.2", |
47 | | - "@openworkers/api-types": "^1.4.7", |
| 44 | + "@angular/build": "^21.1.4", |
| 45 | + "@angular/cli": "~21.1.4", |
| 46 | + "@angular/compiler-cli": "^21.1.4", |
| 47 | + "@openworkers/api-types": "^1.5.4", |
48 | 48 | "@openworkers/workers-types": "^0.1.9", |
49 | 49 | "@tailwindcss/postcss": "4.1.17", |
50 | 50 | "@types/jasmine": "6.0.0", |
51 | 51 | "ansi_up": "^6.0.6", |
52 | | - "autoprefixer": "^10.4.23", |
| 52 | + "autoprefixer": "^10.4.24", |
53 | 53 | "postcss": "^8.5.6", |
54 | | - "rimraf": "^6.1.2", |
| 54 | + "rimraf": "^6.1.3", |
55 | 55 | "tailwindcss": "4.1.17", |
56 | 56 | "typescript": "5.9.3" |
57 | 57 | } |
|
0 commit comments