-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from castle/failover_fix
failover response enhancement
- Loading branch information
Showing
8 changed files
with
1,155 additions
and
1,047 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"$schema": "http://json.schemastore.org/package", | ||
"name": "@castleio/sdk", | ||
"description": "Castle SDK for Node", | ||
"version": "1.0.3", | ||
"version": "1.1.1", | ||
"main": "dist/index.js", | ||
"repository": "[email protected]:castle/castle-node.git", | ||
"author": { | ||
|
@@ -24,37 +24,39 @@ | |
"prepush": "yarn build && yarn lint-fix && yarn prettier-verify", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
"files": ["dist/*"], | ||
"files": [ | ||
"dist/*" | ||
], | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "yarn prepush" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@types/fetch-mock": "7.3.3", | ||
"@types/jest": "26.0.23", | ||
"@types/fetch-mock": "7.3.5", | ||
"@types/jest": "27.4.1", | ||
"@types/lodash.get": "4.4.6", | ||
"@types/lodash.isempty": "4.4.6", | ||
"@types/lodash.merge": "4.6.6", | ||
"@types/lodash.pickby": "4.6.6", | ||
"@types/lodash.reduce": "4.6.6", | ||
"@types/mockdate": "3.0.0", | ||
"@types/node": "15.6.1", | ||
"@types/node-fetch": "2.5.10", | ||
"@types/pino": "6.3.8", | ||
"@types/node": "17.0.22", | ||
"@types/node-fetch": "2.6.1", | ||
"@types/pino": "7.0.5", | ||
"fetch-mock": "9.11.0", | ||
"husky": "6.0.0", | ||
"jest": "27.0.3", | ||
"husky": "7.0.4", | ||
"jest": "27.5.1", | ||
"mockdate": "3.0.5", | ||
"prettier": "2.3.0", | ||
"prettier": "2.6.0", | ||
"rimraf": "3.0.2", | ||
"source-map-support": "^0.5.19", | ||
"ts-jest": "27.0.2", | ||
"ts-node": "10.0.0", | ||
"source-map-support": "^0.5.21", | ||
"ts-jest": "27.1.3", | ||
"ts-node": "10.7.0", | ||
"tslint": "6.1.3", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-config-standard": "9.0.0", | ||
"typescript": "4.3.2" | ||
"typescript": "4.6.2" | ||
}, | ||
"dependencies": { | ||
"abort-controller": "^3.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.