@endo/where
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
### [0.1.2](https://github.com/endojs/endo/compare/@endo/where@0.1.1...@endo/where@0.1.2) (2022-01-25) | ||
**Note:** Version bump only for package @endo/where | ||
### 0.1.1 (2022-01-23) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@endo/where", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"private": null, | ||
@@ -37,3 +37,3 @@ "description": "Description forthcoming.", | ||
"devDependencies": { | ||
"@endo/eslint-config": "^0.3.21", | ||
"@endo/eslint-config": "^0.4.0", | ||
"ava": "^3.12.1", | ||
@@ -77,3 +77,3 @@ "babel-eslint": "^10.0.3", | ||
}, | ||
"gitHead": "eb554c875d7fc57ec6c77829c2d80da0be5987ae" | ||
"gitHead": "c46f8d5d40f71014a099c53d26c75b149ea56d09" | ||
} |
@@ -1,4 +0,12 @@ | ||
export function whereEndo(platform: string, env: {[name: string]: string}): string; | ||
export function whereEndoSock(platform: string, env: {[name: string]: string}): string; | ||
export function whereEndoLog(platform: string, env: {[name: string]: string}): string; | ||
export function whereEndo( | ||
platform: string, | ||
env: { [name: string]: string }, | ||
): string; | ||
export function whereEndoSock( | ||
platform: string, | ||
env: { [name: string]: string }, | ||
): string; | ||
export function whereEndoLog( | ||
platform: string, | ||
env: { [name: string]: string }, | ||
): string; |
16786
97