@clary-so/measure 0.4.4 → 0.4.5
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/bin-bundled.js +0 -1
- package/esbuild-bin.mjs +1 -1
- package/package.json +1 -1
package/dist/bin-bundled.js
CHANGED
package/esbuild-bin.mjs
CHANGED
|
@@ -7,7 +7,7 @@ await esbuild.build({
|
|
|
7
7
|
platform: "node",
|
|
8
8
|
target: "node18",
|
|
9
9
|
outfile: "dist/bin-bundled.js",
|
|
10
|
-
|
|
10
|
+
// shebang already present in the source bin.js
|
|
11
11
|
// Bundle react, ink, and react-reconciler so they share one instance
|
|
12
12
|
// Keep other node_modules as external (express, socket.io, etc.)
|
|
13
13
|
external: [
|