@pqpo/pragma 0.1.0-next.1 → 0.1.0-next.7
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -421509,7 +421509,7 @@ init_dist13();
|
|
|
421509
421509
|
init_integration();
|
|
421510
421510
|
|
|
421511
421511
|
// apps/cli/src/version.ts
|
|
421512
|
-
var CLI_VERSION = false ? "0.0.0" : "0.1.0-next.
|
|
421512
|
+
var CLI_VERSION = false ? "0.0.0" : "0.1.0-next.7";
|
|
421513
421513
|
|
|
421514
421514
|
// apps/cli/src/composition/default.ts
|
|
421515
421515
|
function createCliLocalHost(input = {}) {
|