pgpm 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -399,18 +399,18 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
399
399
 
400
400
  ### 🔁 Streaming & Uploads
401
401
 
402
+ * [etag-hash](https://github.com/constructive-io/constructive/tree/main/packages/etag-hash): **🏷️ S3-compatible ETags** created by streaming and hashing file uploads in chunks.
403
+ * [etag-stream](https://github.com/constructive-io/constructive/tree/main/packages/etag-stream): **🔄 ETag computation** via Node stream transformer during upload or transfer.
404
+ * [uuid-hash](https://github.com/constructive-io/constructive/tree/main/packages/uuid-hash): **🆔 Deterministic UUIDs** generated from hashed content, great for deduplication and asset referencing.
405
+ * [uuid-stream](https://github.com/constructive-io/constructive/tree/main/packages/uuid-stream): **🌊 Streaming UUID generation** based on piped file content—ideal for upload pipelines.
402
406
  * [launchql/s3-streamer](https://github.com/constructive-io/constructive/tree/main/packages/s3-streamer): **📤 Direct S3 streaming** for large files with support for metadata injection and content validation.
403
- * [launchql/etag-hash](https://github.com/constructive-io/constructive/tree/main/packages/etag-hash): **🏷️ S3-compatible ETags** created by streaming and hashing file uploads in chunks.
404
- * [launchql/etag-stream](https://github.com/constructive-io/constructive/tree/main/packages/etag-stream): **🔄 ETag computation** via Node stream transformer during upload or transfer.
405
- * [launchql/uuid-hash](https://github.com/constructive-io/constructive/tree/main/packages/uuid-hash): **🆔 Deterministic UUIDs** generated from hashed content, great for deduplication and asset referencing.
406
- * [launchql/uuid-stream](https://github.com/constructive-io/constructive/tree/main/packages/uuid-stream): **🌊 Streaming UUID generation** based on piped file content—ideal for upload pipelines.
407
407
  * [launchql/upload-names](https://github.com/constructive-io/constructive/tree/main/packages/upload-names): **📂 Collision-resistant filenames** utility for structured and unique file names for uploads.
408
408
 
409
409
  ### 🧰 CLI & Codegen
410
410
 
411
411
  * [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.
412
412
  * [@launchql/cli](https://github.com/constructive-io/constructive/tree/main/packages/cli): **🖥️ Command-line toolkit** for managing LaunchQL projects—supports database scaffolding, migrations, seeding, code generation, and automation.
413
- * [constructive-io/constructive-gen](https://github.com/constructive-io/constructive/tree/main/packages/launchql-gen): **✨ Auto-generated GraphQL** mutations and queries dynamically built from introspected schema data.
413
+ * [launchql-gen](https://github.com/constructive-io/constructive/tree/main/packages/launchql-gen): **✨ Auto-generated GraphQL** mutations and queries dynamically built from introspected schema data.
414
414
  * [@launchql/query-builder](https://github.com/constructive-io/constructive/tree/main/packages/query-builder): **🏗️ SQL constructor** providing a robust TypeScript-based query builder for dynamic generation of `SELECT`, `INSERT`, `UPDATE`, `DELETE`, and stored procedure calls—supports advanced SQL features like `JOIN`, `GROUP BY`, and schema-qualified queries.
415
415
  * [@launchql/query](https://github.com/constructive-io/constructive/tree/main/packages/query): **🧩 Fluent GraphQL builder** for PostGraphile schemas. ⚡ Schema-aware via introspection, 🧩 composable and ergonomic for building deeply nested queries.
416
416
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgpm",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "PostgreSQL Package Manager - Database migration and package management CLI",
6
6
  "main": "index.js",
@@ -45,21 +45,21 @@
45
45
  "ts-node": "^10.9.2"
46
46
  },
47
47
  "dependencies": {
48
- "@pgpmjs/core": "^3.0.2",
49
- "@pgpmjs/env": "^2.8.0",
50
- "@pgpmjs/logger": "^1.3.1",
51
- "@pgpmjs/types": "^2.12.0",
52
- "appstash": "^0.2.5",
53
- "create-gen-app": "^0.3.5",
54
- "find-and-require-package-json": "^0.8.1",
55
- "inquirerer": "^2.1.13",
48
+ "@pgpmjs/core": "^3.0.4",
49
+ "@pgpmjs/env": "^2.8.2",
50
+ "@pgpmjs/logger": "^1.3.3",
51
+ "@pgpmjs/types": "^2.12.2",
52
+ "appstash": "^0.2.6",
53
+ "create-gen-app": "^0.3.6",
54
+ "find-and-require-package-json": "^0.8.2",
55
+ "inquirerer": "^2.1.14",
56
56
  "js-yaml": "^4.1.0",
57
57
  "minimist": "^1.2.8",
58
- "pg-cache": "^1.6.2",
59
- "pg-env": "^1.2.1",
58
+ "pg-cache": "^1.6.4",
59
+ "pg-env": "^1.2.2",
60
60
  "semver": "^7.6.2",
61
61
  "shelljs": "^0.10.0",
62
- "yanse": "^0.1.7"
62
+ "yanse": "^0.1.8"
63
63
  },
64
64
  "keywords": [
65
65
  "cli",
@@ -73,5 +73,5 @@
73
73
  "pg",
74
74
  "pgsql"
75
75
  ],
76
- "gitHead": "0fe250de7fa77879887dab4635d93ded16ed43c2"
76
+ "gitHead": "4326e2092d0c57901e898560974d502d626c42cb"
77
77
  }