From c5bd8b295962efc7d018ba75d327f50a1538330d Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Tue, 7 Jul 2026 02:34:05 +0000 Subject: [PATCH] chore: replace em dashes with hyphens in package descriptions --- agentic/agentic-server/package.json | 2 +- graphile/graphile-bucket-provisioner-plugin/package.json | 2 +- graphile/graphile-i18n/package.json | 2 +- graphile/graphile-llm/package.json | 2 +- graphile/graphile-ltree/package.json | 2 +- graphile/graphile-pg-aggregates/package.json | 2 +- graphile/graphile-presigned-url-plugin/package.json | 2 +- graphile/graphile-realtime-subscriptions/package.json | 2 +- graphile/graphile-realtime-test/package.json | 2 +- graphile/graphile-search/package.json | 2 +- packages/bucket-provisioner/package.json | 2 +- packages/express-context/package.json | 2 +- packages/llm-env/package.json | 2 +- postgres/pgsql-test/package.json | 2 +- uploads/s3-utils/package.json | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/agentic/agentic-server/package.json b/agentic/agentic-server/package.json index 0b7ecfafc..ff83bc1da 100644 --- a/agentic/agentic-server/package.json +++ b/agentic/agentic-server/package.json @@ -1,7 +1,7 @@ { "name": "agentic-server", "version": "0.8.0", - "description": "Standalone Express LLM service — agent threads, chat streaming, billing metering, and inference logging via express-context", + "description": "Standalone Express LLM service - agent threads, chat streaming, billing metering, and inference logging via express-context", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", diff --git a/graphile/graphile-bucket-provisioner-plugin/package.json b/graphile/graphile-bucket-provisioner-plugin/package.json index deae90ba4..8a9dcbc8f 100644 --- a/graphile/graphile-bucket-provisioner-plugin/package.json +++ b/graphile/graphile-bucket-provisioner-plugin/package.json @@ -1,7 +1,7 @@ { "name": "graphile-bucket-provisioner-plugin", "version": "0.13.0", - "description": "Bucket provisioning plugin for PostGraphile v5 — auto-provisions S3 buckets on bucket table mutations", + "description": "Bucket provisioning plugin for PostGraphile v5 - auto-provisions S3 buckets on bucket table mutations", "author": "Constructive ", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", diff --git a/graphile/graphile-i18n/package.json b/graphile/graphile-i18n/package.json index c1ba6ec6a..73aee54ac 100644 --- a/graphile/graphile-i18n/package.json +++ b/graphile/graphile-i18n/package.json @@ -1,7 +1,7 @@ { "name": "graphile-i18n", "version": "1.4.1", - "description": "PostGraphile v5 i18n plugin — language-aware fields from @i18n translation tables with Accept-Language negotiation and fallback chains", + "description": "PostGraphile v5 i18n plugin - language-aware fields from @i18n translation tables with Accept-Language negotiation and fallback chains", "author": "Constructive ", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", diff --git a/graphile/graphile-llm/package.json b/graphile/graphile-llm/package.json index 7956a2786..0bab48625 100644 --- a/graphile/graphile-llm/package.json +++ b/graphile/graphile-llm/package.json @@ -1,7 +1,7 @@ { "name": "graphile-llm", "version": "0.16.1", - "description": "LLM integration plugin for PostGraphile v5 — server-side text-to-vector embedding and text companion fields for pgvector columns", + "description": "LLM integration plugin for PostGraphile v5 - server-side text-to-vector embedding and text companion fields for pgvector columns", "author": "Constructive ", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", diff --git a/graphile/graphile-ltree/package.json b/graphile/graphile-ltree/package.json index 416598222..dc19d32bf 100644 --- a/graphile/graphile-ltree/package.json +++ b/graphile/graphile-ltree/package.json @@ -1,7 +1,7 @@ { "name": "graphile-ltree", "version": "1.12.1", - "description": "PostGraphile v5 ltree plugin — auto-detects ltree columns, exposes slash-path folder fields, and provides containment/glob filter operators", + "description": "PostGraphile v5 ltree plugin - auto-detects ltree columns, exposes slash-path folder fields, and provides containment/glob filter operators", "author": "Constructive ", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", diff --git a/graphile/graphile-pg-aggregates/package.json b/graphile/graphile-pg-aggregates/package.json index 1048edeb3..8211ccdc3 100644 --- a/graphile/graphile-pg-aggregates/package.json +++ b/graphile/graphile-pg-aggregates/package.json @@ -1,7 +1,7 @@ { "name": "graphile-pg-aggregates", "version": "1.8.1", - "description": "PostGraphile v5 aggregate plugin — sum, avg, min, max, stddev, variance, distinctCount, groupedAggregates with groupBy + having, orderBy relational aggregates", + "description": "PostGraphile v5 aggregate plugin - sum, avg, min, max, stddev, variance, distinctCount, groupedAggregates with groupBy + having, orderBy relational aggregates", "author": "Constructive ", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", diff --git a/graphile/graphile-presigned-url-plugin/package.json b/graphile/graphile-presigned-url-plugin/package.json index b51cd2971..2cb04ae7c 100644 --- a/graphile/graphile-presigned-url-plugin/package.json +++ b/graphile/graphile-presigned-url-plugin/package.json @@ -1,7 +1,7 @@ { "name": "graphile-presigned-url-plugin", "version": "0.21.0", - "description": "Presigned URL upload plugin for PostGraphile v5 — requestUploadUrl mutation and downloadUrl computed field", + "description": "Presigned URL upload plugin for PostGraphile v5 - requestUploadUrl mutation and downloadUrl computed field", "author": "Constructive ", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", diff --git a/graphile/graphile-realtime-subscriptions/package.json b/graphile/graphile-realtime-subscriptions/package.json index d27abca1d..e2bbd5f0f 100644 --- a/graphile/graphile-realtime-subscriptions/package.json +++ b/graphile/graphile-realtime-subscriptions/package.json @@ -1,7 +1,7 @@ { "name": "graphile-realtime-subscriptions", "version": "0.9.0", - "description": "Realtime subscription plugin for PostGraphile v5 — per-table GraphQL subscriptions via LISTEN/NOTIFY", + "description": "Realtime subscription plugin for PostGraphile v5 - per-table GraphQL subscriptions via LISTEN/NOTIFY", "author": "Constructive ", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", diff --git a/graphile/graphile-realtime-test/package.json b/graphile/graphile-realtime-test/package.json index 2c7459e42..7fdc18a39 100644 --- a/graphile/graphile-realtime-test/package.json +++ b/graphile/graphile-realtime-test/package.json @@ -1,7 +1,7 @@ { "name": "graphile-realtime-test", "version": "0.10.1", - "description": "Subscription testing utilities for graphile-realtime-subscriptions — smart tag injection, grafast.subscribe() helpers, and pg_notify simulation", + "description": "Subscription testing utilities for graphile-realtime-subscriptions - smart tag injection, grafast.subscribe() helpers, and pg_notify simulation", "author": "Constructive ", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", diff --git a/graphile/graphile-search/package.json b/graphile/graphile-search/package.json index b0b9137ed..dee2d7969 100644 --- a/graphile/graphile-search/package.json +++ b/graphile/graphile-search/package.json @@ -1,7 +1,7 @@ { "name": "graphile-search", "version": "1.19.1", - "description": "Unified PostGraphile v5 search plugin — abstracts tsvector, BM25, pg_trgm, and pgvector behind a single adapter-based architecture with composite searchScore", + "description": "Unified PostGraphile v5 search plugin - abstracts tsvector, BM25, pg_trgm, and pgvector behind a single adapter-based architecture with composite searchScore", "author": "Constructive ", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", diff --git a/packages/bucket-provisioner/package.json b/packages/bucket-provisioner/package.json index 17f55b443..1a4ff06ea 100644 --- a/packages/bucket-provisioner/package.json +++ b/packages/bucket-provisioner/package.json @@ -2,7 +2,7 @@ "name": "@constructive-io/bucket-provisioner", "version": "0.13.0", "author": "Constructive ", - "description": "S3-compatible bucket provisioning library — create buckets, configure privacy policies, CORS, and access controls", + "description": "S3-compatible bucket provisioning library - create buckets, configure privacy policies, CORS, and access controls", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", diff --git a/packages/express-context/package.json b/packages/express-context/package.json index 6e5673aaa..44ccd7676 100644 --- a/packages/express-context/package.json +++ b/packages/express-context/package.json @@ -1,7 +1,7 @@ { "name": "@constructive-io/express-context", "version": "0.8.0", - "description": "Extractable Express middleware for Constructive tenant context — domain resolution, JWT auth, pgSettings, and withPgClient", + "description": "Extractable Express middleware for Constructive tenant context - domain resolution, JWT auth, pgSettings, and withPgClient", "author": "Constructive ", "homepage": "https://github.com/constructive-io/constructive", "license": "MIT", diff --git a/packages/llm-env/package.json b/packages/llm-env/package.json index 6c33918ff..c95789b34 100644 --- a/packages/llm-env/package.json +++ b/packages/llm-env/package.json @@ -2,7 +2,7 @@ "name": "@constructive-io/llm-env", "version": "0.2.0", "author": "Constructive ", - "description": "LLM environment configuration — single source of truth for all LLM-related env vars and defaults", + "description": "LLM environment configuration - single source of truth for all LLM-related env vars and defaults", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", diff --git a/postgres/pgsql-test/package.json b/postgres/pgsql-test/package.json index 90cc87428..2310c93d1 100644 --- a/postgres/pgsql-test/package.json +++ b/postgres/pgsql-test/package.json @@ -2,7 +2,7 @@ "name": "pgsql-test", "version": "4.18.1", "author": "Constructive ", - "description": "pgsql-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests — giving developers realistic test coverage without external state pollution", + "description": "pgsql-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests - giving developers realistic test coverage without external state pollution", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", diff --git a/uploads/s3-utils/package.json b/uploads/s3-utils/package.json index e47fa00bb..a59bb2af5 100644 --- a/uploads/s3-utils/package.json +++ b/uploads/s3-utils/package.json @@ -2,7 +2,7 @@ "name": "@constructive-io/s3-utils", "version": "2.19.0", "author": "Constructive ", - "description": "Unified S3 utilities — client factory, file operations, presigned URLs", + "description": "Unified S3 utilities - client factory, file operations, presigned URLs", "main": "index.js", "module": "esm/index.js", "types": "index.d.ts",