@endo/where
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -11,3 +11,3 @@ /** | ||
*/ | ||
export const whereEndoState: typeof import('./types.js').whereEndoState; | ||
export const whereEndoState: typeof import("./types.js").whereEndoState; | ||
/** | ||
@@ -19,3 +19,3 @@ * Returns the most suitable location for storing state that ideally does not | ||
*/ | ||
export const whereEndoEphemeralState: typeof import('./types.js').whereEndoEphemeralState; | ||
export const whereEndoEphemeralState: typeof import("./types.js").whereEndoEphemeralState; | ||
/** | ||
@@ -27,3 +27,3 @@ * Returns the most suitable path for the Endo UNIX domain socket or Windows | ||
*/ | ||
export const whereEndoSock: typeof import('./types.js').whereEndoSock; | ||
export const whereEndoSock: typeof import("./types.js").whereEndoSock; | ||
/** | ||
@@ -34,3 +34,3 @@ * Returns the most suitable path for Endo caches. | ||
*/ | ||
export const whereEndoCache: typeof import('./types.js').whereEndoCache; | ||
export const whereEndoCache: typeof import("./types.js").whereEndoCache; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@endo/where", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Locator for Endo user state, caches, and ephemeral files", | ||
@@ -30,4 +30,4 @@ "keywords": [], | ||
"build": "exit 0", | ||
"build:types": "tsc --build tsconfig.build.json", | ||
"clean:types": "git clean -f '*.d.ts*'", | ||
"prepack": "tsc --build tsconfig.build.json", | ||
"postpack": "git clean -f '*.d.ts*'", | ||
"cover": "c8 ava", | ||
@@ -41,4 +41,4 @@ "lint": "yarn lint:types && yarn lint:eslint", | ||
"devDependencies": { | ||
"ava": "^6.1.2", | ||
"babel-eslint": "^10.0.3", | ||
"ava": "^6.1.3", | ||
"babel-eslint": "^10.1.0", | ||
"c8": "^7.14.0", | ||
@@ -48,6 +48,6 @@ "eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-eslint-comments": "^3.1.2", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"prettier": "^3.2.5", | ||
"typescript": "~5.5.0-dev.20240327" | ||
"typescript": "5.5.2" | ||
}, | ||
@@ -71,3 +71,4 @@ "files": [ | ||
"files": [ | ||
"test/**/test-*.js" | ||
"test/**/test-*.*", | ||
"test/**/*.test.*" | ||
], | ||
@@ -79,3 +80,3 @@ "timeout": "2m" | ||
}, | ||
"gitHead": "08e59bc0d262565165636c2e3875bbe3dcb91cf8" | ||
"gitHead": "681b813ccb1fa177905dabf2ed3f5f248cb33ce7" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23608