@hyper-package/dependency-container
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@hyper-package/dependency-container", | ||
"description": "Dependency Injection extension for hyper framework based on tst-reflect-transformer.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"scripts": { | ||
"build": "npx ttsc", | ||
"start": "npm run build && node out/index.js", | ||
"start": "npm run build && node dist/index.js", | ||
"dev-debug": "npx ttsc --inspect-brk src/index.ts", | ||
@@ -12,4 +12,4 @@ "prepublishOnly": "npm run build", | ||
}, | ||
"main": "out/index.js", | ||
"types": "out/index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"license": "MIT", | ||
@@ -20,5 +20,10 @@ "author": { | ||
"peerDependencies": { | ||
"tst-reflect": ">=0.12.0", | ||
"reflect-metadata": ">=0.2.2" | ||
"reflect-metadata": ">=0.2.2", | ||
"tst-reflect": ">=0.12.0" | ||
}, | ||
"files": [ | ||
"**/*.js", | ||
"**/*.d.ts", | ||
"**/*.js.map" | ||
], | ||
"devDependencies": { | ||
@@ -25,0 +30,0 @@ "ts-node-dev": "^2.0.0", |
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
5277
4
67
1