@feasibleone/blong-gogo 1.13.3 → 1.13.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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.13.5](https://github.com/feasibleone/blong/compare/blong-gogo-v1.13.4...blong-gogo-v1.13.5) (2026-03-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update Dockerfile to remove unnecessary package.json references and adjust node version for release ([9578411](https://github.com/feasibleone/blong/commit/9578411fee04bfd7178059998886b06de2e7d80a))
9
+
10
+ ## [1.13.4](https://github.com/feasibleone/blong/compare/blong-gogo-v1.13.3...blong-gogo-v1.13.4) (2026-03-18)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * remove --watch flag from blong script and update Dockerfile symlinks ([3f55ac1](https://github.com/feasibleone/blong/commit/3f55ac197b47e805771a7da4ac26c4d4c6466117))
16
+
3
17
  ## [1.13.3](https://github.com/feasibleone/blong/compare/blong-gogo-v1.13.2...blong-gogo-v1.13.3) (2026-03-17)
4
18
 
5
19
 
package/bin/blong.ts CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env -S node --watch
1
+ #!/usr/bin/env -S node
2
2
 
3
3
  import minimist from 'minimist';
4
4
  import {resolve} from 'node:path';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feasibleone/blong-gogo",
3
- "version": "1.13.3",
3
+ "version": "1.13.5",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/feasibleone/blong.git"
6
6
  },