@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.
@@ -1,5 +1,4 @@
1
1
  #!/usr/bin/env node
2
- #!/usr/bin/env node
3
2
  "use strict";
4
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
4
  var __commonJS = (cb2, mod) => function __require() {
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
- banner: { js: "#!/usr/bin/env node" },
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: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clary-so/measure",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "author": {
5
5
  "name": "Almouro",
6
6
  "email": "alexandrem@bam.tech"