Comparing version 3.0.0 to 3.0.1
@@ -80,1 +80,2 @@ // src/on-exit.ts | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "gracy", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Execute custom cleanup function before Node.js exits", | ||
@@ -30,5 +30,10 @@ "keywords": [ | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js" | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
}, | ||
@@ -45,14 +50,14 @@ "./package.json": "./package.json" | ||
"devDependencies": { | ||
"@commitlint/cli": "17.7.1", | ||
"@samialdury/config": "5.10.0", | ||
"@types/node": "20.5.9", | ||
"@vitest/coverage-v8": "0.34.3", | ||
"eslint": "8.48.0", | ||
"@commitlint/cli": "17.7.2", | ||
"@samialdury/config": "5.11.3", | ||
"@types/node": "20.8.5", | ||
"@vitest/coverage-v8": "0.34.6", | ||
"eslint": "8.51.0", | ||
"husky": "8.0.3", | ||
"lint-staged": "14.0.1", | ||
"prettier": "3.0.3", | ||
"semantic-release": "21.1.1", | ||
"semantic-release": "22.0.5", | ||
"tsup": "7.2.0", | ||
"typescript": "5.2.2", | ||
"vitest": "0.34.3" | ||
"vitest": "0.34.6" | ||
}, | ||
@@ -59,0 +64,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
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
33896
20