@prisma-next/extension-pgvector 0.16.0-dev.13 → 0.16.0-dev.15
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.
- package/dist/control.mjs +5 -5
- package/package.json +21 -21
- package/src/contract.d.ts +2 -2
- package/src/contract.json +2 -2
package/dist/control.mjs
CHANGED
|
@@ -3,10 +3,10 @@ import { contractSpaceFromJson } from "@prisma-next/migration-tools/spaces";
|
|
|
3
3
|
//#region migrations/20260601T0000_install_vector_extension/migration.json
|
|
4
4
|
var migration_default = {
|
|
5
5
|
from: null,
|
|
6
|
-
to: "
|
|
6
|
+
to: "c7bb9818eb8d86182fff73219e9c27c4f42ff7918bdcabf003324a7c6c814e20",
|
|
7
7
|
providedInvariants: ["pgvector:install-vector-v1"],
|
|
8
8
|
createdAt: "2026-06-01T00:00:00.000Z",
|
|
9
|
-
migrationHash: "
|
|
9
|
+
migrationHash: "b35badf1284debaad98dc2caa449e056d6f02c777afef13acf743a67899d7a04"
|
|
10
10
|
};
|
|
11
11
|
//#endregion
|
|
12
12
|
//#region migrations/20260601T0000_install_vector_extension/ops.json
|
|
@@ -41,7 +41,7 @@ var ops_default = [{
|
|
|
41
41
|
//#endregion
|
|
42
42
|
//#region migrations/refs/head.json
|
|
43
43
|
var head_default = {
|
|
44
|
-
hash: "
|
|
44
|
+
hash: "c7bb9818eb8d86182fff73219e9c27c4f42ff7918bdcabf003324a7c6c814e20",
|
|
45
45
|
invariants: ["pgvector:install-vector-v1"]
|
|
46
46
|
};
|
|
47
47
|
//#endregion
|
|
@@ -50,7 +50,7 @@ var contract_default = {
|
|
|
50
50
|
schemaVersion: "1",
|
|
51
51
|
targetFamily: "sql",
|
|
52
52
|
target: "postgres",
|
|
53
|
-
profileHash: "
|
|
53
|
+
profileHash: "9c8aa3114e84ed3b7ea2bd57526d9c2e1bf7c5292be694e9d3801f566fda7ccb",
|
|
54
54
|
roots: {},
|
|
55
55
|
domain: { "namespaces": { "public": { "models": {} } } },
|
|
56
56
|
storage: {
|
|
@@ -59,7 +59,7 @@ var contract_default = {
|
|
|
59
59
|
"id": "public",
|
|
60
60
|
"kind": "postgres-schema"
|
|
61
61
|
} },
|
|
62
|
-
"storageHash": "
|
|
62
|
+
"storageHash": "c7bb9818eb8d86182fff73219e9c27c4f42ff7918bdcabf003324a7c6c814e20",
|
|
63
63
|
"types": { "vector": {
|
|
64
64
|
"codecId": "pg/vector@1",
|
|
65
65
|
"kind": "codec-instance",
|
package/package.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma-next/extension-pgvector",
|
|
3
|
-
"version": "0.16.0-dev.
|
|
3
|
+
"version": "0.16.0-dev.15",
|
|
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.
|
|
9
|
-
"@prisma-next/contract-authoring": "0.16.0-dev.
|
|
10
|
-
"@prisma-next/family-sql": "0.16.0-dev.
|
|
11
|
-
"@prisma-next/framework-components": "0.16.0-dev.
|
|
12
|
-
"@prisma-next/migration-tools": "0.16.0-dev.
|
|
13
|
-
"@prisma-next/sql-contract": "0.16.0-dev.
|
|
14
|
-
"@prisma-next/sql-operations": "0.16.0-dev.
|
|
15
|
-
"@prisma-next/sql-relational-core": "0.16.0-dev.
|
|
16
|
-
"@prisma-next/sql-runtime": "0.16.0-dev.
|
|
17
|
-
"@prisma-next/sql-schema-ir": "0.16.0-dev.
|
|
8
|
+
"@prisma-next/contract": "0.16.0-dev.15",
|
|
9
|
+
"@prisma-next/contract-authoring": "0.16.0-dev.15",
|
|
10
|
+
"@prisma-next/family-sql": "0.16.0-dev.15",
|
|
11
|
+
"@prisma-next/framework-components": "0.16.0-dev.15",
|
|
12
|
+
"@prisma-next/migration-tools": "0.16.0-dev.15",
|
|
13
|
+
"@prisma-next/sql-contract": "0.16.0-dev.15",
|
|
14
|
+
"@prisma-next/sql-operations": "0.16.0-dev.15",
|
|
15
|
+
"@prisma-next/sql-relational-core": "0.16.0-dev.15",
|
|
16
|
+
"@prisma-next/sql-runtime": "0.16.0-dev.15",
|
|
17
|
+
"@prisma-next/sql-schema-ir": "0.16.0-dev.15",
|
|
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.
|
|
23
|
-
"@prisma-next/cli": "0.16.0-dev.
|
|
24
|
-
"@prisma-next/operations": "0.16.0-dev.
|
|
25
|
-
"@prisma-next/postgres": "0.16.0-dev.
|
|
26
|
-
"@prisma-next/sql-contract-ts": "0.16.0-dev.
|
|
27
|
-
"@prisma-next/target-postgres": "0.16.0-dev.
|
|
28
|
-
"@prisma-next/test-utils": "0.16.0-dev.
|
|
29
|
-
"@prisma-next/tsconfig": "0.16.0-dev.
|
|
30
|
-
"@prisma-next/tsdown": "0.16.0-dev.
|
|
22
|
+
"@prisma-next/adapter-postgres": "0.16.0-dev.15",
|
|
23
|
+
"@prisma-next/cli": "0.16.0-dev.15",
|
|
24
|
+
"@prisma-next/operations": "0.16.0-dev.15",
|
|
25
|
+
"@prisma-next/postgres": "0.16.0-dev.15",
|
|
26
|
+
"@prisma-next/sql-contract-ts": "0.16.0-dev.15",
|
|
27
|
+
"@prisma-next/target-postgres": "0.16.0-dev.15",
|
|
28
|
+
"@prisma-next/test-utils": "0.16.0-dev.15",
|
|
29
|
+
"@prisma-next/tsconfig": "0.16.0-dev.15",
|
|
30
|
+
"@prisma-next/tsdown": "0.16.0-dev.15",
|
|
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.
|
|
36
|
+
"@prisma-next/adapter-postgres": "0.16.0-dev.15",
|
|
37
37
|
"typescript": ">=5.9"
|
|
38
38
|
},
|
|
39
39
|
"peerDependenciesMeta": {
|
package/src/contract.d.ts
CHANGED
|
@@ -30,10 +30,10 @@ import type {
|
|
|
30
30
|
} from '@prisma-next/contract/types';
|
|
31
31
|
|
|
32
32
|
export type StorageHash =
|
|
33
|
-
StorageHashBase<'
|
|
33
|
+
StorageHashBase<'c7bb9818eb8d86182fff73219e9c27c4f42ff7918bdcabf003324a7c6c814e20'>;
|
|
34
34
|
export type ExecutionHash = ExecutionHashBase<string>;
|
|
35
35
|
export type ProfileHash =
|
|
36
|
-
ProfileHashBase<'
|
|
36
|
+
ProfileHashBase<'9c8aa3114e84ed3b7ea2bd57526d9c2e1bf7c5292be694e9d3801f566fda7ccb'>;
|
|
37
37
|
|
|
38
38
|
export type CodecTypes = PgTypes;
|
|
39
39
|
export type LaneCodecTypes = CodecTypes;
|
package/src/contract.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schemaVersion": "1",
|
|
3
3
|
"targetFamily": "sql",
|
|
4
4
|
"target": "postgres",
|
|
5
|
-
"profileHash": "
|
|
5
|
+
"profileHash": "9c8aa3114e84ed3b7ea2bd57526d9c2e1bf7c5292be694e9d3801f566fda7ccb",
|
|
6
6
|
"roots": {},
|
|
7
7
|
"domain": {
|
|
8
8
|
"namespaces": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"kind": "postgres-schema"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
|
-
"storageHash": "
|
|
24
|
+
"storageHash": "c7bb9818eb8d86182fff73219e9c27c4f42ff7918bdcabf003324a7c6c814e20",
|
|
25
25
|
"types": {
|
|
26
26
|
"vector": {
|
|
27
27
|
"codecId": "pg/vector@1",
|