@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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.1";
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 = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pqpo/pragma",
3
- "version": "0.1.0-next.1",
3
+ "version": "0.1.0-next.7",
4
4
  "description": "Pragma command-line interface",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",