@pgpm/achievements 0.13.0 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2025 Dan Lynch <pyramation@gmail.com>
4
- Copyright (c) 2025 Interweb, Inc.
4
+ Copyright (c) 2025 Constructive
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/Makefile CHANGED
@@ -1,5 +1,5 @@
1
- EXTENSION = launchql-achievements
2
- DATA = sql/launchql-achievements--0.9.0.sql
1
+ EXTENSION = pgpm-achievements
2
+ DATA = sql/pgpm-achievements--0.14.0.sql
3
3
 
4
4
  PG_CONFIG = pg_config
5
5
  PGXS := $(shell $(PG_CONFIG) --pgxs)
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @pgpm/achievements
2
2
 
3
3
  <p align="center" width="100%">
4
- <img height="250" src="https://raw.githubusercontent.com/launchql/launchql/refs/heads/main/assets/outline-logo.svg" />
4
+ <img height="250" src="https://raw.githubusercontent.com/constructive-io/constructive/refs/heads/main/assets/outline-logo.svg" />
5
5
  </p>
6
6
 
7
7
  <p align="center" width="100%">
8
- <a href="https://github.com/launchql/pgpm-modules/actions/workflows/ci.yml">
9
- <img height="20" src="https://github.com/launchql/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
8
+ <a href="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml">
9
+ <img height="20" src="https://github.com/constructive-io/pgpm-modules/actions/workflows/ci.yml/badge.svg" />
10
10
  </a>
11
- <a href="https://github.com/launchql/pgpm-modules/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
12
- <a href="https://www.npmjs.com/package/@pgpm/achievements"><img height="20" src="https://img.shields.io/github/package-json/v/launchql/pgpm-modules?filename=packages%2Fmetrics%2Fachievements%2Fpackage.json"/></a>
11
+ <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>
12
+ <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>
13
13
  </p>
14
14
 
15
15
  Achievement system for tracking user progress and milestones.
@@ -66,7 +66,7 @@ pgpm deploy
66
66
 
