Skip to content

Commit 744a683

Browse files
committed
v0.33.0
1 parent cfc41f3 commit 744a683

30 files changed

Lines changed: 7606 additions & 4072 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.32.2",
3+
"version": "0.33.0",
44
"npmClient": "pnpm"
55
}

packages/achievements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/achievements",
3-
"version": "0.32.1",
3+
"version": "0.33.0",
44
"description": "Achievement system for tracking user progress and milestones",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/app-scope/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/app-scope",
3-
"version": "0.32.2",
3+
"version": "0.33.0",
44
"description": "Portable scope-chain resolution primitive (ordered scope frames + platform database lookup)",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/base32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/base32",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Base32 encoding and decoding functions for PostgreSQL",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/database-jobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/database-jobs",
3-
"version": "0.32.2",
3+
"version": "0.33.0",
44
"description": "Database-specific job handling and queue management",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/defaults/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/defaults",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Security defaults and baseline configurations",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/encrypted-secrets-table/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-table",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Table-based encrypted secrets storage and retrieval",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

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.32.0",
3+
"version": "0.33.0",
44
"description": "Encrypted secrets management for PostgreSQL",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/faker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/faker",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Fake data generation utilities for testing and development",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/function-resolution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/function-resolution",
3-
"version": "0.32.2",
3+
"version": "0.33.0",
44
"description": "Portable cross-scope function-definition resolution and resolver-aware enqueue (built on app-scope)",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)