Skip to content

Commit

Permalink
Merge pull request #49 from DeterminateSystems/failover
Browse files Browse the repository at this point in the history
Implement IDS Failover in a Retry handler instead of explicitly
  • Loading branch information
lucperkins committed Jun 5, 2024
2 parents 138ea01 + dd1714f commit dd15094
Show file tree
Hide file tree
Showing 13 changed files with 943 additions and 633 deletions.
94 changes: 92 additions & 2 deletions dist/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

110 changes: 72 additions & 38 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check-fmt": "prettier --check .",
"format": "prettier --write .",
"lint": "eslint src/**/*.ts",
"docs": "typedoc --tsconfig ./tsconfig.typedoc.json src/index.ts",
"docs": "typedoc",
"test": "vitest --watch false",
"test-dev": "vitest",
"all": "rm -rf dist && pnpm run format && pnpm run lint && pnpm run build"
Expand All @@ -30,21 +30,22 @@
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"got": "^14.2.1"
"got": "^14.4.0",
"type-fest": "^4.19.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"prettier": "^3.3.1",
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vitest": "^1.5.2"
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit dd15094

Please sign in to comment.