@constructive-io/s3-streamer 2.8.8 → 2.8.10

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 +0 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -237,7 +237,6 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
237
237
  * [@pgsql/enums](https://www.npmjs.com/package/@pgsql/enums): **🏷️ TypeScript enums** for PostgreSQL AST for safe and ergonomic parsing logic.
238
238
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
239
239
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
240
- * [pg-ast](https://www.npmjs.com/package/pg-ast): **🔍 Low-level AST tools** and transformations for Postgres query structures.
241
240
 
242
241
  ### 🚀 API & Dev Tools
243
242
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/s3-streamer",
3
- "version": "2.8.8",
3
+ "version": "2.8.10",
4
4
  "author": "Constructive <developers@constructive.io>",
5
5
  "description": "stream files to s3",
6
6
  "main": "index.js",
@@ -29,14 +29,14 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@constructive-io/s3-utils": "^2.3.6",
33
- "@pgpmjs/env": "^2.8.7",
32
+ "@constructive-io/s3-utils": "^2.3.7",
33
+ "@pgpmjs/env": "^2.8.8",
34
34
  "glob": "^13.0.0",
35
35
  "makage": "^0.1.9"
36
36
  },
37
37
  "dependencies": {
38
- "@aws-sdk/client-s3": "^3.956.0",
39
- "@aws-sdk/lib-storage": "^3.940.0",
38
+ "@aws-sdk/client-s3": "^3.958.0",
39
+ "@aws-sdk/lib-storage": "^3.958.0",
40
40
  "@constructive-io/content-type-stream": "^2.4.4",
41
41
  "@pgpmjs/types": "^2.12.6"
42
42
  },
@@ -48,5 +48,5 @@
48
48
  "minio",
49
49
  "constructive"
50
50
  ],
51
- "gitHead": "248d4056d3191b71bcab5892ef98b09164de9f7f"
51
+ "gitHead": "976cc9e0e09201c7df40518a1797f4178fc21c2c"
52
52
  }