xypriss-swagger 1.0.15 → 1.0.20

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/package.json +1 -1
  2. package/tsconfig.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xypriss-swagger",
3
- "version": "1.0.15",
3
+ "version": "1.0.20",
4
4
  "description": "Auto-documentation plugin for XyPriss Router V2",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
package/tsconfig.json CHANGED
@@ -12,8 +12,9 @@
12
12
  "skipLibCheck": true,
13
13
  "forceConsistentCasingInFileNames": true,
14
14
  "paths": {
15
- // "xypriss": ["../../src/index.ts"] // for local dev purpose
15
+ // "xypriss": ["../../src/index.ts", "/home/idevo/Documents/projects/XyPriss/src/index.ts", "/home/zetadev/nehonix/projects/XyPriss/src/index.ts"] // for local dev purpose
16
16
  }
17
17
  },
18
18
  "include": ["src/**/*"]
19
+
19
20
  }