Skip to content

Commit 8528e62

Browse files
bert-emaeldonn
authored andcommitted
Merge branch 'w/1.17/bugfix/S3UTILS-232/cloudserverclient' into tmp/octopus/w/1/bugfix/S3UTILS-232/cloudserverclient
2 parents 7a40ef3 + d80f99c commit 8528e62

2 files changed

Lines changed: 915 additions & 604 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "s3utils",
3-
"version": "1.17.6",
3+
"version": "1.17.7",
44
"engines": {
55
"node": ">= 22"
66
},
77
"description": "Awesome scripts to use when working with S3 at scale",
88
"scripts": {
99
"lint": "eslint $(git ls-files '*.js')",
10+
"jest": "NODE_OPTIONS='--experimental-vm-modules' jest",
1011
"test:unit": "LOCATION_CONFIG_FILE='tests/conf/locationConfig.json' yarn jest --verbose --logHeapUsage --projects jest.config.js --coverage --coverageDirectory=coverage/unit --testPathPattern='tests/unit/[\\w/-]+\\.[tj]s'",
1112
"test:functional": "LOCATION_CONFIG_FILE='tests/conf/locationConfig.json' yarn jest --verbose --logHeapUsage --projects jest.config.js --coverage --coverageDirectory=coverage/functional --testPathPattern='tests/functional/[\\w/-]+\\.[tj]s'"
1213
},
@@ -28,7 +29,7 @@
2829
"dependencies": {
2930
"@aws-sdk/client-s3": "^3.873.0",
3031
"@aws-sdk/node-http-handler": "^3.374.0",
31-
"@scality/cloudserverclient": "^1.0.4",
32+
"@scality/cloudserverclient": "^1.0.8",
3233
"@senx/warp10": "^2.0.3",
3334
"@smithy/util-retry": "^4.0.7",
3435
"JSONStream": "^1.3.5",

0 commit comments

Comments
 (0)