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
8 changes: 0 additions & 8 deletions .changeset/khaki-dots-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-days-learn.md

This file was deleted.

22 changes: 11 additions & 11 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"examples/cli": {
"name": "@podley/cli",
"version": "0.0.19",
"version": "0.0.20",
"bin": "./dist/podley.js",
"dependencies": {
"@mediapipe/tasks-text": "catalog:",
Expand All @@ -50,7 +50,7 @@
},
"examples/web": {
"name": "@podley/web",
"version": "0.0.11",
"version": "0.0.20",
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@mediapipe/tasks-text": "catalog:",
Expand Down Expand Up @@ -89,7 +89,7 @@
},
"packages/ai": {
"name": "@podley/ai",
"version": "0.0.19",
"version": "0.0.20",
"devDependencies": {
"@podley/job-queue": "workspace:*",
"@podley/storage": "workspace:*",
Expand All @@ -110,7 +110,7 @@
},
"packages/ai-provider": {
"name": "@podley/ai-provider",
"version": "0.0.19",
"version": "0.0.20",
"devDependencies": {
"@mediapipe/tasks-text": "catalog:",
"@podley/ai": "workspace:*",
Expand All @@ -132,7 +132,7 @@
},
"packages/job-queue": {
"name": "@podley/job-queue",
"version": "0.0.19",
"version": "0.0.20",
"devDependencies": {
"@podley/sqlite": "workspace:*",
"@podley/storage": "workspace:*",
Expand All @@ -149,7 +149,7 @@
},
"packages/sqlite": {
"name": "@podley/sqlite",
"version": "0.0.19",
"version": "0.0.20",
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
},
Expand All @@ -160,7 +160,7 @@
},
"packages/storage": {
"name": "@podley/storage",
"version": "0.0.19",
"version": "0.0.20",
"devDependencies": {
"@podley/sqlite": "workspace:*",
"@podley/util": "workspace:*",
Expand All @@ -180,7 +180,7 @@
},
"packages/task-graph": {
"name": "@podley/task-graph",
"version": "0.0.19",
"version": "0.0.20",
"devDependencies": {
"@podley/job-queue": "workspace:*",
"@podley/storage": "workspace:*",
Expand All @@ -196,7 +196,7 @@
},
"packages/tasks": {
"name": "@podley/tasks",
"version": "0.0.19",
"version": "0.0.20",
"devDependencies": {
"@podley/job-queue": "workspace:*",
"@podley/storage": "workspace:*",
Expand All @@ -214,7 +214,7 @@
},
"packages/test": {
"name": "@podley/test",
"version": "0.0.19",
"version": "0.0.20",
"devDependencies": {
"@electric-sql/pglite": "^0.3.11",
"@podley/ai": "workspace:*",
Expand Down Expand Up @@ -247,7 +247,7 @@
},
"packages/util": {
"name": "@podley/util",
"version": "0.0.19",
"version": "0.0.20",
"devDependencies": {
"@sinclair/typebox": "catalog:",
},
Expand Down
13 changes: 13 additions & 0 deletions examples/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @podley/cli

## 0.0.20

### Patch Changes

- Updated dependencies [323373c]
- @podley/storage@0.0.20
- @podley/test@0.0.20
- @podley/ai@0.0.20
- @podley/ai-provider@0.0.20
- @podley/task-graph@0.0.20
- @podley/tasks@0.0.20
- @podley/util@0.0.20

## 0.0.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@podley/cli",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"description": "Podley is a tool for building and running DAG pipelines of AI tasks.",
"scripts": {
"dev": "concurrently -c 'auto' -n 'cli:' 'bun:dev-*'",
Expand Down Expand Up @@ -53,4 +53,4 @@
"publishConfig": {
"access": "public"
}
}
}
17 changes: 17 additions & 0 deletions examples/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @podley/cli

## 0.0.20

### Patch Changes

- 323373c: Update put and putBulk methods to return stored entities across all tabular repositories
update package dependencies
- Updated dependencies [323373c]
- @podley/storage@0.0.20
- @podley/test@0.0.20
- @podley/ai@0.0.20
- @podley/ai-provider@0.0.20
- @podley/job-queue@0.0.20
- @podley/task-graph@0.0.20
- @podley/tasks@0.0.20
- @podley/sqlite@0.0.20
- @podley/util@0.0.20

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podley/web",
"version": "0.0.11",
"version": "0.0.20",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others -c 'auto' -n app,types 'bunx --bun vite' 'tsc -w --noEmit --preserveWatchOutput'",
Expand Down
11 changes: 11 additions & 0 deletions packages/ai-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @podley/ai-provider

## 0.0.20

### Patch Changes

- Updated dependencies [323373c]
- @podley/storage@0.0.20
- @podley/ai@0.0.20
- @podley/job-queue@0.0.20
- @podley/task-graph@0.0.20
- @podley/util@0.0.20

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@podley/ai-provider",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"description": "Podley is a tool for building and running DAG pipelines of AI tasks.",
"scripts": {
"watch": "concurrently -c 'auto' 'bun:watch-*'",
Expand Down
10 changes: 10 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @podley/ai

## 0.0.20

### Patch Changes

- Updated dependencies [323373c]
- @podley/storage@0.0.20
- @podley/job-queue@0.0.20
- @podley/task-graph@0.0.20
- @podley/util@0.0.20

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@podley/ai",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"description": "Podley is a tool for building and running DAG pipelines of AI tasks.",
"scripts": {
"watch": "concurrently -c 'auto' 'bun:watch-*'",
Expand Down
9 changes: 9 additions & 0 deletions packages/job-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @podley/job-queue

## 0.0.20

### Patch Changes

- Updated dependencies [323373c]
- @podley/storage@0.0.20
- @podley/sqlite@0.0.20
- @podley/util@0.0.20

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/job-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@podley/job-queue",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"description": "Podley is a tool for building and running DAG pipelines of AI tasks.",
"scripts": {
"watch": "concurrently -c 'auto' 'bun:watch-*'",
Expand Down
2 changes: 2 additions & 0 deletions packages/sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @podley/sqlite

## 0.0.20

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@podley/sqlite",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"description": "Podley is a tool for building and running DAG pipelines of AI tasks.",
"scripts": {
"watch": "concurrently -c 'auto' 'bun:watch-*'",
Expand Down
9 changes: 9 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @podley/storage

## 0.0.20

### Patch Changes

- 323373c: Update put and putBulk methods to return stored entities across all tabular repositories
update package dependencies
- @podley/sqlite@0.0.20
- @podley/util@0.0.20

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@podley/storage",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"description": "Podley is a tool for building and running DAG pipelines of AI tasks.",
"scripts": {
"watch": "concurrently -c 'auto' 'bun:watch-*'",
Expand Down
9 changes: 9 additions & 0 deletions packages/task-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @podley/task-graph

## 0.0.20

### Patch Changes

- Updated dependencies [323373c]
- @podley/storage@0.0.20
- @podley/job-queue@0.0.20
- @podley/util@0.0.20

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/task-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@podley/task-graph",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"description": "Podley is a tool for building and running DAG pipelines of AI tasks.",
"scripts": {
"watch": "concurrently -c 'auto' 'bun:watch-*'",
Expand Down
10 changes: 10 additions & 0 deletions packages/tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @podley/tasks

## 0.0.20

### Patch Changes

- Updated dependencies [323373c]
- @podley/storage@0.0.20
- @podley/job-queue@0.0.20
- @podley/task-graph@0.0.20
- @podley/util@0.0.20

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@podley/tasks",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"description": "Podley is a tool for building and running DAG pipelines of AI tasks.",
"scripts": {
"watch": "concurrently -c 'auto' 'bun:watch-*'",
Expand Down
16 changes: 16 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @podley/test

## 0.0.20

### Patch Changes

- 323373c: Update put and putBulk methods to return stored entities across all tabular repositories
update package dependencies
- Updated dependencies [323373c]
- @podley/storage@0.0.20
- @podley/ai@0.0.20
- @podley/ai-provider@0.0.20
- @podley/job-queue@0.0.20
- @podley/task-graph@0.0.20
- @podley/tasks@0.0.20
- @podley/sqlite@0.0.20
- @podley/util@0.0.20

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@podley/test",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"description": "Podley is a tool for building and running DAG pipelines of AI tasks.",
"scripts": {
"watch": "concurrently -c 'auto' 'bun:watch-*'",
Expand Down
2 changes: 2 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @podley/util

## 0.0.20

## 0.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@podley/util",
"type": "module",
"version": "0.0.19",
"version": "0.0.20",
"description": "Podley is a tool for building and running DAG pipelines of AI tasks.",
"scripts": {
"watch": "concurrently -c 'auto' 'bun:watch-*'",
Expand Down