Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.42.0",
"version": "0.43.0",
"npmClient": "pnpm"
}
}
2 changes: 1 addition & 1 deletion packages/achievements/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-achievements
DATA = sql/pgpm-achievements--0.42.0.sql
DATA = sql/pgpm-achievements--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/achievements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/achievements",
"version": "0.42.0",
"version": "0.43.0",
"description": "Achievement system for tracking user progress and milestones",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/achievements/pgpm-achievements.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-achievements extension
comment = 'pgpm-achievements extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-achievements'
requires = 'plpgsql,pgpm-jwt-claims,pgpm-verify'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/app-scope/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-app-scope
DATA = sql/pgpm-app-scope--0.42.0.sql
DATA = sql/pgpm-app-scope--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/app-scope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/app-scope",
"version": "0.42.0",
"version": "0.43.0",
"description": "Portable scope-chain resolution primitive (ordered scope frames + platform database lookup)",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/app-scope/pgpm-app-scope.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-app-scope extension
comment = 'pgpm-app-scope extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-app-scope'
requires = 'plpgsql,pgpm-verify,metaschema-schema,metaschema-modules'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/base32/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-base32
DATA = sql/pgpm-base32--0.42.0.sql
DATA = sql/pgpm-base32--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/base32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/base32",
"version": "0.42.0",
"version": "0.43.0",
"description": "Base32 encoding and decoding functions for PostgreSQL",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/base32/pgpm-base32.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-base32 extension
comment = 'pgpm-base32 extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-base32'
requires = 'pgcrypto,plpgsql,pgpm-verify'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/database-jobs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-database-jobs
DATA = sql/pgpm-database-jobs--0.42.0.sql
DATA = sql/pgpm-database-jobs--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/database-jobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/database-jobs",
"version": "0.42.0",
"version": "0.43.0",
"description": "Database-specific job handling and queue management",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/database-jobs/pgpm-database-jobs.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-database-jobs extension
comment = 'pgpm-database-jobs extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-database-jobs'
requires = 'plpgsql,pgcrypto,pgpm-verify,pgpm-jwt-claims'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/defaults/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-defaults
DATA = sql/pgpm-defaults--0.42.0.sql
DATA = sql/pgpm-defaults--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/defaults/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/defaults",
"version": "0.42.0",
"version": "0.43.0",
"description": "Security defaults and baseline configurations",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/defaults/pgpm-defaults.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-defaults extension
comment = 'pgpm-defaults extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-defaults'
requires = 'plpgsql,pgpm-verify'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/encrypted-secrets-table/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-encrypted-secrets-table
DATA = sql/pgpm-encrypted-secrets-table--0.42.0.sql
DATA = sql/pgpm-encrypted-secrets-table--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/encrypted-secrets-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/encrypted-secrets-table",
"version": "0.42.0",
"version": "0.43.0",
"description": "Table-based encrypted secrets storage and retrieval",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-encrypted-secrets-table extension
comment = 'pgpm-encrypted-secrets-table extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-encrypted-secrets-table'
requires = 'pgcrypto,plpgsql,pgpm-verify'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/encrypted-secrets/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-encrypted-secrets
DATA = sql/pgpm-encrypted-secrets--0.42.0.sql
DATA = sql/pgpm-encrypted-secrets--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/encrypted-secrets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/encrypted-secrets",
"version": "0.42.0",
"version": "0.43.0",
"description": "Encrypted secrets management for PostgreSQL",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/encrypted-secrets/pgpm-encrypted-secrets.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-encrypted-secrets extension
comment = 'pgpm-encrypted-secrets extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-encrypted-secrets'
requires = 'pgcrypto,plpgsql,pgpm-encrypted-secrets-table,pgpm-verify'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/errors/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = errors
DATA = sql/errors--0.42.0.sql
DATA = sql/errors--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/errors.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# errors extension
comment = 'Canonical structured error raising for constructive-db'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/errors'
requires = 'plpgsql'
relocatable = false
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/errors",
"version": "0.42.0",
"version": "0.43.0",
"description": "Canonical structured error raising for PostgreSQL (errors.raise_error)",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
Binary file removed packages/errors/sql/errors--0.42.0.bundle.tar.gz
Binary file not shown.
Binary file added packages/errors/sql/errors--0.43.0.bundle.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/faker/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-faker
DATA = sql/pgpm-faker--0.42.0.sql
DATA = sql/pgpm-faker--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/faker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/faker",
"version": "0.42.0",
"version": "0.43.0",
"description": "Fake data generation utilities for testing and development",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/faker/pgpm-faker.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-faker extension
comment = 'pgpm-faker extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-faker'
requires = 'citext,pgcrypto,plpgsql,pgpm-types,pgpm-verify'
relocatable = false
Expand Down
Binary file removed packages/faker/sql/pgpm-faker--0.42.0.bundle.tar.gz
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/function-resolution/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-function-resolution
DATA = sql/pgpm-function-resolution--0.42.0.sql
DATA = sql/pgpm-function-resolution--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/function-resolution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/function-resolution",
"version": "0.42.0",
"version": "0.43.0",
"description": "Portable cross-scope function-definition resolution and resolver-aware enqueue (built on app-scope)",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-function-resolution extension
comment = 'pgpm-function-resolution extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-function-resolution'
requires = 'plpgsql,errors,pgpm-verify,metaschema-schema,metaschema-modules,pgpm-app-scope,pgpm-database-jobs,pgpm-jwt-claims'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/geotypes/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-geo-types
DATA = sql/pgpm-geo-types--0.42.0.sql
DATA = sql/pgpm-geo-types--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/geotypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/geotypes",
"version": "0.42.0",
"version": "0.43.0",
"description": "Geographic data types and spatial functions for PostgreSQL",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/geotypes/pgpm-geo-types.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-geo-types extension
comment = 'pgpm-geo-types extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-geo-types'
requires = 'plpgsql,citext,postgis,pgpm-types,pgpm-verify'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/inflection-db/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = inflection-db
DATA = sql/inflection-db--0.42.0.sql
DATA = sql/inflection-db--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/inflection-db/inflection-db.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# inflection-db extension
comment = 'inflection-db extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/inflection-db'
requires = 'pgpm-inflection,pgpm-verify,plpgsql'
relocatable = false
Expand Down
2 changes: 1 addition & 1 deletion packages/inflection-db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/inflection-db",
"version": "0.42.0",
"version": "0.43.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
"Constructive <developers@constructive.io>"
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/inflection/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-inflection
DATA = sql/pgpm-inflection--0.42.0.sql
DATA = sql/pgpm-inflection--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/inflection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/inflection",
"version": "0.42.0",
"version": "0.43.0",
"description": "String inflection utilities for PostgreSQL naming conventions",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/inflection/pgpm-inflection.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-inflection extension
comment = 'pgpm-inflection extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-inflection'
requires = 'plpgsql,unaccent,pgpm-verify'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/jobs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-jobs
DATA = sql/pgpm-jobs--0.42.0.sql
DATA = sql/pgpm-jobs--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/jobs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/jobs",
"version": "0.42.0",
"version": "0.43.0",
"description": "Core job system for background task processing in PostgreSQL",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jobs/pgpm-jobs.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-jobs extension
comment = 'pgpm-jobs extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-jobs'
requires = 'plpgsql,pgcrypto,pgpm-verify'
relocatable = false
Expand Down
Binary file removed packages/jobs/sql/pgpm-jobs--0.42.0.bundle.tar.gz
Binary file not shown.
Binary file added packages/jobs/sql/pgpm-jobs--0.43.0.bundle.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/jwt-claims/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-jwt-claims
DATA = sql/pgpm-jwt-claims--0.42.0.sql
DATA = sql/pgpm-jwt-claims--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/jwt-claims/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/jwt-claims",
"version": "0.42.0",
"version": "0.43.0",
"description": "JWT claim handling and validation functions",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jwt-claims/pgpm-jwt-claims.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-jwt-claims extension
comment = 'pgpm-jwt-claims extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-jwt-claims'
requires = 'plpgsql,errors,pgpm-types,pgpm-verify'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/ltree-helpers/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-ltree-helpers
DATA = sql/pgpm-ltree-helpers--0.42.0.sql
DATA = sql/pgpm-ltree-helpers--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/ltree-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/ltree-helpers",
"version": "0.42.0",
"version": "0.43.0",
"description": "Slash-path to ltree/lquery conversion helpers for PostgreSQL",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ltree-helpers/pgpm-ltree-helpers.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-ltree-helpers extension
comment = 'pgpm-ltree-helpers extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-ltree-helpers'
requires = 'plpgsql,ltree,pgpm-verify'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/measurements/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = pgpm-measurements
DATA = sql/pgpm-measurements--0.42.0.sql
DATA = sql/pgpm-measurements--0.43.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down
2 changes: 1 addition & 1 deletion packages/measurements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgpm/measurements",
"version": "0.42.0",
"version": "0.43.0",
"description": "Measurement utilities for performance tracking and analytics",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/measurements/pgpm-measurements.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pgpm-measurements extension
comment = 'pgpm-measurements extension'
default_version = '0.42.0'
default_version = '0.43.0'
module_pathname = '$libdir/pgpm-measurements'
requires = 'plpgsql,pgpm-verify'
relocatable = false
Expand Down
Binary file not shown.
Binary file not shown.
Loading
Loading