inversify 7.10.1 → 7.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # inversify
2
2
 
3
+ ## 7.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @inversifyjs/container@1.13.2
9
+ - @inversifyjs/core@9.0.1
10
+
3
11
  ## 7.10.1
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -1,8 +1,3 @@
1
- > [!NOTE]
2
- > InversifyJS will be moving to the [monorepo](https://github.com/inversify/monorepo). Please, consider creating issues and pull requests there.
3
- >
4
- > Next releases will be published in the monorepo, so consider starring it to be notified.
5
-
6
1
  <p align="center">
7
2
  <a href="https://www.npmjs.com/package/inversify" target="__blank"><img src="https://img.shields.io/npm/v/inversify?color=0476bc&label=" alt="NPM version"></a>
8
3
  <a href="https://www.npmjs.com/package/inversify" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/inversify?color=3890aa&label="></a>
@@ -14,8 +9,7 @@
14
9
  <a href="https://discord.gg/jXcMagAPnm" target="__blank"><img alt="Discord Server" src="https://img.shields.io/discord/816766547879657532?style=social&logo=discord"></a>
15
10
  </p>
16
11
 
17
- # InversifyJS
18
- A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
12
+ ![Inversify social](./assets/inversify-social.png)
19
13
 
20
14
  ## 📕 Documentation
21
15
  Documentation is available at https://inversify.io
package/package.json CHANGED
@@ -6,17 +6,17 @@
6
6
  "description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",
7
7
  "dependencies": {
8
8
  "@inversifyjs/common": "1.5.2",
9
- "@inversifyjs/core": "9.0.0",
10
- "@inversifyjs/container": "1.13.1"
9
+ "@inversifyjs/container": "1.13.2",
10
+ "@inversifyjs/core": "9.0.1"
11
11
  },
12
12
  "devDependencies": {
13
- "@types/node": "22.18.6",
13
+ "@types/node": "22.18.7",
14
14
  "@vitest/coverage-v8": "3.2.4",
15
15
  "eslint": "9.36.0",
16
16
  "prettier": "3.6.2",
17
17
  "reflect-metadata": "0.2.2",
18
18
  "rimraf": "6.0.1",
19
- "rollup": "4.52.2",
19
+ "rollup": "4.52.3",
20
20
  "ts-loader": "9.5.4",
21
21
  "tslib": "2.8.1",
22
22
  "typescript": "5.9.2",
@@ -55,7 +55,7 @@
55
55
  "url": "git+https://github.com/inversify/monorepo.git"
56
56
  },
57
57
  "sideEffects": false,
58
- "version": "7.10.1",
58
+ "version": "7.10.2",
59
59
  "scripts": {
60
60
  "build": "pnpm run build:cjs && pnpm run build:esm",
61
61
  "build:cjs": "tsc --build tsconfig.cjs.json && pnpm exec foundation-ts-package-cjs ./lib/cjs",