Skip to content
Open
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 examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@cipherstash/stack": "workspace:*",
"dotenv": "^17.4.2",
"pg": "8.20.0"
"pg": "8.21.0"
},
"devDependencies": {
"stash": "workspace:*",
Expand Down
22 changes: 11 additions & 11 deletions examples/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"dependencies": {
"@cipherstash/prisma-next": "workspace:*",
"@cipherstash/stack": "workspace:*",
"@prisma-next/adapter-postgres": "0.8.0",
"@prisma-next/contract": "0.8.0",
"@prisma-next/driver-postgres": "0.8.0",
"@prisma-next/family-sql": "0.8.0",
"@prisma-next/framework-components": "0.8.0",
"@prisma-next/postgres": "0.8.0",
"@prisma-next/sql-contract": "0.8.0",
"@prisma-next/sql-contract-psl": "0.8.0",
"@prisma-next/sql-orm-client": "0.8.0",
"@prisma-next/sql-runtime": "0.8.0",
"@prisma-next/target-postgres": "0.8.0",
"@prisma-next/adapter-postgres": "0.13.0",
"@prisma-next/contract": "0.13.0",
"@prisma-next/driver-postgres": "0.13.0",
"@prisma-next/family-sql": "0.13.0",
"@prisma-next/framework-components": "0.13.0",
"@prisma-next/postgres": "0.13.0",
"@prisma-next/sql-contract": "0.13.0",
"@prisma-next/sql-contract-psl": "0.13.0",
"@prisma-next/sql-orm-client": "0.13.0",
"@prisma-next/sql-runtime": "0.13.0",
"@prisma-next/target-postgres": "0.13.0",
"dotenv": "^17.4.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@cipherstash/stack": "workspace:*",
"drizzle-orm": "0.45.2",
"pg": "^8.20.0"
"pg": "^8.21.0"
},
"devDependencies": {
"@types/node": "^22.19.19",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"dependencies": {
"@cipherstash/auth": "catalog:repo",
"@cipherstash/migrate": "workspace:*",
"@clack/prompts": "1.4.0",
"@clack/prompts": "1.5.1",
"dotenv": "17.4.2",
"jiti": "2.7.0",
"pg": "8.20.0",
"pg": "8.21.0",
"picocolors": "^1.1.1",
"posthog-node": "^5.34.2",
"posthog-node": "^5.36.17",
"zod": "^3.25.76"
},
"//optionalDependencies": "@cipherstash/auth ships per-platform native bindings as optional peerDependencies. pnpm does not auto-install platform-matched optional peer deps, so we declare them here as optionalDependencies — pnpm then picks the binary matching the host's os/cpu (from each sub-package's own package.json) and ignores the rest. All seven names share a single catalog entry to keep them in lockstep.",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@cipherstash/stack": "workspace:*",
"@types/pg": "^8.20.0",
"dotenv": "^17.4.2",
"pg": "8.20.0",
"pg": "8.21.0",
"tsup": "catalog:repo",
"typescript": "catalog:repo",
"vitest": "catalog:repo"
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"access": "public"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.60.4"
"@rollup/rollup-linux-x64-gnu": "4.61.1"
},
"dependencies": {
"jose": "^6.2.3"
Expand Down
28 changes: 14 additions & 14 deletions packages/prisma-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,27 +80,27 @@
},
"dependencies": {
"@cipherstash/stack": "workspace:*",
"@prisma-next/contract": "0.8.0",
"@prisma-next/family-sql": "0.8.0",
"@prisma-next/framework-components": "0.8.0",
"@prisma-next/migration-tools": "0.8.0",
"@prisma-next/sql-contract": "0.8.0",
"@prisma-next/sql-operations": "0.8.0",
"@prisma-next/sql-relational-core": "0.8.0",
"@prisma-next/sql-runtime": "0.8.0",
"@prisma-next/ts-render": "0.8.0",
"@prisma-next/utils": "0.8.0",
"@prisma-next/contract": "0.13.0",
"@prisma-next/family-sql": "0.13.0",
"@prisma-next/framework-components": "0.13.0",
"@prisma-next/migration-tools": "0.13.0",
"@prisma-next/sql-contract": "0.13.0",
"@prisma-next/sql-operations": "0.13.0",
"@prisma-next/sql-relational-core": "0.13.0",
"@prisma-next/sql-runtime": "0.13.0",
"@prisma-next/ts-render": "0.13.0",
"@prisma-next/utils": "0.13.0",
"arktype": "^2.1.29"
},
"devDependencies": {
"@prisma-next/adapter-postgres": "0.8.0",
"@prisma-next/adapter-postgres": "0.13.0",
"@prisma-next/cli": "0.8.0",
"@prisma-next/driver-postgres": "0.8.0",
"@prisma-next/driver-postgres": "0.13.0",
"@prisma-next/psl-parser": "0.8.0",
"@prisma-next/sql-contract-psl": "0.8.0",
"@prisma-next/sql-contract-psl": "0.13.0",
"@prisma-next/sql-contract-ts": "0.8.0",
"@prisma-next/sql-schema-ir": "0.8.0",
"@prisma-next/target-postgres": "0.8.0",
"@prisma-next/target-postgres": "0.13.0",
"pathe": "^2.0.3",
"tsup": "catalog:repo",
"typescript": "catalog:repo",
Expand Down
4 changes: 2 additions & 2 deletions packages/protect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
},
"dependencies": {
"@byteslice/result": "^0.2.0",
"@cipherstash/protect-ffi": "0.23.0",
"@cipherstash/protect-ffi": "0.26.0",
"@cipherstash/schema": "workspace:*",
"@stricli/core": "^1.2.7",
"dotenv": "17.4.2",
"zod": "^3.25.76"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.60.4"
"@rollup/rollup-linux-x64-gnu": "4.61.1"
}
}
4 changes: 2 additions & 2 deletions packages/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"release": "tsup"
},
"devDependencies": {
"@clack/prompts": "^1.4.0",
"@clack/prompts": "^1.5.1",
"@supabase/supabase-js": "^2.105.4",
"@types/uuid": "^11.0.0",
"dotenv": "17.4.2",
Expand All @@ -214,7 +214,7 @@
"dependencies": {
"@byteslice/result": "0.2.0",
"@cipherstash/auth": "catalog:repo",
"@cipherstash/protect-ffi": "0.24.0",
"@cipherstash/protect-ffi": "0.26.0",
"evlog": "1.11.0",
"uuid": "14.0.0",
"zod": "3.25.76"
Expand Down
8 changes: 4 additions & 4 deletions packages/wizard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"lint": "biome check ."
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.3.143",
"@anthropic-ai/claude-agent-sdk": "^0.3.175",
"@cipherstash/auth": "catalog:repo",
"@clack/prompts": "1.4.0",
"@clack/prompts": "1.5.1",
"dotenv": "17.4.2",
"pg": "8.20.0",
"pg": "8.21.0",
"picocolors": "^1.1.1",
"posthog-node": "^5.34.2",
"posthog-node": "^5.36.17",
"zod": "^3.25.76"
},
"//optionalDependencies": "@cipherstash/auth ships per-platform native bindings as optional peerDependencies. pnpm does not auto-install platform-matched optional peer deps, so we declare them here as optionalDependencies — pnpm then picks the binary matching the host's os/cpu (from each sub-package's own package.json) and ignores the rest. All seven names share a single catalog entry to keep them in lockstep.",
Expand Down
Loading
Loading