qfai 0.8.1 → 0.9.0

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/index.cjs CHANGED
@@ -1233,8 +1233,8 @@ var import_promises7 = require("fs/promises");
1233
1233
  var import_node_path7 = __toESM(require("path"), 1);
1234
1234
  var import_node_url = require("url");
1235
1235
  async function resolveToolVersion() {
1236
- if ("0.8.1".length > 0) {
1237
- return "0.8.1";
1236
+ if ("0.9.0".length > 0) {
1237
+ return "0.9.0";
1238
1238
  }
1239
1239
  try {
1240
1240
  const packagePath = resolvePackageJsonPath();
package/dist/index.mjs CHANGED
@@ -1180,8 +1180,8 @@ import { readFile as readFile4 } from "fs/promises";
1180
1180
  import path7 from "path";
1181
1181
  import { fileURLToPath } from "url";
1182
1182
  async function resolveToolVersion() {
1183
- if ("0.8.1".length > 0) {
1184
- return "0.8.1";
1183
+ if ("0.9.0".length > 0) {
1184
+ return "0.9.0";
1185
1185
  }
1186
1186
  try {
1187
1187
  const packagePath = resolvePackageJsonPath();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qfai",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "description": "Quality-first AI-driven development toolkit (SDD × ATDD × TDD).",
5
5
  "license": "MIT",
6
6
  "repository": {