@prisma-next/extension-postgis 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
@@ -4,10 +4,10 @@ import { contractSpaceFromJson } from "@prisma-next/migration-tools/spaces";
4
4
  //#region migrations/20260601T0000_install_postgis_extension/migration.json
5
5
  var migration_default = {
6
6
  from: null,
7
- to: "sha256:757250bfa94bfa02d9dba751e7ff81da4efed9e85fca5c5877956dacfdc1909e",
7
+ to: "sha256:e59d6d9829e8c0283838035c851e6ad35862dc3f517a0f046253fba24e9a85ff",
8
8
  providedInvariants: ["postgis:install-postgis-v1"],
9
9
  createdAt: "2026-06-01T00:00:00.000Z",
10
- migrationHash: "sha256:df1d38368a17e739f26f34495c5ab1960676d9f185912002a4e06b323ff81cef"
10
+ migrationHash: "sha256:9bdc5339353decec5245f315cd55a1286cfcf49fa678679a1ca1230bb019e8ca"
11
11
  };
12
12
  //#endregion
13
13
  //#region migrations/20260601T0000_install_postgis_extension/ops.json
@@ -40,7 +40,7 @@ var ops_default = [{
40
40
  //#endregion
41
41
  //#region migrations/refs/head.json
42
42
  var head_default = {
43
- hash: "sha256:757250bfa94bfa02d9dba751e7ff81da4efed9e85fca5c5877956dacfdc1909e",
43
+ hash: "sha256:e59d6d9829e8c0283838035c851e6ad35862dc3f517a0f046253fba24e9a85ff",
44
44
  invariants: ["postgis:install-postgis-v1"]
45
45
  };
46
46
  //#endregion
@@ -51,14 +51,14 @@ var contract_default = {
51
51
  target: "postgres",
52
52
  profileHash: "sha256:9c8aa3114e84ed3b7ea2bd57526d9c2e1bf7c5292be694e9d3801f566fda7ccb",
53
53
  roots: {},
54
- domain: { "namespaces": { "__unbound__": { "models": {} } } },
54
+ domain: { "namespaces": { "public": { "models": {} } } },
55
55
  storage: {
56
- "namespaces": { "__unbound__": {
57
- "id": "__unbound__",
58
- "kind": "postgres-unbound-schema",
56
+ "namespaces": { "public": {
57
+ "id": "public",
58
+ "kind": "postgres-schema",
59
59
  "tables": {}
60
60
  } },
61
- "storageHash": "sha256:757250bfa94bfa02d9dba751e7ff81da4efed9e85fca5c5877956dacfdc1909e",
61
+ "storageHash": "sha256:e59d6d9829e8c0283838035c851e6ad35862dc3f517a0f046253fba24e9a85ff",
62
62
  "types": { "geometry": {
63
63
  "codecId": "pg/geometry@1",
64
64
  "kind": "codec-instance",
package/package.json CHANGED
@@ -1,33 +1,33 @@
1
1
  {
2
2
  "name": "@prisma-next/extension-postgis",
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",
17
- "@prisma-next/sql-schema-ir": "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
+ "@prisma-next/sql-schema-ir": "0.11.0-dev.73",
18
18
  "@standard-schema/spec": "^1.1.0",
19
19
  "arktype": "^2.2.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@prisma-next/adapter-postgres": "0.11.0-dev.72",
23
- "@prisma-next/cli": "0.11.0-dev.72",
24
- "@prisma-next/operations": "0.11.0-dev.72",
25
- "@prisma-next/postgres": "0.11.0-dev.72",
26
- "@prisma-next/sql-contract-ts": "0.11.0-dev.72",
27
- "@prisma-next/target-postgres": "0.11.0-dev.72",
28
- "@prisma-next/test-utils": "0.11.0-dev.72",
29
- "@prisma-next/tsconfig": "0.11.0-dev.72",
30
- "@prisma-next/tsdown": "0.11.0-dev.72",
22
+ "@prisma-next/adapter-postgres": "0.11.0-dev.73",
23
+ "@prisma-next/cli": "0.11.0-dev.73",
24
+ "@prisma-next/operations": "0.11.0-dev.73",
25
+ "@prisma-next/postgres": "0.11.0-dev.73",
26
+ "@prisma-next/sql-contract-ts": "0.11.0-dev.73",
27
+ "@prisma-next/target-postgres": "0.11.0-dev.73",
28
+ "@prisma-next/test-utils": "0.11.0-dev.73",
29
+ "@prisma-next/tsconfig": "0.11.0-dev.73",
30
+ "@prisma-next/tsdown": "0.11.0-dev.73",
31
31
  "tsdown": "0.22.0",
32
32
  "typescript": "5.9.3",
33
33
  "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:757250bfa94bfa02d9dba751e7ff81da4efed9e85fca5c5877956dacfdc1909e'>;
34
+ StorageHashBase<'sha256:e59d6d9829e8c0283838035c851e6ad35862dc3f517a0f046253fba24e9a85ff'>;
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
  };
@@ -81,7 +81,7 @@ type ContractBase = Omit<
81
81
  readonly roots: Record<string, never>;
82
82
  readonly domain: {
83
83
  readonly namespaces: {
84
- readonly __unbound__: {
84
+ readonly public: {
85
85
  readonly models: Record<string, never>;
86
86
  };
87
87
  };
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:757250bfa94bfa02d9dba751e7ff81da4efed9e85fca5c5877956dacfdc1909e",
22
+ "storageHash": "sha256:e59d6d9829e8c0283838035c851e6ad35862dc3f517a0f046253fba24e9a85ff",
23
23
  "types": {
24
24
  "geometry": {
25
25
  "codecId": "pg/geometry@1",