@endo/cjs-module-analyzer
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@endo/cjs-module-analyzer", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A JavaScript lexer dedicated to static analysis and transformation of ECMAScript modules.", | ||
@@ -25,4 +25,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", | ||
@@ -36,4 +36,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", | ||
@@ -43,6 +43,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" | ||
}, | ||
@@ -65,3 +65,4 @@ "files": [ | ||
"files": [ | ||
"test/**/test-*.js" | ||
"test/**/test-*.*", | ||
"test/**/*.test.*" | ||
], | ||
@@ -73,3 +74,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
75961