67
67
  ```bash
68
68
  # 1. Create a workspace
69
- pgpm init --workspace
69
+ pgpm init workspace
70
70
 
71
71
  # 2. Create your first module
72
72
  cd my-workspace
@@ -275,13 +275,13 @@ pnpm test
275
275
 
276
276
  ## Related Tooling
277
277
 
278
- * [pgpm](https://github.com/launchql/launchql/tree/main/packages/pgpm): **🖥️ PostgreSQL Package Manager** for modular Postgres development. Works with database workspaces, scaffolding, migrations, seeding, and installing database packages.
279
- * [pgsql-test](https://github.com/launchql/launchql/tree/main/packages/pgsql-test): **📊 Isolated testing environments** with per-test transaction rollbacks—ideal for integration tests, complex migrations, and RLS simulation.
280
- * [supabase-test](https://github.com/launchql/launchql/tree/main/packages/supabase-test): **🧪 Supabase-native test harness** preconfigured for the local Supabase stack—per-test rollbacks, JWT/role context helpers, and CI/GitHub Actions ready.
281
- * [graphile-test](https://github.com/launchql/launchql/tree/main/packages/graphile-test): **🔐 Authentication mocking** for Graphile-focused test helpers and emulating row-level security contexts.
282
- * [pgsql-parser](https://github.com/launchql/pgsql-parser): **🔄 SQL conversion engine** that interprets and converts PostgreSQL syntax.
283
- * [libpg-query-node](https://github.com/launchql/libpg-query-node): **🌉 Node.js bindings** for `libpg_query`, converting SQL into parse trees.
284
- * [pg-proto-parser](https://github.com/launchql/pg-proto-parser): **📦 Protobuf parser** for parsing PostgreSQL Protocol Buffers definitions to generate TypeScript interfaces, utility functions, and JSON mappings for enums.
278
+ * [pgpm](https://github.com/constructive-io/constructive/tree/main/packages/pgpm): **🖥️ PostgreSQL Package Manager** for modular Postgres development. Works with database workspaces, scaffolding, migrations, seeding, and installing database packages.
279
+ * [pgsql-test](https://github.com/constructive-io/constructive/tree/main/packages/pgsql-test): **📊 Isolated testing environments** with per-test transaction rollbacks—ideal for integration tests, complex migrations, and RLS simulation.
280
+ * [supabase-test](https://github.com/constructive-io/constructive/tree/main/packages/supabase-test): **🧪 Supabase-native test harness** preconfigured for the local Supabase stack—per-test rollbacks, JWT/role context helpers, and CI/GitHub Actions ready.
281
+ * [graphile-test](https://github.com/constructive-io/constructive/tree/main/packages/graphile-test): **🔐 Authentication mocking** for Graphile-focused test helpers and emulating row-level security contexts.
282
+ * [pgsql-parser](https://github.com/constructive-io/pgsql-parser): **🔄 SQL conversion engine** that interprets and converts PostgreSQL syntax.
283
+ * [libpg-query-node](https://github.com/constructive-io/libpg-query-node): **🌉 Node.js bindings** for `libpg_query`, converting SQL into parse trees.
284
+ * [pg-proto-parser](https://github.com/constructive-io/pg-proto-parser): **📦 Protobuf parser** for parsing PostgreSQL Protocol Buffers definitions to generate TypeScript interfaces, utility functions, and JSON mappings for enums.
285
285
 
286
286
  ## Disclaimer
287
287
 
@@ -1,5 +1,4 @@
1
- import { getConnections, PgTestClient } from 'pgsql-test';
2
- import { snapshot } from 'graphile-test';
1
+ import { getConnections, PgTestClient, snapshot } from 'pgsql-test';
3
2
 
4
3
  let pg: PgTestClient;
5
4
  let teardown: () => Promise<void>;
@@ -1,5 +1,4 @@
1
- import { getConnections, PgTestClient } from 'pgsql-test';
2
- import { snapshot } from 'graphile-test';
1
+ import { getConnections, PgTestClient, snapshot } from 'pgsql-test';
3
2
 
4
3
  let pg: PgTestClient;
5
4
  let teardown: () => Promise<void>;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@pgpm/achievements",
3
- "version": "0.13.0",
3
+ "version": "0.15.0",
4
4
  "description": "Achievement system for tracking user progress and milestones",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "contributors": [
7
- "Interweb <developers@interweb.co>"
7
+ "Constructive <developers@constructive.io>"
8
8
  ],
9
9
  "keywords": [
10
10
  "postgresql",
@@ -21,19 +21,19 @@
21
21
  "test:watch": "jest --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@pgpm/jwt-claims": "0.13.0",
25
- "@pgpm/verify": "0.13.0"
24
+ "@pgpm/jwt-claims": "0.15.0",
25
+ "@pgpm/verify": "0.15.0"
26
26
  },
27
27
  "devDependencies": {
28
- "pgpm": "^0.2.0"
28
+ "pgpm": "^1.0.0"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/launchql/pgpm-modules"
32
+ "url": "https://github.com/constructive-io/pgpm-modules"
33
33
  },
34
- "homepage": "https://github.com/launchql/pgpm-modules",
34
+ "homepage": "https://github.com/constructive-io/pgpm-modules",
35
35
  "bugs": {
36
- "url": "https://github.com/launchql/pgpm-modules/issues"
36
+ "url": "https://github.com/constructive-io/pgpm-modules/issues"
37
37
  },
38
- "gitHead": "e7de11be3a2fd806929adf48acc556d812c75aa6"
38
+ "gitHead": "118ac6f810720378fa954e9620abf2516293c148"
39
39
  }
@@ -0,0 +1,8 @@
1
+ # pgpm-achievements extension
2
+ comment = 'pgpm-achievements extension'
3
+ default_version = '0.14.0'
4
+ module_pathname = '$libdir/pgpm-achievements'
5
+ requires = 'plpgsql,uuid-ossp,pgpm-jwt-claims,pgpm-verify'
6
+ relocatable = false
7
+ superuser = false
8
+
package/pgpm.plan CHANGED
@@ -1,8 +1,8 @@
1
1
  %syntax-version=1.0.0
2
- %project=launchql-achievements
3
- %uri=launchql-achievements
2
+ %project=pgpm-achievements
3
+ %uri=pgpm-achievements
4
4
 
5
- schemas/status_private/schema [launchql-jwt-claims:schemas/jwt_public/procedures/current_user_id] 2017-08-11T08:11:51Z skitch <skitch@5b0c196eeb62> # add schemas/status_private/schema
5
+ schemas/status_private/schema [pgpm-jwt-claims:schemas/jwt_public/procedures/current_user_id] 2017-08-11T08:11:51Z skitch <skitch@5b0c196eeb62> # add schemas/status_private/schema
6
6
  schemas/status_public/schema 2017-08-11T08:11:51Z skitch <skitch@5b0c196eeb62> # add schemas/status_public/schema
7
7
  schemas/status_public/tables/user_steps/table [schemas/status_public/schema] 2017-08-11T08:11:51Z skitch <skitch@5b0c196eeb62> # add schemas/status_public/tables/user_steps/table
8
8
  schemas/status_private/procedures/user_completed_step [schemas/status_private/schema schemas/status_public/tables/user_steps/table] 2017-08-11T08:11:51Z skitch <skitch@5b0c196eeb62> # add schemas/status_private/procedures/user_completed_step
@@ -1,4 +1,4 @@
1
- \echo Use "CREATE EXTENSION launchql-achievements" to load this file. \quit
1
+ \echo Use "CREATE EXTENSION pgpm-achievements" to load this file. \quit
2
2
  CREATE SCHEMA IF NOT EXISTS status_private;
3
3
 
4
4
  GRANT USAGE ON SCHEMA status_private TO authenticated, anonymous;
@@ -1,8 +0,0 @@
1
- # launchql-achievements extension
2
- comment = 'launchql-achievements extension'
3
- default_version = '0.9.0'
4
- module_pathname = '$libdir/launchql-achievements'
5
- requires = 'plpgsql,uuid-ossp,launchql-jwt-claims,launchql-verify'
6
- relocatable = false
7
- superuser = false
8
-