@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 +1 -1
- package/dist/{chunk-STWY7L44.js → chunk-DPDLTLGU.js} +5 -4
- package/dist/{chunk-STWY7L44.js.map → chunk-DPDLTLGU.js.map} +1 -1
- package/dist/{chunk-FLZB4YF5.js → chunk-O74I62QF.js} +3 -3
- package/dist/{chunk-Z2X5CQMK.js → chunk-WQWBMBFH.js} +3 -3
- package/dist/{dist-QHYW4U6O.js → dist-BHLAUQQG.js} +4 -4
- package/dist/{dist-2M5L5FNH.js → dist-LZ7TUGM6.js} +4 -4
- package/dist/{http-K3OYGWVL.js → http-ZUKAI3FV.js} +3 -3
- package/dist/index.js +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
- /package/dist/{chunk-FLZB4YF5.js.map → chunk-O74I62QF.js.map} +0 -0
- /package/dist/{chunk-Z2X5CQMK.js.map → chunk-WQWBMBFH.js.map} +0 -0
- /package/dist/{dist-QHYW4U6O.js.map → dist-BHLAUQQG.js.map} +0 -0
- /package/dist/{dist-2M5L5FNH.js.map → dist-LZ7TUGM6.js.map} +0 -0
- /package/dist/{http-K3OYGWVL.js.map → http-ZUKAI3FV.js.map} +0 -0
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
|
|
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
|
|
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
|
-
|
|
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
|
|
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-
|
|
719141
|
+
//# sourceMappingURL=chunk-DPDLTLGU.js.map
|