tuiuiu.js 1.0.0-next.021c9eb → 1.0.0-next.6c6bc69

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/version.js +1 -1
  2. package/package.json +1 -1
package/dist/version.js CHANGED
@@ -14,7 +14,7 @@
14
14
  // VERSION CONSTANT - Updated automatically during publish
15
15
  // =============================================================================
16
16
  // This line is auto-updated by scripts/inject-version.js during prepublishOnly
17
- const VERSION = '1.0.0-next.021c9eb';
17
+ const VERSION = '1.0.0-next.6c6bc69';
18
18
  // Cached version after first load
19
19
  let _version = null;
20
20
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuiuiu.js",
3
- "version": "1.0.0-next.021c9eb",
3
+ "version": "1.0.0-next.6c6bc69",
4
4
  "description": "Zero-dependency Terminal UI library with Component-based experience for Node.js",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",