fluxion-ts 0.3.3 → 0.3.4

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,6 +79,8 @@ In this repository, `pnpm dev` runs `src/index.ts` directly and starts Fluxion u
79
79
  Default development options:
80
80
 
81
81
  ```ts
82
+ // if process.env.FLUXION_COLORS === '0', colors will be disabled in logs
83
+
82
84
  fluxion({
83
85
  dir: process.env.DYNAMIC_DIRECTORY ?? 'dynamicDirectory',
84
86
  host: process.env.HOST ?? 'localhost',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluxion-ts",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "author": {
5
5
  "name": "Kasukabe Tsumugi",
6
6
  "email": "futami16237@gmail.com"