qfai 1.7.5 → 1.7.6

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.
@@ -1707,8 +1707,8 @@ var import_promises7 = require("fs/promises");
1707
1707
  var import_node_path8 = __toESM(require("path"), 1);
1708
1708
  var import_node_url2 = require("url");
1709
1709
  async function resolveToolVersion() {
1710
- if ("1.7.5".length > 0) {
1711
- return "1.7.5";
1710
+ if ("1.7.6".length > 0) {
1711
+ return "1.7.6";
1712
1712
  }
1713
1713
  try {
1714
1714
  const packagePath = resolvePackageJsonPath();
@@ -1684,8 +1684,8 @@ import { readFile as readFile5 } from "fs/promises";
1684
1684
  import path8 from "path";
1685
1685
  import { fileURLToPath as fileURLToPath2 } from "url";
1686
1686
  async function resolveToolVersion() {
1687
- if ("1.7.5".length > 0) {
1688
- return "1.7.5";
1687
+ if ("1.7.6".length > 0) {
1688
+ return "1.7.6";
1689
1689
  }
1690
1690
  try {
1691
1691
  const packagePath = resolvePackageJsonPath();
package/dist/index.cjs CHANGED
@@ -4440,8 +4440,8 @@ var import_promises14 = require("fs/promises");
4440
4440
  var import_node_path14 = __toESM(require("path"), 1);
4441
4441
  var import_node_url = require("url");
4442
4442
  async function resolveToolVersion() {
4443
- if ("1.7.5".length > 0) {
4444
- return "1.7.5";
4443
+ if ("1.7.6".length > 0) {
4444
+ return "1.7.6";
4445
4445
  }
4446
4446
  try {
4447
4447
  const packagePath = resolvePackageJsonPath();
package/dist/index.mjs CHANGED
@@ -4355,8 +4355,8 @@ import { readFile as readFile11 } from "fs/promises";
4355
4355
  import path14 from "path";
4356
4356
  import { fileURLToPath } from "url";
4357
4357
  async function resolveToolVersion() {
4358
- if ("1.7.5".length > 0) {
4359
- return "1.7.5";
4358
+ if ("1.7.6".length > 0) {
4359
+ return "1.7.6";
4360
4360
  }
4361
4361
  try {
4362
4362
  const packagePath = resolvePackageJsonPath();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qfai",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "description": "Quality-first AI-driven development toolkit (SDD × ATDD × TDD).",
5
5
  "license": "MIT",
6
6
  "repository": {