@cumulus/launchpad-auth 18.2.2 → 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,13 +1,13 @@
1
1
  {
2
2
  "name": "@cumulus/launchpad-auth",
3
- "version": "18.2.2",
3
+ "version": "18.3.0",
4
4
  "description": "Utilities for authentication with Launchpad",
5
5
  "keywords": [
6
6
  "CUMULUS",
7
7
  "NASA"
8
8
  ],
9
9
  "engines": {
10
- "node": ">=16.19.0"
10
+ "node": ">=20.12.2"
11
11
  },
12
12
  "publishConfig": {
13
13
  "access": "public"
@@ -21,6 +21,7 @@
21
21
  "build-docs": "../../node_modules/.bin/jsdoc2md --heading-depth 3 --template templates/README.md.hbs index.js LaunchpadToken.js > README.md",
22
22
  "clean": "git clean -d -x -e node_modules -f",
23
23
  "test": "../../node_modules/.bin/ava",
24
+ "test:ci": "../../scripts/run_package_ci_unit.sh",
24
25
  "test:coverage": "../../node_modules/.bin/nyc npm test",
25
26
  "prepare": "npm run tsc",
26
27
  "tsc": "../../node_modules/.bin/tsc",
@@ -33,16 +34,17 @@
33
34
  "tests/**"
34
35
  ],
35
36
  "verbose": true,
36
- "timeout": "15m"
37
+ "timeout": "15m",
38
+ "failFast": true
37
39
  },
38
40
  "author": "Cumulus Authors",
39
41
  "license": "Apache-2.0",
40
42
  "dependencies": {
41
- "@cumulus/aws-client": "18.2.2",
42
- "@cumulus/logger": "18.2.2",
43
+ "@cumulus/aws-client": "18.3.0",
44
+ "@cumulus/logger": "18.3.0",
43
45
  "got": "^11.8.5",
44
46
  "lodash": "^4.17.21",
45
47
  "uuid": "^3.2.1"
46
48
  },
47
- "gitHead": "d2f030f1d77b6d3072cb20f84261b10a7b160620"
49
+ "gitHead": "e8731c150ac49c1bab058183a7a5d91464e1701c"
48
50
  }