@cumulus/object-store 18.2.1 → 18.3.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/object-store",
3
- "version": "18.2.1",
3
+ "version": "18.3.0",
4
4
  "description": "Utilities for managing object stores",
5
5
  "keywords": [
6
6
  "GIBS",
@@ -8,7 +8,7 @@
8
8
  "NASA"
9
9
  ],
10
10
  "engines": {
11
- "node": ">=16.19.0"
11
+ "node": ">=20.12.2"
12
12
  },
13
13
  "publishConfig": {
14
14
  "access": "public"
@@ -23,6 +23,7 @@
23
23
  "scripts": {
24
24
  "clean": "git clean -d -x -e node_modules -f",
25
25
  "test": "../../node_modules/.bin/ava",
26
+ "test:ci": "../../scripts/run_package_ci_unit.sh",
26
27
  "test:coverage": "../../node_modules/.bin/nyc npm test",
27
28
  "prepare": "npm run tsc",
28
29
  "tsc": "../../node_modules/.bin/tsc",
@@ -35,12 +36,13 @@
35
36
  "tests/**"
36
37
  ],
37
38
  "verbose": true,
38
- "timeout": "15m"
39
+ "timeout": "15m",
40
+ "failFast": true
39
41
  },
40
42
  "author": "Cumulus Authors",
41
43
  "license": "Apache-2.0",
42
44
  "dependencies": {
43
- "@cumulus/aws-client": "18.2.1"
45
+ "@cumulus/aws-client": "18.3.0"
44
46
  },
45
- "gitHead": "be885e09333228fd5b42ae2319783b557422cbf8"
47
+ "gitHead": "e8731c150ac49c1bab058183a7a5d91464e1701c"
46
48
  }