File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
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" ,
You can’t perform that action at this time.
0 commit comments