-
Notifications
You must be signed in to change notification settings - Fork 725
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: update main module to rely on monorepo packages (#1706)
- Loading branch information
1 parent
6322bff
commit 7e200b7
Showing
115 changed files
with
1,110 additions
and
16,054 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
"description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.", | ||
"dependencies": { | ||
"@inversifyjs/common": "1.5.0", | ||
"@inversifyjs/core": "1.3.5" | ||
"@inversifyjs/container": "1.3.4", | ||
"@inversifyjs/core": "3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "9.18.0", | ||
|
@@ -76,5 +77,6 @@ | |
"test:cjs": "nyc --reporter=lcov mocha lib/cjs/test/*.test.js lib/cjs/test/**/*.test.js --reporter spec --require 'node_modules/reflect-metadata/Reflect.js'" | ||
}, | ||
"sideEffects": false, | ||
"version": "6.2.1" | ||
"version": "6.2.1", | ||
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.