nestify-js 0.4.1 → 0.4.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestify-js",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "A NestJS like fastify plugin for dependency injection",
5
5
  "description_zh": "一个类似于 NestJS 的 Fastify 依赖注入插件",
6
6
  "purpose": "npm",
@@ -41,8 +41,8 @@
41
41
  "@fastify/sensible": "^6.0.4",
42
42
  "@fastify/static": "^9.1.3",
43
43
  "fastify": "^5.0.0",
44
- "@nestify-js/core": "0.4.1",
45
- "@nestify-js/shared": "0.4.1"
44
+ "@nestify-js/core": "0.4.2",
45
+ "@nestify-js/shared": "0.4.2"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@fastify/multipart": "^9.3.0"