@asterflow/fs 2.0.1 → 2.0.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.
@@ -25,7 +25,7 @@ O(_, {
25
25
  module.exports = M(_);
26
26
  var $ = require("@asterflow/plugin"), u = require("@asterflow/router");
27
27
  // plugins/fs/package.json
28
- var y = "2.0.1";
28
+ var y = "2.0.2";
29
29
  // plugins/fs/src/utils/log.ts
30
30
  var l = {
31
31
  reset: "\x1B[0m",
package/dist/mjs/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import { Plugin as O } from "@asterflow/plugin";
3
3
  import { Method as I, Router as M } from "@asterflow/router";
4
4
  // plugins/fs/package.json
5
- var f = "2.0.1";
5
+ var f = "2.0.2";
6
6
  // plugins/fs/src/utils/log.ts
7
7
  var a = {
8
8
  reset: "\x1B[0m",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asterflow/fs",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Generates a static route manifest from a file-based routes/ directory and registers it on an AsterFlow app as a plugin.",
5
5
  "keywords": [
6
6
  "asterflow",
@@ -34,11 +34,11 @@
34
34
  "node": ">=20"
35
35
  },
36
36
  "dependencies": {
37
- "@asterflow/plugin": "^2.0.1",
38
- "@asterflow/router": "^2.0.1",
37
+ "@asterflow/plugin": "^2.0.2",
38
+ "@asterflow/router": "^2.0.2",
39
39
  "@asterflow/url-parser": "^4.1.1"
40
40
  },
41
41
  "devDependencies": {
42
- "asterflow": "^2.0.1"
42
+ "asterflow": "^2.0.2"
43
43
  }
44
44
  }