Comparing version 4.1.2-dev.1 to 4.1.2-dev.2
{ | ||
"name": "cheap-di", | ||
"version": "4.1.2-dev.1", | ||
"version": "4.1.2-dev.2", | ||
"description": "TypeScript dependency injection like Autofac in .Net", | ||
"type": "module", | ||
"scripts": { | ||
"compile": "tsc --build tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json", | ||
"prepare-package-json": "cross-env NODE_OPTIONS=\"--loader ts-node/esm --disable-warning ExperimentalWarning\" ts-node scripts/prepare-package-json.ts", | ||
"build:clean": "rimraf -rf ./dist", | ||
"build": "npm-run-all build:clean compile prepare-package-json" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20", | ||
"cross-env": "^7.0.3", | ||
"npm-run-all": "^4", | ||
"rimraf": "^5", | ||
"ts-node": "^10", | ||
"typescript": "^5" | ||
}, | ||
"repository": { | ||
@@ -35,19 +21,14 @@ "type": "git", | ||
"_types": "./src/index.ts", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"build-instructions": { | ||
"name": "cheap-di", | ||
"files": [ | ||
"cjs/**/*", | ||
"esm/**/*", | ||
"types/**/*", | ||
"package.json", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"types": "./types/index.d.ts" | ||
} | ||
} | ||
"main": "./cjs/index.js", | ||
"module": "./esm/index.js", | ||
"types": "./types/index.d.ts", | ||
"files": [ | ||
"cjs/**/*", | ||
"esm/**/*", | ||
"types/**/*", | ||
"package.json", | ||
"CHANGELOG.md", | ||
"README.md", | ||
"LICENSE" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
122013
0
50
1017