Skip to content

Commit

Permalink
Update @theintern dependencies
Browse files Browse the repository at this point in the history
Fix an issue where some network requests weren't returning the proper
data type.

fixes #947
  • Loading branch information
jason0x43 committed Sep 21, 2018
1 parent 8ac03d1 commit d16bc32
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
14 changes: 7 additions & 7 deletions docs/api.json
Expand Up @@ -100627,7 +100627,7 @@
"sources": [
{
"fileName": "lib/resolveEnvironments.ts",
"line": 282,
"line": 290,
"character": 7
}
]
Expand Down Expand Up @@ -100669,7 +100669,7 @@
"sources": [
{
"fileName": "lib/resolveEnvironments.ts",
"line": 281,
"line": 289,
"character": 27
}
]
Expand Down Expand Up @@ -100810,7 +100810,7 @@
"sources": [
{
"fileName": "lib/resolveEnvironments.ts",
"line": 83,
"line": 91,
"character": 27
}
]
Expand Down Expand Up @@ -100886,7 +100886,7 @@
"sources": [
{
"fileName": "lib/resolveEnvironments.ts",
"line": 180,
"line": 188,
"character": 20
}
]
Expand Down Expand Up @@ -101095,7 +101095,7 @@
"sources": [
{
"fileName": "lib/resolveEnvironments.ts",
"line": 111,
"line": 119,
"character": 28
}
]
Expand Down Expand Up @@ -101185,7 +101185,7 @@
"sources": [
{
"fileName": "lib/resolveEnvironments.ts",
"line": 228,
"line": 236,
"character": 24
}
]
Expand Down Expand Up @@ -101238,7 +101238,7 @@
"sources": [
{
"fileName": "lib/resolveEnvironments.ts",
"line": 159,
"line": 167,
"character": 22
}
]
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -60,9 +60,9 @@
"precommit": "lint-staged"
},
"dependencies": {
"@theintern/common": "~0.1.0",
"@theintern/digdug": "~2.2.0",
"@theintern/leadfoot": "~2.2.0",
"@theintern/common": "~0.1.2",
"@theintern/digdug": "~2.2.1",
"@theintern/leadfoot": "~2.2.1",
"@types/benchmark": "~1.0.30",
"@types/chai": "~4.1.4",
"@types/charm": "~1.0.0",
Expand Down Expand Up @@ -181,4 +181,4 @@
]
},
"pre-commit": "precommit"
}
}

0 comments on commit d16bc32

Please sign in to comment.