plume-ts-di
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -9,5 +9,5 @@ "use strict"; | ||
function diTransformerAdapter(program) { | ||
return di_compiler_1.di({ program }); | ||
return (0, di_compiler_1.di)({ program }); | ||
} | ||
exports.diTransformerAdapter = diTransformerAdapter; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGktdHJhbnNmb3JtZXItYWRhcHRlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9idWlsZGluZy9kaS10cmFuc2Zvcm1lci1hZGFwdGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLHVEQUEyQztBQUczQzs7R0FFRztBQUNILFNBQWdCLG9CQUFvQixDQUFDLE9BQW1CO0lBQ3RELE9BQU8sZ0JBQUUsQ0FBQyxFQUFFLE9BQU8sRUFBRSxDQUFDLENBQUM7QUFDekIsQ0FBQztBQUZELG9EQUVDIn0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGktdHJhbnNmb3JtZXItYWRhcHRlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9idWlsZGluZy9kaS10cmFuc2Zvcm1lci1hZGFwdGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLHVEQUEyQztBQUczQzs7R0FFRztBQUNILFNBQWdCLG9CQUFvQixDQUFDLE9BQW1CO0lBQ3RELE9BQU8sSUFBQSxnQkFBRSxFQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsQ0FBQztBQUN6QixDQUFDO0FBRkQsb0RBRUMifQ== |
{ | ||
"name": "plume-ts-di", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Lightweight & simple dependency injection system for TypeScript based on code generation instead of annotation", | ||
@@ -21,3 +21,3 @@ "author": "Aurélien Manteaux <amanteaux@coreoz.com> (https://coreoz.com)", | ||
"scripts": { | ||
"build": "npm run tsc:cjs && npm run tsc:esm", | ||
"build": "yarn tsc:cjs && yarn tsc:esm", | ||
"tsc:cjs": "tsc --module commonjs --outDir build/cjs -p tsconfig.json", | ||
@@ -27,3 +27,3 @@ "tsc:esm": "tsc --module esnext --outDir build/esm -p tsconfig.json", | ||
"lint": "tsc --noEmit -p tsconfig.json && eslint src --ext .ts", | ||
"prepare-release": "npm run clean && npm run lint && npm run build", | ||
"prepare-release": "yarn clean && yarn lint && yarn build", | ||
"release": "release-it" | ||
@@ -34,3 +34,3 @@ }, | ||
"before:init": [ | ||
"npm run prepare-release" | ||
"yarn prepare-release" | ||
] | ||
@@ -47,4 +47,3 @@ } | ||
"dependencies": { | ||
"@wessberg/di": "^2.1.0", | ||
"@wessberg/di-compiler": "^2.2.6" | ||
"@wessberg/di": "^2.1.0" | ||
}, | ||
@@ -55,2 +54,5 @@ "peerDependencies": { | ||
}, | ||
"optionalDependencies": { | ||
"@wessberg/di-compiler": "^2.2.6" | ||
}, | ||
"devDependencies": { | ||
@@ -64,3 +66,4 @@ "@typescript-eslint/eslint-plugin": "^4.0.1", | ||
"eslint-plugin-react": "^7.21.5", | ||
"release-it": "^14.2.2", | ||
"release-it": "^15.6.0", | ||
"simple-logging-system": "^1.0.7", | ||
"ts-node": "^9.0.0", | ||
@@ -72,3 +75,4 @@ "typedoc": "^0.19.0", | ||
"build/**/*.*" | ||
] | ||
], | ||
"packageManager": "yarn@3.3.1" | ||
} |
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
71498
12
- Removed@wessberg/di-compiler@^2.2.6