@ccci/micro-server 1.0.185 → 1.0.186

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -297526,7 +297526,7 @@ function decode(val2) {
297526
297526
  }
297527
297527
 
297528
297528
  // src/utils/RouterFactory.ts
297529
- var UNSECURED_DIR = ["dev", "public"];
297529
+ var UNSECURED_DIR = ["dev", "public", "public-v2.0"];
297530
297530
 
297531
297531
  class RouterFactory {
297532
297532
  static async init(app, pathName, folderName = "routes", context = "api") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccci/micro-server",
3
- "version": "1.0.185",
3
+ "version": "1.0.186",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",