@endo/where
Advanced tools
Comparing version 0.3.5 to 1.0.0
{ | ||
"name": "@endo/where", | ||
"version": "0.3.5", | ||
"version": "1.0.0", | ||
"description": "Locator for Endo user state, caches, and ephemeral files", | ||
@@ -21,3 +21,6 @@ "keywords": [], | ||
"exports": { | ||
".": "./index.js", | ||
".": { | ||
"types": "./types.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -27,4 +30,4 @@ }, | ||
"build": "exit 0", | ||
"prepack": "tsc --build jsconfig.build.json", | ||
"postpack": "git clean -f '*.d.ts*'", | ||
"build:types": "tsc --build tsconfig.build.json", | ||
"clean:types": "git clean -f '*.d.ts*'", | ||
"cover": "c8 ava", | ||
@@ -34,3 +37,3 @@ "lint": "yarn lint:types && yarn lint:js", | ||
"lint:js": "eslint .", | ||
"lint:types": "tsc -p jsconfig.json", | ||
"lint:types": "tsc", | ||
"test": "ava" | ||
@@ -46,3 +49,3 @@ }, | ||
"eslint-plugin-eslint-comments": "^3.1.2", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-import": "^2.29.0", | ||
"prettier": "^3.0.0", | ||
@@ -72,3 +75,6 @@ "typescript": "~5.2.2" | ||
}, | ||
"gitHead": "9c779d317c4b02133172dbe142c5b2d1727efc49" | ||
"typeCoverage": { | ||
"atLeast": 100 | ||
}, | ||
"gitHead": "6aa22009bf8128575c446aebceb0f9a01459d165" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
23548
0