@produck/kit
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -0,0 +0,0 @@ interface KitProvider { |
{ | ||
"name": "@produck/kit", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "A useful dependency injection module.", | ||
@@ -17,3 +17,4 @@ "keywords": [ | ||
"index.mjs", | ||
"version.mjs", | ||
"version.gen.mjs", | ||
"index.gen.cjs", | ||
"index.d.ts", | ||
@@ -23,7 +24,8 @@ "tsconfig.json" | ||
"types": "index.d.ts", | ||
"main": "index.cjs", | ||
"main": "index.gen.cjs", | ||
"type": "module", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"import": "./index.mjs", | ||
"require": "./index.cjs" | ||
"require": "./index.gen.cjs" | ||
}, | ||
@@ -38,3 +40,2 @@ "publishConfig": { | ||
"scripts": { | ||
"test": "mocha \"**/*-spec.mjs\" -t 999999999", | ||
"build:version": "node script/version.mjs", | ||
@@ -48,6 +49,5 @@ "build": "npm run build:version && rollup -c script/rollup.config.mjs", | ||
"devDependencies": { | ||
"mocha": "^10.2.0", | ||
"rollup": "^4.9.2" | ||
"rollup": "^4.24.4" | ||
}, | ||
"gitHead": "09558a8643cd1715333e975c7a2b5b87d7899193" | ||
"gitHead": "097b4ddba1df28ca2d2e0ac26b25552a759b07d9" | ||
} |
@@ -1,1 +0,12 @@ | ||
{} | ||
{ | ||
"compilerOptions": { | ||
"lib": [ | ||
"ESNext", | ||
"DOM" | ||
], | ||
"strictNullChecks": true, | ||
"allowJs": true, | ||
"noEmit": true, | ||
"module": "NodeNext", | ||
} | ||
} |
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
1
159
8953