Skip to content
Draft
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
4 changes: 2 additions & 2 deletions actors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"next": "16.2.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"workflow": "4.2.4"
"workflow": "https://workflow-tarballs-h3imyuw9g.labs.vercel.dev/workflow.tgz"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
Expand All @@ -24,4 +24,4 @@
"tailwindcss": "^4",
"typescript": "^5"
}
}
}
280 changes: 152 additions & 128 deletions actors/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ai-sdk-workflow-patterns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "19.2.3",
"react-dom": "19.2.3",
"tailwind-merge": "^3.3.1",
"workflow": "4.2.4",
"workflow": "https://workflow-tarballs-h3imyuw9g.labs.vercel.dev/workflow.tgz",
"zod": "^4.1.9"
},
"devDependencies": {
Expand All @@ -34,4 +34,4 @@
"tw-animate-css": "^1.3.8",
"typescript": "^5"
}
}
}
287 changes: 152 additions & 135 deletions ai-sdk-workflow-patterns/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"astro": "^5.16.4",
"workflow": "4.2.4"
"workflow": "https://workflow-tarballs-h3imyuw9g.labs.vercel.dev/workflow.tgz"
}
}
}
278 changes: 151 additions & 127 deletions astro/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions birthday-card-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tailwind-merge": "^3.3.1",
"uuid": "^13.0.0",
"vaul": "^1.1.2",
"workflow": "4.2.4",
"workflow": "https://workflow-tarballs-h3imyuw9g.labs.vercel.dev/workflow.tgz",
"zod": "^4.1.12"
},
"devDependencies": {
Expand All @@ -47,4 +47,4 @@
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}
}
276 changes: 150 additions & 126 deletions birthday-card-generator/pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions custom-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typescript": "^5"
},
"dependencies": {
"@workflow/world-local": "4.1.1",
"workflow": "4.2.4"
"@workflow/world-local": "https://workflow-tarballs-h3imyuw9g.labs.vercel.dev/workflow-world-local.tgz",
"workflow": "https://workflow-tarballs-h3imyuw9g.labs.vercel.dev/workflow.tgz"
}
}
}
289 changes: 153 additions & 136 deletions custom-adapter/pnpm-lock.yaml

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions ffmpeg-processing/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "ffmpeg-processing",
"type": "module",
"private": true,
"scripts": {
"dev": "nitro dev",
"build": "nitro build"
},
"dependencies": {
"@vercel/sandbox": "^1.0.4",
"cors": "^2.8.5",
"express": "^5.2.1",
"ms": "^2.1.3",
"multer": "^2.0.2",
"nitro": "3.0.1-alpha.1",
"rollup": "^4.53.3",
"workflow": "4.2.4"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/ms": "^2.1.0",
"@types/multer": "^2.0.0",
"@types/node": "^20.19.25",
"typescript": "^5.9.3"
}
}
"name": "ffmpeg-processing",
"type": "module",
"private": true,
"scripts": {
"dev": "nitro dev",
"build": "nitro build"
},
"dependencies": {
"@vercel/sandbox": "^1.0.4",
"cors": "^2.8.5",
"express": "^5.2.1",
"ms": "^2.1.3",
"multer": "^2.0.2",
"nitro": "3.0.1-alpha.1",
"rollup": "^4.53.3",
"workflow": "https://workflow-tarballs-h3imyuw9g.labs.vercel.dev/workflow.tgz"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/ms": "^2.1.0",
"@types/multer": "^2.0.0",
"@types/node": "^20.19.25",
"typescript": "^5.9.3"
}
}
Loading