Skip to content

Commit

Permalink
Update JS deps and prepare v0.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Jan 14, 2025
1 parent 205b16a commit 0e14b84
Show file tree
Hide file tree
Showing 14 changed files with 1,612 additions and 1,463 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.4.0

Added an early version of Record change subscriptions, a.k.a. realtime, APIs.
Users can now subscribe to an entire API/table or specific record to listen for
changes: insertions, updates, deletions (see client tests, docs are TBD).

## v0.3.4

* Update Axum major version to v0.8.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ rusqlite = { version = "^0.32.1", default-features = false, features = [
trailbase-sqlean = { path = "vendor/sqlean", version = "^0.0.1" }
trailbase-extension = { path = "trailbase-extension", version = "^0.1.0" }
trailbase-sqlite = { path = "trailbase-sqlite", version = "^0.1.0" }
trailbase = { path = "trailbase-core", version = "^0.0.2" }
trailbase = { path = "trailbase-core", version = "^0.0.3" }
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.30.3",
"@astrojs/starlight": "^0.31.0",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"@iconify-json/tabler": "^1.2.13",
"astro": "^5.1.1",
"@iconify-json/tabler": "^1.2.14",
"astro": "^5.1.6",
"astro-icon": "^1.1.5",
"chart.js": "^4.4.7",
"chartjs-chart-error-bars": "^4.4.4",
"chartjs-plugin-deferred": "^2.0.0",
"sharp": "^0.33.5",
"solid-js": "^1.9.3",
"solid-js": "^1.9.4",
"starlight-links-validator": "^0.14.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^5.0.1",
"@astrojs/solid-js": "^5.0.2",
"astro-robots-txt": "^1.0.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
Expand Down
12 changes: 6 additions & 6 deletions examples/blog/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"@astrojs/tailwind": "^5.1.4",
"@nanostores/persistent": "^0.10.2",
"@nanostores/solid": "^0.5.0",
"astro": "^5.1.1",
"astro": "^5.1.6",
"astro-icon": "^1.1.5",
"nanostores": "^0.11.3",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.3",
"solid-js": "^1.9.4",
"tailwindcss": "^3.4.17",
"trailbase": "^0.1.4"
},
"devDependencies": {
"@astrojs/solid-js": "^5.0.1",
"@iconify-json/tabler": "^1.2.13",
"@tailwindcss/typography": "^0.5.15",
"@types/dateformat": "^5.0.2",
"@astrojs/solid-js": "^5.0.2",
"@iconify-json/tabler": "^1.2.14",
"@tailwindcss/typography": "^0.5.16",
"@types/dateformat": "^5.0.3",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"quicktype": "^23.0.170",
Expand Down
16 changes: 8 additions & 8 deletions examples/coffeesearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@eslint/js": "^9.18.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.6"
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7"
}
}
10 changes: 5 additions & 5 deletions examples/tutorial/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"check": "tsc --noEmit --skipLibCheck && eslint"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"@eslint/js": "^9.18.0",
"@types/node": "^22.10.6",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"quicktype": "^23.0.170",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"dependencies": {
"csv-parse": "^5.6.0",
Expand Down
Loading

0 comments on commit 0e14b84

Please sign in to comment.