qfai 1.7.7 → 1.7.8

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.
@@ -1739,8 +1739,8 @@ var import_promises7 = require("fs/promises");
1739
1739
  var import_node_path8 = __toESM(require("path"), 1);
1740
1740
  var import_node_url2 = require("url");
1741
1741
  async function resolveToolVersion() {
1742
- if ("1.7.7".length > 0) {
1743
- return "1.7.7";
1742
+ if ("1.7.8".length > 0) {
1743
+ return "1.7.8";
1744
1744
  }
1745
1745
  try {
1746
1746
  const packagePath = resolvePackageJsonPath();
@@ -1716,8 +1716,8 @@ import { readFile as readFile5 } from "fs/promises";
1716
1716
  import path8 from "path";
1717
1717
  import { fileURLToPath as fileURLToPath2 } from "url";
1718
1718
  async function resolveToolVersion() {
1719
- if ("1.7.7".length > 0) {
1720
- return "1.7.7";
1719
+ if ("1.7.8".length > 0) {
1720
+ return "1.7.8";
1721
1721
  }
1722
1722
  try {
1723
1723
  const packagePath = resolvePackageJsonPath();
package/dist/index.cjs CHANGED
@@ -4584,8 +4584,8 @@ var import_promises15 = require("fs/promises");
4584
4584
  var import_node_path15 = __toESM(require("path"), 1);
4585
4585
  var import_node_url = require("url");
4586
4586
  async function resolveToolVersion() {
4587
- if ("1.7.7".length > 0) {
4588
- return "1.7.7";
4587
+ if ("1.7.8".length > 0) {
4588
+ return "1.7.8";
4589
4589
  }
4590
4590
  try {
4591
4591
  const packagePath = resolvePackageJsonPath();
package/dist/index.mjs CHANGED
@@ -4494,8 +4494,8 @@ import { readFile as readFile12 } from "fs/promises";
4494
4494
  import path15 from "path";
4495
4495
  import { fileURLToPath } from "url";
4496
4496
  async function resolveToolVersion() {
4497
- if ("1.7.7".length > 0) {
4498
- return "1.7.7";
4497
+ if ("1.7.8".length > 0) {
4498
+ return "1.7.8";
4499
4499
  }
4500
4500
  try {
4501
4501
  const packagePath = resolvePackageJsonPath();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qfai",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "description": "Quality-first AI-driven development toolkit (SDD × ATDD × TDD).",
5
5
  "license": "MIT",
6
6
  "repository": {