@prisma-next/extension-pgvector 0.16.0-dev.4 → 0.16.0-dev.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +21 -21
package/README.md CHANGED
@@ -200,7 +200,7 @@ The extension declares the following capabilities:
200
200
 
201
201
  ## Authoring (maintainers)
202
202
 
203
- After changing the contract source, run `pnpm migrations:regen` from the repo root to keep migration metadata, `refs/head.json`, and `end-contract.*` consistent with the freshly-built `src/contract.json`; it is also wired into `pnpm fixtures:emit` automatically.
203
+ After changing the contract source, run `pnpm migrations:regen` from the repo root to keep migration metadata, `refs/head.json`, and the `migrations/snapshots/<hex>/contract.*` store entries consistent with the freshly-built `src/contract.json`; it is also wired into `pnpm fixtures:emit` automatically.
204
204
 
205
205
  See [ADR 212 — Contract spaces](../../../docs/architecture%20docs/adrs/ADR%20212%20-%20Contract%20spaces.md) ("Contract-space package layout") for the layout and rationale.
206
206
 
package/package.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
2
  "name": "@prisma-next/extension-pgvector",
3
- "version": "0.16.0-dev.4",
3
+ "version": "0.16.0-dev.6",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "dependencies": {
8
- "@prisma-next/contract": "0.16.0-dev.4",
9
- "@prisma-next/contract-authoring": "0.16.0-dev.4",
10
- "@prisma-next/family-sql": "0.16.0-dev.4",
11
- "@prisma-next/framework-components": "0.16.0-dev.4",
12
- "@prisma-next/migration-tools": "0.16.0-dev.4",
13
- "@prisma-next/sql-contract": "0.16.0-dev.4",
14
- "@prisma-next/sql-operations": "0.16.0-dev.4",
15
- "@prisma-next/sql-relational-core": "0.16.0-dev.4",
16
- "@prisma-next/sql-runtime": "0.16.0-dev.4",
17
- "@prisma-next/sql-schema-ir": "0.16.0-dev.4",
8
+ "@prisma-next/contract": "0.16.0-dev.6",
9
+ "@prisma-next/contract-authoring": "0.16.0-dev.6",
10
+ "@prisma-next/family-sql": "0.16.0-dev.6",
11
+ "@prisma-next/framework-components": "0.16.0-dev.6",
12
+ "@prisma-next/migration-tools": "0.16.0-dev.6",
13
+ "@prisma-next/sql-contract": "0.16.0-dev.6",
14
+ "@prisma-next/sql-operations": "0.16.0-dev.6",
15
+ "@prisma-next/sql-relational-core": "0.16.0-dev.6",
16
+ "@prisma-next/sql-runtime": "0.16.0-dev.6",
17
+ "@prisma-next/sql-schema-ir": "0.16.0-dev.6",
18
18
  "@standard-schema/spec": "^1.1.0",
19
19
  "arktype": "^2.2.2"
20
20
  },
21
21
  "devDependencies": {
22
- "@prisma-next/adapter-postgres": "0.16.0-dev.4",
23
- "@prisma-next/cli": "0.16.0-dev.4",
24
- "@prisma-next/operations": "0.16.0-dev.4",
25
- "@prisma-next/postgres": "0.16.0-dev.4",
26
- "@prisma-next/sql-contract-ts": "0.16.0-dev.4",
27
- "@prisma-next/target-postgres": "0.16.0-dev.4",
28
- "@prisma-next/test-utils": "0.16.0-dev.4",
29
- "@prisma-next/tsconfig": "0.16.0-dev.4",
30
- "@prisma-next/tsdown": "0.16.0-dev.4",
22
+ "@prisma-next/adapter-postgres": "0.16.0-dev.6",
23
+ "@prisma-next/cli": "0.16.0-dev.6",
24
+ "@prisma-next/operations": "0.16.0-dev.6",
25
+ "@prisma-next/postgres": "0.16.0-dev.6",
26
+ "@prisma-next/sql-contract-ts": "0.16.0-dev.6",
27
+ "@prisma-next/target-postgres": "0.16.0-dev.6",
28
+ "@prisma-next/test-utils": "0.16.0-dev.6",
29
+ "@prisma-next/tsconfig": "0.16.0-dev.6",
30
+ "@prisma-next/tsdown": "0.16.0-dev.6",
31
31
  "tsdown": "0.22.8",
32
32
  "typescript": "5.9.3",
33
33
  "vitest": "4.1.10"
34
34
  },
35
35
  "peerDependencies": {
36
- "@prisma-next/adapter-postgres": "0.16.0-dev.4",
36
+ "@prisma-next/adapter-postgres": "0.16.0-dev.6",
37
37
  "typescript": ">=5.9"
38
38
  },
39
39
  "peerDependenciesMeta": {