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 .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "beta",
"initialVersions": {
"ox": "0.14.22"
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
- **Repo checks** -- run `pnpm check:repo` when package metadata or workspace shape changes.
- **Docs dev server** -- use `pnpm docs:dev` for documentation UI work.
- **`pnpm check` mutates** -- it runs `biome check . --fix --unsafe`. Use it only when intentionally applying lint/format fixes.
- **`pnpm format` mutates** -- it runs `biome format --write`.
- **`pnpm format` mutates** -- it runs `vp fmt`.
- **`pnpm exports:update` mutates** -- it rewrites `package.json#exports`.
- **`pnpm docs:gen` and `pnpm docs:build` mutate generated docs output** -- run only when docs generation is part of the task.
- **`pnpm contracts:build` mutates generated contract artifacts** -- it runs Forge and `contracts/scripts/generate-typed-artifacts.ts`.
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"docs:gen": "pnpm build && pnpm docs:extract",
"docs:build": "pnpm docs:gen && pnpm --filter site build",
"exports:update": "node --import tsx ./scripts/exports:update.ts",
"format": "vp fmt",
"knip": "knip --production",
"postinstall": "git submodule update --init --recursive && pnpm contracts:build && pnpm dev",
"preinstall": "pnpx only-allow pnpm",
Expand Down Expand Up @@ -146,6 +147,7 @@
"evm"
],
"files": [
"CHANGELOG.md",
"dist",
"src"
],
Expand Down
2 changes: 1 addition & 1 deletion site/vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default defineConfig({
items: [
{
text: 'Changelog',
link: 'https://github.com/wevm/ox/blob/main/src/CHANGELOG.md',
link: 'https://github.com/wevm/ox/blob/main/CHANGELOG.md',
},
{
text: 'Contributing',
Expand Down
Loading