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
10 changes: 9 additions & 1 deletion examples/auth/contract.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/auth/contract.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/auth/contract.prisma
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// use prisma-next
// use prisma-8
//
// The app space is EMPTY on purpose: this example is the dedicated-database
// shape — the database exists solely to carry the auth extension pack, and
Expand Down
2 changes: 1 addition & 1 deletion examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@prisma/composer": "workspace:0.18.0",
"@prisma/composer-cli": "workspace:0.18.0",
"@prisma/composer-prisma-cloud": "workspace:0.18.0",
"@prisma/orm-postgres": "8.0.0-rc.8",
"@prisma/orm-postgres": "8.0.0-rc.10",
"arktype": "^2.2.3",
"hono": "^4.12.31"
},
Expand Down
16 changes: 16 additions & 0 deletions examples/orm-demo/contract.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/orm-demo/contract.prisma
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// use prisma-next
// use prisma-8
//
// The pn-widgets data contract, authored in PSL. One model — a Widget with a
// uuid id and a text label. `prisma-next contract emit` turns this into
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/orm-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@prisma/composer": "workspace:0.18.0",
"@prisma/composer-prisma-cloud": "workspace:0.18.0",
"@prisma/orm-postgres": "8.0.0-rc.8",
"@prisma/orm-postgres": "8.0.0-rc.10",
"effect": "4.0.0-rc.112",
"pg": "8.22.0"
},
Expand Down
24 changes: 24 additions & 0 deletions examples/store/modules/catalog/contract.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/store/modules/catalog/contract.prisma
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// use prisma-next
// use prisma-8
//
// catalog's data contract: the menu, and a single-row Special pointing at the
// current special of the day (the promotions cron job advances it).
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/store/modules/catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@prisma/orm-postgres": "8.0.0-rc.8",
"@prisma/orm-postgres": "8.0.0-rc.10",
"arktype": "^2.2.3",
"pg": "8.22.0"
},
Expand Down
20 changes: 20 additions & 0 deletions examples/store/modules/orders/contract.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/store/modules/orders/contract.prisma
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// use prisma-next
// use prisma-8
//
// orders' data contract: one Order per purchase, snapshotting the product's
// name and price at placement time.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/store/modules/orders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@prisma/orm-postgres": "8.0.0-rc.8",
"@prisma/orm-postgres": "8.0.0-rc.10",
"@store/catalog": "workspace:0.18.0",
"arktype": "^2.2.3",
"pg": "8.22.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/1-prisma-cloud/1-extensions/target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@internal/node": "workspace:0.18.0",
"@internal/s3-protocol": "workspace:0.18.0",
"@internal/service-rpc": "workspace:0.18.0",
"@prisma/orm-postgres": "8.0.0-rc.8",
"@prisma/orm-toolchain": "8.0.0-rc.8",
"@prisma/orm-postgres": "8.0.0-rc.10",
"@prisma/orm-toolchain": "8.0.0-rc.10",
"@standard-schema/spec": "^1.1.0",
"alchemy": "2.0.0-beta.74",
"arktype": "^2.2.3",
Expand Down
Loading
Loading