@devflow-tools/plugin-nest 0.17.6 → 0.17.7

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @devflow-tools/plugin-nest
2
2
 
3
- > NestJS 专家插件 — 模块架构、守卫调试、微服务配置、Swagger 生成。(v0.17.6
3
+ > NestJS 专家插件 — 模块架构、守卫调试、微服务配置、Swagger 生成。(v0.17.7
4
4
 
5
5
  ## 安装
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/plugin-nest",
3
- "version": "0.17.6",
3
+ "version": "0.17.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "clean": "rm -rf dist"
18
18
  },
19
19
  "dependencies": {
20
- "@devflow-tools/sdk": "0.17.6"
20
+ "@devflow-tools/sdk": "0.17.7"
21
21
  },
22
22
  "devDependencies": {
23
23
  "typescript": "^5.5.0",
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "669fea3aa72aa3fde14ed50d24c1fec4dfac088f"
29
+ "gitHead": "560fe8a097aa9d398fdcfec409134cc94d26f92f"
30
30
  }