Skip to content

Commit a496a00

Browse files
committed
v0.26.5
1 parent 716a872 commit a496a00

9 files changed

Lines changed: 16 additions & 16 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.26.4",
3+
"version": "0.26.5",
44
"npmClient": "pnpm"
55
}

packages/database-jobs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/database-jobs",
3-
"version": "0.26.3",
3+
"version": "0.26.5",
44
"description": "Database-specific job handling and queue management",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [
@@ -35,4 +35,4 @@
3535
"bugs": {
3636
"url": "https://github.com/constructive-io/pgpm-modules/issues"
3737
}
38-
}
38+
}

packages/encrypted-secrets-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/encrypted-secrets-table",
3-
"version": "0.26.0",
3+
"version": "0.26.5",
44
"description": "Table-based encrypted secrets storage and retrieval",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [
@@ -34,4 +34,4 @@
3434
"bugs": {
3535
"url": "https://github.com/constructive-io/pgpm-modules/issues"
3636
}
37-
}
37+
}

packages/encrypted-secrets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/encrypted-secrets",
3-
"version": "0.26.0",
3+
"version": "0.26.5",
44
"description": "Encrypted secrets management for PostgreSQL",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/inflection-db/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/inflection-db",
3-
"version": "0.26.4",
3+
"version": "0.26.5",
44
"description": "Database-level string inflection and naming convention utilities for PostgreSQL",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [
@@ -36,4 +36,4 @@
3636
"bugs": {
3737
"url": "https://github.com/constructive-io/pgpm-modules/issues"
3838
}
39-
}
39+
}

packages/metaschema-modules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/metaschema-modules",
3-
"version": "0.26.3",
3+
"version": "0.26.5",
44
"description": "Module metadata handling and dependency tracking",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [
@@ -35,4 +35,4 @@
3535
"bugs": {
3636
"url": "https://github.com/constructive-io/pgpm-modules/issues"
3737
}
38-
}
38+
}

packages/metaschema-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/metaschema-schema",
3-
"version": "0.26.3",
3+
"version": "0.26.5",
44
"description": "Database metadata utilities and introspection functions",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [
@@ -37,4 +37,4 @@
3737
"bugs": {
3838
"url": "https://github.com/constructive-io/pgpm-modules/issues"
3939
}
40-
}
40+
}

packages/object-tree/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/object-tree",
3-
"version": "0.26.2",
3+
"version": "0.26.5",
44
"description": "Git-like version control for database objects with commits and refs",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [
@@ -38,4 +38,4 @@
3838
"bugs": {
3939
"url": "https://github.com/constructive-io/pgpm-modules/issues"
4040
}
41-
}
41+
}

packages/services/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/services",
3-
"version": "0.26.3",
3+
"version": "0.26.5",
44
"description": "Services schemas for module registration and service configuration",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [
@@ -35,4 +35,4 @@
3535
"bugs": {
3636
"url": "https://github.com/constructive-io/constructive-db/issues"
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)