@axiomify/cli 6.2.0 → 6.2.1

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.js CHANGED
@@ -3665,7 +3665,7 @@ var {
3665
3665
 
3666
3666
  // package.json
3667
3667
  var package_default = {
3668
- version: "6.2.0"};
3668
+ version: "6.2.1"};
3669
3669
  var ALWAYS_EXTERNAL = ["uWebSockets.js"];
3670
3670
  function getUserExternals(cwd) {
3671
3671
  let pkgExternals = [];
package/dist/index.mjs CHANGED
@@ -3220,7 +3220,7 @@ var {
3220
3220
 
3221
3221
  // package.json
3222
3222
  var package_default = {
3223
- version: "6.2.0"};
3223
+ version: "6.2.1"};
3224
3224
  var ALWAYS_EXTERNAL = ["uWebSockets.js"];
3225
3225
  function getUserExternals(cwd) {
3226
3226
  let pkgExternals = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiomify/cli",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "Official CLI for Axiomify — scaffold, dev, build, route inspection, OpenAPI generation, production-readiness checks, host diagnostics, codemod migrations.",
5
5
  "module": "./dist/index.mjs",
6
6
  "exports": {