Skip to content

Commit 647e662

Browse files
committed
Use published api types
1 parent 0fab037 commit 647e662

3 files changed

Lines changed: 5 additions & 14 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.formatOnSave": true,
3-
"cSpell.words": ["maxlength", "openworkers"],
3+
"cSpell.words": ["dexie", "maxlength", "openworkers"],
44
"files.insertFinalNewline": true,
55
"files.associations": {
66
"*.css": "tailwindcss"

bun.lock

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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"scripts": {
55
"ng": "ng",
66
"dev": "ng serve --host 127.0.0.1",
@@ -23,7 +23,6 @@
2323
"@materia-ui/ngx-monaco-editor": "^6.0.0",
2424
"@ng-icons/core": "^33.0.0",
2525
"@ng-icons/heroicons": "^33.0.0",
26-
"@openworkers/api-types": "../openworkers-api/dist",
2726
"@openworkers/croner-wasm": "^0.3.0",
2827
"dexie": "^4.2.1",
2928
"monaco-editor": "0.55.1",
@@ -34,7 +33,7 @@
3433
"@angular/build": "^21.0.0",
3534
"@angular/cli": "~21.0.0",
3635
"@angular/compiler-cli": "^21.0.0",
37-
"@openworkers/api-types": "^1.0.6",
36+
"@openworkers/api-types": "1.1.0",
3837
"@tailwindcss/postcss": "4.1.17",
3938
"@types/jasmine": "5.1.5",
4039
"ansi_up": "^6.0.2",

0 commit comments

Comments
 (0)