Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.2.22"
bun-version: "1.3.13"

- name: Install dependencies
run: bun install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.2.22"
bun-version: "1.3.13"

- name: Install dependencies
run: bun install
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.2.22"
bun-version: "1.3.13"

- name: Install dependencies
run: bun install
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.2.22"
bun-version: "1.3.13"
- name: Install dependencies
run: bun install
- name: Prepare
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.2.22"
bun-version: "1.3.13"
- name: Install dependencies
run: bun install
- name: Prepare
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.2.22"
bun-version: "1.3.13"
- name: Install dependencies
run: bun install
- name: Prepare
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.2.22"
bun-version: "1.3.13"
- name: Install dependencies
run: bun install
- name: Prepare
Expand All @@ -82,7 +82,7 @@ jobs:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.2.22"
bun-version: "1.3.13"
- name: Install dependencies
run: bun install
- name: Prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.2.22"
bun-version: "1.3.13"

- name: Install dependencies
run: bun install
Expand Down
12 changes: 6 additions & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/content": "^3.12.0",
"@nuxt/content": "^3.13.0",
"@nuxt/fonts": "0.14.0",
"@nuxt/ui": "^4.6.1",
"@nuxt/ui": "^4.7.0",
"@resvg/resvg-js": "^2.6.2",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"better-sqlite3": "^12.8.0",
"better-sqlite3": "^12.9.0",
"docus": "https://pkg.pr.new/docus@1339",
"motion-v": "^2.2.0",
"motion-v": "^2.2.1",
"nuxt": "^4.4.2",
"nuxt-studio": "^1.6.0",
"shaders": "^2.5.92",
"nuxt-studio": "^1.6.1",
"shaders": "^2.5.109",
"vaul-vue": "0.4.1",
"zod": "^4.3.6",
"zod-to-json-schema": "^3.25.2"
Expand Down
4 changes: 3 additions & 1 deletion apps/docs/skills/build-audit-logs/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: build-audit-logs
description: Create or review an audit logging system in a TypeScript / JavaScript application using evlog. Use both for greenfield setups ("add audit logs to my app", "set up audit trail", "wire audit pipeline", "I need SOC2 / HIPAA / GDPR / PCI logs", "tamper-evident logs", "who-did-what forensic trail", "per-tenant audit isolation in a SaaS") and for review work ("review my audit setup", "audit my audit logs", "is my audit pipeline compliant", "are we missing denials", "audit coverage gaps", "is the redaction tight enough", "should we add hash-chain integrity"). Trigger even when the user does not mention evlog by name. Covers: design calls (sink choice, integrity, retention, multi-tenancy, GDPR), end-to-end buildout (pipeline → action vocabulary → call sites → denial coverage → redact → tests → compliance review), and a review checklist for grading an existing audit setup. Always operates on the user's own application — not on the evlog package itself.
description: >-
Build or review audit trails in TypeScript/JavaScript apps using evlog (pipelines, typed actions,
denials, retention, compliance-style reviews). For application code, not for extending the evlog package.
---

# Build or Review an Audit System with evlog
Expand Down
16 changes: 8 additions & 8 deletions apps/just-use-evlog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@comark/nuxt": "^0.2.1",
"@nuxt/content": "^3.12.0",
"@nuxt/ui": "^4.6.1",
"@nuxtjs/sitemap": "^8.0.12",
"@comark/nuxt": "^0.3.1",
"@nuxt/content": "^3.13.0",
"@nuxt/ui": "^4.7.0",
"@nuxtjs/sitemap": "^8.0.14",
"@vercel/analytics": "^2.0.1",
"better-sqlite3": "^12.8.0",
"better-sqlite3": "^12.9.0",
"minimark": "^1.0.0",
"nuxt": "^4.4.2",
"shiki": "4.0.2",
"tailwindcss": "^4.2.2"
"tailwindcss": "^4.2.4"
},
"devDependencies": {
"eslint": "^9.39.4",
"typescript": "^6.0.2",
"vue-tsc": "^3.2.6"
"typescript": "^6.0.3",
"vue-tsc": "^3.2.7"
}
}
4 changes: 2 additions & 2 deletions apps/next-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"dependencies": {
"evlog": "workspace:*",
"next": "^16.2.3",
"next": "^16.2.4",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
}
}
6 changes: 3 additions & 3 deletions apps/nuxthub-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"dependencies": {
"@evlog/nuxthub": "workspace:*",
"@libsql/client": "^0.17.2",
"@ai-sdk/vue": "^3.0.154",
"@libsql/client": "^0.17.3",
"@ai-sdk/vue": "^3.0.168",
"@nuxthub/core": "^0.10.7",
"ai": "^6.0.154",
"ai": "^6.0.168",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"evlog": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/ui": "^4.6.1",
"better-auth": "^1.6.2",
"better-sqlite3": "^12.8.0",
"@nuxt/ui": "^4.7.0",
"better-auth": "^1.6.9",
"better-sqlite3": "^12.9.0",
"evlog": "workspace:*",
"nuxt": "^4.4.2",
"tailwindcss": "^4.2.2"
"tailwindcss": "^4.2.4"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13"
Expand Down
Loading
Loading