@stacksjs/stx 0.1.9 → 0.1.10

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/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/bin/cli.js CHANGED
@@ -1898,7 +1898,7 @@ var prefix = getPrefix();
1898
1898
  var color18 = __toESM2(require_picocolors(), 1);
1899
1899
  var import_picocolors19 = __toESM2(require_picocolors(), 1);
1900
1900
  // package.json
1901
- var version = "0.1.9";
1901
+ var version = "0.1.10";
1902
1902
 
1903
1903
  // bin/cli.ts
1904
1904
  var __dirname = "/home/runner/work/stx/stx/packages/stx/bin";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/stx",
3
3
  "type": "module",
4
- "version": "0.1.9",
4
+ "version": "0.1.10",
5
5
  "description": "A performant UI Framework. Powered by Bun.",
6
6
  "author": "Chris Breuer <chris@stacksjs.org>",
7
7
  "license": "MIT",