@stacksjs/stx 0.1.11 → 0.1.12
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.
- package/dist/bin/cli.js +1 -1
- 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.
|
|
1901
|
+
var version = "0.1.12";
|
|
1902
1902
|
|
|
1903
1903
|
// bin/cli.ts
|
|
1904
1904
|
var __dirname = "/home/runner/work/stx/stx/packages/stx/bin";
|