@quatrain/storage-s3 1.1.15 → 1.1.16

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/package.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
- "name": "@quatrain/storage-s3",
3
- "version": "1.1.15",
4
- "description": "Storage adapter for S3 compatible services",
5
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "bun": "src/index.ts",
8
- "files": [
9
- "LICENSE.md",
10
- "src/",
11
- "lib/",
12
- "README.md"
13
- ],
14
- "author": "Quatrain Développement SAS <developers@quatrain.com>",
15
- "license": "AGPL-3.0-only",
16
- "devDependencies": {
17
- "@tsconfig/recommended": "^1.0.1",
18
- "@types/jest": "^27.0.3",
19
- "@types/node": "^22.10.1",
20
- "jest": "^30.2.0",
21
- "jest-node-exports-resolver": "^1.1.6",
22
- "trace-unhandled": "^2.0.1",
23
- "ts-jest": "^27.1.2",
24
- "ts-node": "^10.4.0",
25
- "typescript": "^5.1.5"
26
- },
27
- "dependencies": {
28
- "@aws-sdk/client-s3": "^3.337.0",
29
- "@aws-sdk/s3-request-presigner": "^3.342.0",
30
- "@quatrain/storage": "^1.1.24",
31
- "fs-extra": "^11.2.0"
32
- },
33
- "scripts": {
34
- "test-ci": "jest --runInBand",
35
- "build": "tsc",
36
- "wbuild": "tsc --watch",
37
- "bump-to": "yarn version"
38
- }
39
- }
2
+ "name": "@quatrain/storage-s3",
3
+ "version": "1.1.16",
4
+ "description": "Storage adapter for S3 compatible services",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "bun": "src/index.ts",
8
+ "files": [
9
+ "LICENSE.md",
10
+ "src/",
11
+ "dist/",
12
+ "README.md"
13
+ ],
14
+ "author": "Quatrain Développement SAS <developers@quatrain.com>",
15
+ "license": "AGPL-3.0-only",
16
+ "devDependencies": {
17
+ "@tsconfig/recommended": "^1.0.1",
18
+ "@types/jest": "^27.0.3",
19
+ "@types/node": "^22.10.1",
20
+ "jest": "^30.2.0",
21
+ "jest-node-exports-resolver": "^1.1.6",
22
+ "trace-unhandled": "^2.0.1",
23
+ "ts-jest": "^27.1.2",
24
+ "ts-node": "^10.4.0",
25
+ "typescript": "^5.1.5"
26
+ },
27
+ "dependencies": {
28
+ "@aws-sdk/client-s3": "^3.337.0",
29
+ "@aws-sdk/s3-request-presigner": "^3.342.0",
30
+ "@quatrain/storage": "^1.1.25",
31
+ "fs-extra": "^11.2.0"
32
+ },
33
+ "scripts": {
34
+ "test-ci": "jest --runInBand",
35
+ "build": "tsc",
36
+ "wbuild": "tsc --watch",
37
+ "bump-to": "yarn version"
38
+ }
39
+ }
File without changes
File without changes
File without changes
File without changes