@pictogrammers/element-esbuild 0.0.5 → 0.0.7

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,4 +1,4 @@
1
- #!/usr/bin/env tsx
1
+ #!/usr/bin/env -S npx tsx
2
2
 
3
3
  import { fileURLToPath, pathToFileURL } from 'node:url';
4
4
  import { build } from 'esbuild';
@@ -1,3 +1,3 @@
1
- #!/usr/bin/env tsx
1
+ #!/usr/bin/env -S npx tsx
2
2
  // Publish
3
3
  console.log('publish');
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env tsx
1
+ #!/usr/bin/env -S npx tsx
2
2
 
3
3
  import { context } from 'esbuild';
4
4
  import chokidar from 'chokidar';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pictogrammers/element-esbuild",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "description": "Element esbuild",
6
6
  "homepage": "https://github.com/Pictogrammers/Element-esbuild#readme",
@@ -23,10 +23,10 @@
23
23
  "@types/node": "^25.0.3",
24
24
  "esbuild": "0.27.2",
25
25
  "esbuild-html-plugin": "^1.1.0",
26
- "tsx": "^4.21.0",
27
26
  "typescript": "^5.9.3"
28
27
  },
29
28
  "dependencies": {
30
- "chokidar": "^5.0.0"
29
+ "chokidar": "^5.0.0",
30
+ "tsx": "^4.21.0"
31
31
  }
32
32
  }