@archinsight/cli 3.0.0-snapshot.3 → 3.0.0-snapshot.4

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/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -37776,7 +37776,7 @@ var QueryParser = class {
37776
37776
  };
37777
37777
 
37778
37778
  // src/version.ts
37779
- var version = "3.0.0-snapshot.3";
37779
+ var version = "3.0.0-snapshot.4";
37780
37780
 
37781
37781
  // src/index.ts
37782
37782
  var hiddenStructureTypes = /* @__PURE__ */ new Set(["List", "Nothing", "Text", "text"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archinsight/cli",
3
- "version": "3.0.0-snapshot.3",
3
+ "version": "3.0.0-snapshot.4",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "repository": {