@prisma-next/extension-paradedb 0.11.0-dev.72 → 0.11.0-dev.73

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 CHANGED
@@ -9,14 +9,14 @@ const paradedbContractSpace = contractSpaceFromJson({
9
9
  target: "postgres",
10
10
  profileHash: "sha256:9c8aa3114e84ed3b7ea2bd57526d9c2e1bf7c5292be694e9d3801f566fda7ccb",
11
11
  roots: {},
12
- domain: { "namespaces": { "__unbound__": { "models": {} } } },
12
+ domain: { "namespaces": { "public": { "models": {} } } },
13
13
  storage: {
14
- "namespaces": { "__unbound__": {
15
- "id": "__unbound__",
16
- "kind": "postgres-unbound-schema",
14
+ "namespaces": { "public": {
15
+ "id": "public",
16
+ "kind": "postgres-schema",
17
17
  "tables": {}
18
18
  } },
19
- "storageHash": "sha256:39235171df55ec9272b3d1df6666f2c27e20f7d11fd8d8a6fb6c87e1b6e3b9bc"
19
+ "storageHash": "sha256:5dde71f8985299c9eb464edb00d06e2bdef0501bd30b072a614afb48ed4dc21b"
20
20
  },
21
21
  capabilities: {
22
22
  "postgres": {
@@ -46,10 +46,10 @@ const paradedbContractSpace = contractSpaceFromJson({
46
46
  dirName: "20260601T0000_install_pg_search_extension",
47
47
  metadata: {
48
48
  from: null,
49
- to: "sha256:39235171df55ec9272b3d1df6666f2c27e20f7d11fd8d8a6fb6c87e1b6e3b9bc",
49
+ to: "sha256:5dde71f8985299c9eb464edb00d06e2bdef0501bd30b072a614afb48ed4dc21b",
50
50
  providedInvariants: ["paradedb:install-pg-search-v1"],
51
51
  createdAt: "2026-06-01T00:00:00.000Z",
52
- migrationHash: "sha256:c0ecebc8aa59bf46056e9c5fddd4dd9bffc0664a152b67adbc0c19deb88cb37b"
52
+ migrationHash: "sha256:9e41d989a1c9715d67ced43dd0ee4210b06641a6fd78a124b77798d27272e704"
53
53
  },
54
54
  ops: [{
55
55
  "id": "paradedb.install-pg-search-extension",
@@ -79,7 +79,7 @@ const paradedbContractSpace = contractSpaceFromJson({
79
79
  }]
80
80
  }],
81
81
  headRef: {
82
- hash: "sha256:39235171df55ec9272b3d1df6666f2c27e20f7d11fd8d8a6fb6c87e1b6e3b9bc",
82
+ hash: "sha256:5dde71f8985299c9eb464edb00d06e2bdef0501bd30b072a614afb48ed4dc21b",
83
83
  invariants: ["paradedb:install-pg-search-v1"]
84
84
  }
85
85
  });
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@prisma-next/extension-paradedb",
3
- "version": "0.11.0-dev.72",
3
+ "version": "0.11.0-dev.73",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
7
  "dependencies": {
8
- "@prisma-next/contract": "0.11.0-dev.72",
9
- "@prisma-next/contract-authoring": "0.11.0-dev.72",
10
- "@prisma-next/family-sql": "0.11.0-dev.72",
11
- "@prisma-next/framework-components": "0.11.0-dev.72",
12
- "@prisma-next/migration-tools": "0.11.0-dev.72",
13
- "@prisma-next/sql-contract": "0.11.0-dev.72",
14
- "@prisma-next/sql-operations": "0.11.0-dev.72",
15
- "@prisma-next/sql-relational-core": "0.11.0-dev.72",
16
- "@prisma-next/sql-runtime": "0.11.0-dev.72",
8
+ "@prisma-next/contract": "0.11.0-dev.73",
9
+ "@prisma-next/contract-authoring": "0.11.0-dev.73",
10
+ "@prisma-next/family-sql": "0.11.0-dev.73",
11
+ "@prisma-next/framework-components": "0.11.0-dev.73",
12
+ "@prisma-next/migration-tools": "0.11.0-dev.73",
13
+ "@prisma-next/sql-contract": "0.11.0-dev.73",
14
+ "@prisma-next/sql-operations": "0.11.0-dev.73",
15
+ "@prisma-next/sql-relational-core": "0.11.0-dev.73",
16
+ "@prisma-next/sql-runtime": "0.11.0-dev.73",
17
17
  "arktype": "^2.2.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@prisma-next/adapter-postgres": "0.11.0-dev.72",
21
- "@prisma-next/cli": "0.11.0-dev.72",
22
- "@prisma-next/operations": "0.11.0-dev.72",
23
- "@prisma-next/sql-contract-ts": "0.11.0-dev.72",
24
- "@prisma-next/target-postgres": "0.11.0-dev.72",
25
- "@prisma-next/test-utils": "0.11.0-dev.72",
26
- "@prisma-next/tsconfig": "0.11.0-dev.72",
27
- "@prisma-next/tsdown": "0.11.0-dev.72",
20
+ "@prisma-next/adapter-postgres": "0.11.0-dev.73",
21
+ "@prisma-next/cli": "0.11.0-dev.73",
22
+ "@prisma-next/operations": "0.11.0-dev.73",
23
+ "@prisma-next/sql-contract-ts": "0.11.0-dev.73",
24
+ "@prisma-next/target-postgres": "0.11.0-dev.73",
25
+ "@prisma-next/test-utils": "0.11.0-dev.73",
26
+ "@prisma-next/tsconfig": "0.11.0-dev.73",
27
+ "@prisma-next/tsdown": "0.11.0-dev.73",
28
28
  "tsdown": "0.22.0",
29
29
  "typescript": "5.9.3",
30
30
  "vitest": "4.1.6"
package/src/contract.d.ts CHANGED
@@ -31,7 +31,7 @@ import type {
31
31
  } from '@prisma-next/contract/types';
32
32
 
33
33
  export type StorageHash =
34
- StorageHashBase<'sha256:39235171df55ec9272b3d1df6666f2c27e20f7d11fd8d8a6fb6c87e1b6e3b9bc'>;
34
+ StorageHashBase<'sha256:5dde71f8985299c9eb464edb00d06e2bdef0501bd30b072a614afb48ed4dc21b'>;
35
35
  export type ExecutionHash = ExecutionHashBase<string>;
36
36
  export type ProfileHash =
37
37
  ProfileHashBase<'sha256:9c8aa3114e84ed3b7ea2bd57526d9c2e1bf7c5292be694e9d3801f566fda7ccb'>;
@@ -56,8 +56,8 @@ type ContractBase = Omit<
56
56
  ContractType<
57
57
  {
58
58
  readonly namespaces: {
59
- readonly __unbound__: {
60
- readonly id: '__unbound__';
59
+ readonly public: {
60
+ readonly id: 'public';
61
61
  readonly kind: 'sql-namespace';
62
62
  readonly tables: {};
63
63
  };
@@ -73,7 +73,7 @@ type ContractBase = Omit<
73
73
  readonly roots: Record<string, never>;
74
74
  readonly domain: {
75
75
  readonly namespaces: {
76
- readonly __unbound__: {
76
+ readonly public: {
77
77
  readonly models: Record<string, never>;
78
78
  };
79
79
  };
package/src/contract.json CHANGED
@@ -6,20 +6,20 @@
6
6
  "roots": {},
7
7
  "domain": {
8
8
  "namespaces": {
9
- "__unbound__": {
9
+ "public": {
10
10
  "models": {}
11
11
  }
12
12
  }
13
13
  },
14
14
  "storage": {
15
15
  "namespaces": {
16
- "__unbound__": {
17
- "id": "__unbound__",
18
- "kind": "postgres-unbound-schema",
16
+ "public": {
17
+ "id": "public",
18
+ "kind": "postgres-schema",
19
19
  "tables": {}
20
20
  }
21
21
  },
22
- "storageHash": "sha256:39235171df55ec9272b3d1df6666f2c27e20f7d11fd8d8a6fb6c87e1b6e3b9bc"
22
+ "storageHash": "sha256:5dde71f8985299c9eb464edb00d06e2bdef0501bd30b072a614afb48ed4dc21b"
23
23
  },
24
24
  "capabilities": {
25
25
  "postgres": {