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
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
pgpm admin-users bootstrap --yes

- name: Run Integration Tests
run: ./scripts/test-all-packages.js
run: pgpm test-packages --full-cycle
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"deps": "pnpm up -r -i -L"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jest": "^30.0.0",
"@types/jest-in-case": "^1.0.3",
"@types/node": "^22.10.4",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"eslint": "^9.39.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^4.3.0",
"jest": "^29.6.2",
"jest": "^30.2.0",
"jest-in-case": "^1.0.2",
"lerna": "^8.2.3",
"pgsql-test": "^2.18.6",
Expand Down
1 change: 1 addition & 0 deletions packages/achievements/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/achievements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/achievements"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fmetrics%2Fachievements%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/achievements"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fachievements%2Fpackage.json"/></a>
</p>

Achievement system for tracking user progress and milestones.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`advanced 1`] = `
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`newbie 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion packages/achievements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/base32/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/base32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/base32"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Futils%2Fbase32%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/base32"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fbase32%2Fpackage.json"/></a>
</p>

RFC4648 Base32 encode/decode in plpgsql
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`base32.decode cases INQXI 1`] = `"Cat"`;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`base32.encode case: 1 1`] = `""`;

Expand Down
2 changes: 1 addition & 1 deletion packages/base32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/database-jobs/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/database-jobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/database-jobs"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fjobs%2Fdatabase-jobs%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/database-jobs"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fdatabase-jobs%2Fpackage.json"/></a>
</p>

Database-specific job handling and queue management.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`scheduled jobs schedule jobs 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion packages/database-jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"dependencies": {
"@pgpm/verify": "workspace:*"
Expand Down
1 change: 1 addition & 0 deletions packages/db-meta-modules/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/db-meta-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/db-meta-modules"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fmeta%2Fdb-meta-modules%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/db-meta-modules"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fdb-meta-modules%2Fpackage.json"/></a>
</p>

Module metadata handling and dependency tracking.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`db_meta_modules should have all expected module tables 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion packages/db-meta-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/db-meta-schema/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/db-meta-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/db-meta-schema"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fmeta%2Fdb-meta-schema%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/db-meta-schema"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fdb-meta-schema%2Fpackage.json"/></a>
</p>

Database metadata utilities and introspection functions.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`db_meta functionality should handle complete meta workflow 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion packages/db-meta-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/defaults/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/defaults/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/defaults"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fsecurity%2Fdefaults%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/defaults"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fdefaults%2Fpackage.json"/></a>
</p>

Security defaults and baseline configurations.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`defaults security configurations configuration verification should create snapshot of security configuration 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion packages/defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/encrypted-secrets-table/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/encrypted-secrets-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/encrypted-secrets-table"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fsecurity%2Fencrypted-secrets-table%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/encrypted-secrets-table"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fencrypted-secrets-table%2Fpackage.json"/></a>
</p>

Table-based encrypted secrets storage and retrieval.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`encrypted secrets table should have secrets_table with correct structure 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion packages/encrypted-secrets-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/encrypted-secrets/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/encrypted-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/encrypted-secrets"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fsecurity%2Fencrypted-secrets%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/encrypted-secrets"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fencrypted-secrets%2Fpackage.json"/></a>
</p>

Encrypted secrets management for PostgreSQL.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`encrypted secrets encrypt_field_bytea_to_text 1`] = `"value-there-and-back"`;

Expand Down
2 changes: 1 addition & 1 deletion packages/encrypted-secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/faker/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/faker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/faker"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Futils%2Ffaker%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/faker"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Ffaker%2Fpackage.json"/></a>
</p>

create fake data in PostgreSQL
Expand Down
2 changes: 1 addition & 1 deletion packages/faker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/geotypes/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/geotypes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/geotypes"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fdata-types%2Fgeotypes%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/geotypes"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fgeotypes%2Fpackage.json"/></a>
</p>

Geographic data types and spatial functions for PostgreSQL.
Expand Down
2 changes: 1 addition & 1 deletion packages/geotypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/inflection/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/inflection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/inflection"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Futils%2Finflection%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/inflection"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Finflection%2Fpackage.json"/></a>
</p>

String inflection utilities for PostgreSQL naming conventions
Expand Down
2 changes: 1 addition & 1 deletion packages/inflection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/jobs/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/jobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/jobs"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fjobs%2Fjobs%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/jobs"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fjobs%2Fpackage.json"/></a>
</p>

Core job system for background task processing in PostgreSQL.
Expand Down
2 changes: 1 addition & 1 deletion packages/jobs/__tests__/__snapshots__/jobs.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`scheduled jobs schedule jobs 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion packages/jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/jwt-claims/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/jwt-claims/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/jwt-claims"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fsecurity%2Fjwt-claims%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/jwt-claims"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fjwt-claims%2Fpackage.json"/></a>
</p>

JWT claim handling and validation functions.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`get values 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion packages/jwt-claims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"dependencies": {
"@pgpm/types": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/measurements/.npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__tests__
jest.config.js
2 changes: 1 addition & 1 deletion packages/measurements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://github.com/constructive-io/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/@pgpm/measurements"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fmetrics%2Fmeasurements%2Fpackage.json"/></a>
<a href="https://www.npmjs.com/package/@pgpm/measurements"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/pgpm-modules?filename=packages%2Fmeasurements%2Fpackage.json"/></a>
</p>

Measurement utilities for performance tracking and analytics.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`measurements schema should find dimensionless quantities 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion packages/measurements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^1.2.2"
"pgpm": "^1.3.0"
},
"repository": {
"type": "git",
Expand Down
Loading
Loading