qfai 0.7.1 → 0.7.2

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.
@@ -889,8 +889,8 @@ var import_promises6 = require("fs/promises");
889
889
  var import_node_path6 = __toESM(require("path"), 1);
890
890
  var import_node_url = require("url");
891
891
  async function resolveToolVersion() {
892
- if ("0.7.1".length > 0) {
893
- return "0.7.1";
892
+ if ("0.7.2".length > 0) {
893
+ return "0.7.2";
894
894
  }
895
895
  try {
896
896
  const packagePath = resolvePackageJsonPath();
@@ -870,8 +870,8 @@ import { readFile as readFile3 } from "fs/promises";
870
870
  import path6 from "path";
871
871
  import { fileURLToPath } from "url";
872
872
  async function resolveToolVersion() {
873
- if ("0.7.1".length > 0) {
874
- return "0.7.1";
873
+ if ("0.7.2".length > 0) {
874
+ return "0.7.2";
875
875
  }
876
876
  try {
877
877
  const packagePath = resolvePackageJsonPath();
package/dist/index.cjs CHANGED
@@ -1232,8 +1232,8 @@ var import_promises7 = require("fs/promises");
1232
1232
  var import_node_path7 = __toESM(require("path"), 1);
1233
1233
  var import_node_url = require("url");
1234
1234
  async function resolveToolVersion() {
1235
- if ("0.7.1".length > 0) {
1236
- return "0.7.1";
1235
+ if ("0.7.2".length > 0) {
1236
+ return "0.7.2";
1237
1237
  }
1238
1238
  try {
1239
1239
  const packagePath = resolvePackageJsonPath();
package/dist/index.mjs CHANGED
@@ -1179,8 +1179,8 @@ import { readFile as readFile4 } from "fs/promises";
1179
1179
  import path7 from "path";
1180
1180
  import { fileURLToPath } from "url";
1181
1181
  async function resolveToolVersion() {
1182
- if ("0.7.1".length > 0) {
1183
- return "0.7.1";
1182
+ if ("0.7.2".length > 0) {
1183
+ return "0.7.2";
1184
1184
  }
1185
1185
  try {
1186
1186
  const packagePath = resolvePackageJsonPath();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qfai",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "qfai": "./dist/cli/index.mjs"