Skip to content

Commit 0f4dedb

Browse files
authored
Merge pull request #21 from constructive-io/upgrade/to-latest-constructive
upgrade to the latest constructive libs
2 parents b7a2004 + 5c872e7 commit 0f4dedb

82 files changed

Lines changed: 3003 additions & 5897 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"eslint-config-prettier": "^9.1.0",
3535
"eslint-plugin-simple-import-sort": "^12.1.0",
3636
"eslint-plugin-unused-imports": "^4.3.0",
37-
"graphile-test": "2.11.3",
37+
"graphile-test": "^2.11.5",
3838
"graphql-tag": "^2.12.6",
3939
"jest": "^29.6.2",
4040
"jest-in-case": "^1.0.2",
4141
"lerna": "^8.2.3",
42-
"pgsql-test": "^2.16.2",
42+
"pgsql-test": "^2.17.2",
4343
"prettier": "^3.0.2",
4444
"rimraf": "4.4.1",
4545
"ts-jest": "^29.4.5",

packages/data-types/geotypes/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EXTENSION = pgpm-geo-types
2-
DATA = sql/pgpm-geo-types--0.14.0.sql
2+
DATA = sql/pgpm-geo-types--0.15.2.sql
33

44
PG_CONFIG = pg_config
55
PGXS := $(shell $(PG_CONFIG) --pgxs)

packages/data-types/geotypes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
"bugs": {
3636
"url": "https://github.com/constructive-io/pgpm-modules/issues"
3737
}
38-
}
38+
}

packages/data-types/geotypes/pgpm-geo-types.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pgpm-geo-types extension
22
comment = 'pgpm-geo-types extension'
3-
default_version = '0.14.0'
3+
default_version = '0.15.2'
44
module_pathname = '$libdir/pgpm-geo-types'
55
requires = 'plpgsql,citext,postgis,pgpm-types,pgpm-verify'
66
relocatable = false

packages/data-types/geotypes/sql/pgpm-geo-types--0.14.0.sql renamed to packages/data-types/geotypes/sql/pgpm-geo-types--0.15.2.sql

File renamed without changes.

packages/data-types/stamps/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EXTENSION = pgpm-stamps
2-
DATA = sql/pgpm-stamps--0.14.0.sql
2+
DATA = sql/pgpm-stamps--0.15.2.sql
33

44
PG_CONFIG = pg_config
55
PGXS := $(shell $(PG_CONFIG) --pgxs)

packages/data-types/stamps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
"bugs": {
3636
"url": "https://github.com/constructive-io/pgpm-modules/issues"
3737
}
38-
}
38+
}

packages/data-types/stamps/pgpm-stamps.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pgpm-stamps extension
22
comment = 'pgpm-stamps extension'
3-
default_version = '0.14.0'
3+
default_version = '0.15.2'
44
module_pathname = '$libdir/pgpm-stamps'
55
requires = 'plpgsql,pgpm-jwt-claims,pgpm-verify'
66
relocatable = false

packages/data-types/stamps/sql/pgpm-stamps--0.14.0.sql renamed to packages/data-types/stamps/sql/pgpm-stamps--0.15.2.sql

File renamed without changes.

packages/data-types/types/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EXTENSION = pgpm-types
2-
DATA = sql/pgpm-types--0.14.0.sql
2+
DATA = sql/pgpm-types--0.15.2.sql
33

44
PG_CONFIG = pg_config
55
PGXS := $(shell $(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)