Skip to content

Commit

Permalink
feat: yDoc must be saved with each change. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Apr 23, 2024
1 parent 95a7fc0 commit c2d0a17
Show file tree
Hide file tree
Showing 23 changed files with 1,831 additions and 107 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-ducks-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"y-durableobjects": minor
---

yDoc must be saved with each change.
21 changes: 21 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,27 @@ jobs:
- name: Publint
run: pnpm run publint

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v3
with:
version: 8

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20.x"
cache: "pnpm"

- name: Install dependencies
run: pnpm i

- name: Publint
run: pnpm run test

concurrency:
group: pr-${{ github.head_ref }}
cancel-in-progress: true
2 changes: 1 addition & 1 deletion example/apps/workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@biomejs/biome": "^1.4.1",
"@cloudflare/workers-types": "^4.20231218.0",
"typescript": "^5.2.2",
"wrangler": "^3.26.0"
"wrangler": "^3.51.2"
},
"dependencies": {
"hono": "^4.2.3",
Expand Down
144 changes: 113 additions & 31 deletions example/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c2d0a17

Please sign in to comment.