@superblocksteam/cli 2.0.157-next.4 → 2.0.157

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/README.md CHANGED
@@ -14,7 +14,7 @@ $ npm install -g @superblocksteam/cli
14
14
  $ superblocks COMMAND
15
15
  running command...
16
16
  $ superblocks (--version)
17
- @superblocksteam/cli/2.0.157-next.4 linux-x64 node-v24.15.0
17
+ @superblocksteam/cli/2.0.157 linux-x64 node-v24.15.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
@@ -507672,7 +507672,7 @@ init_cjs_shims();
507672
507672
  // ../sdk/package.json
507673
507673
  var package_default = {
507674
507674
  name: "@superblocksteam/sdk",
507675
- version: "2.0.157-next.4",
507675
+ version: "2.0.157",
507676
507676
  description: "Superblocks JS SDK",
507677
507677
  homepage: "https://www.superblocks.com",
507678
507678
  license: "Superblocks Community Software License",
@@ -545089,6 +545089,7 @@ import path11 from "node:path";
545089
545089
 
545090
545090
  // ../../../../node_modules/.pnpm/chokidar@4.0.3/node_modules/chokidar/esm/index.js
545091
545091
  init_cjs_shims();
545092
+ import { stat as statcb } from "fs";
545092
545093
  import { stat as stat4, readdir as readdir5 } from "fs/promises";
545093
545094
  import { EventEmitter } from "events";
545094
545095
  import * as sysPath2 from "path";
@@ -546607,7 +546608,7 @@ var FSWatcher = class extends EventEmitter {
546607
546608
  const now2 = /* @__PURE__ */ new Date();
546608
546609
  const writes = this._pendingWrites;
546609
546610
  function awaitWriteFinishFn(prevStat) {
546610
- $stat(fullPath, (err, curStat) => {
546611
+ statcb(fullPath, (err, curStat) => {
546611
546612
  if (err || !writes.has(path84)) {
546612
546613
  if (err && err.code !== "ENOENT")
546613
546614
  awfEmit(err);
@@ -665900,7 +665901,7 @@ var import_shared72 = __toESM(require_dist2());
665900
665901
  // ../../../vite-plugin-file-sync/package.json
665901
665902
  var package_default2 = {
665902
665903
  name: "@superblocksteam/vite-plugin-file-sync",
665903
- version: "2.0.157-next.4",
665904
+ version: "2.0.157",
665904
665905
  keywords: [
665905
665906
  "vite-plugin"
665906
665907
  ],
@@ -719137,4 +719138,4 @@ serve-static/index.js:
719137
719138
  chokidar/esm/index.js:
719138
719139
  (*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) *)
719139
719140
  */
719140
- //# sourceMappingURL=chunk-STWY7L44.js.map
719141
+ //# sourceMappingURL=chunk-DPDLTLGU.js.map