@flowscripter/template-bun-executable 1.1.26 → 1.1.27

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.
Files changed (3) hide show
  1. package/README.md +0 -11
  2. package/bun.lock +3 -5
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  [![version](https://img.shields.io/github/v/release/flowscripter/template-bun-executable?sort=semver)](https://github.com/flowscripter/template-bun-executable/releases)
4
4
  [![build](https://img.shields.io/github/actions/workflow/status/flowscripter/template-bun-executable/release-bun-executable.yml)](https://github.com/flowscripter/template-bun-executable/actions/workflows/release-bun-executable.yml)
5
5
  [![coverage](https://codecov.io/gh/flowscripter/template-bun-executable/graph/badge.svg?token=dxU2NQB2DM)](https://codecov.io/gh/flowscripter/template-bun-executable)
6
- [![docs](https://img.shields.io/badge/docs-API-blue)](https://flowscripter.github.io/template-bun-executable/index.html)
7
6
  [![license: MIT](https://img.shields.io/github/license/flowscripter/template-bun-executable)](https://github.com/flowscripter/template-bun-executable/blob/main/LICENSE)
8
7
 
9
8
  > Project template for a cross-platform Bun executable with ffi native library
@@ -77,10 +76,6 @@ Lint:
77
76
 
78
77
  `deno lint index.ts src/ tests/`
79
78
 
80
- Generate HTML API Documentation:
81
-
82
- `deno doc --html --name=template-bun-executable index.ts`
83
-
84
79
  ## Documentation
85
80
 
86
81
  ### Overview
@@ -92,12 +87,6 @@ classDiagram
92
87
  Foo <|-- Bar
93
88
  ```
94
89
 
95
- ### API
96
-
97
- Link to auto-generated API docs:
98
-
99
- [API Documentation](https://flowscripter.github.io/template-bun-executable/index.html)
100
-
101
90
  ## License
102
91
 
103
92
  MIT © Flowscripter
package/bun.lock CHANGED
@@ -8,7 +8,7 @@
8
8
  "@flowscripter/template-bun-rust-library": "1.0.26",
9
9
  },
10
10
  "devDependencies": {
11
- "@types/bun": "^1.2.8",
11
+ "@types/bun": "^1.2.10",
12
12
  },
13
13
  "peerDependencies": {
14
14
  "typescript": "^5.8.3",
@@ -20,13 +20,11 @@
20
20
 
21
21
  "@flowscripter/template-bun-rust-library": ["@flowscripter/template-bun-rust-library@1.0.26", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-4OQMXe92pfMBVKxPRGRYmpWnXNHPmhs87j7j7sAhzmScDS7qmpvXsWk87jTW97tNwltHs/iohRwrH+HioXqVag=="],
22
22
 
23
- "@types/bun": ["@types/bun@1.2.8", "", { "dependencies": { "bun-types": "1.2.7" } }, "sha512-t8L1RvJVUghW5V+M/fL3Thbxcs0HwNsXsnTEBEfEVqGteiJToOlZ/fyOEaR1kZsNqnu+3XA4RI/qmnX4w6+S+w=="],
23
+ "@types/bun": ["@types/bun@1.2.10", "", { "dependencies": { "bun-types": "1.2.10" } }, "sha512-eilv6WFM3M0c9ztJt7/g80BDusK98z/FrFwseZgT4bXCq2vPhXD4z8R3oddmAn+R/Nmz9vBn4kweJKmGTZj+lg=="],
24
24
 
25
25
  "@types/node": ["@types/node@22.13.2", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-Z+r8y3XL9ZpI2EY52YYygAFmo2/oWfNSj4BCpAXE2McAexDk8VcnBMGC9Djn9gTKt4d2T/hhXqmPzo4hfIXtTg=="],
26
26
 
27
- "@types/ws": ["@types/ws@8.5.14", "", { "dependencies": { "@types/node": "*" } }, "sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw=="],
28
-
29
- "bun-types": ["bun-types@1.2.7", "", { "dependencies": { "@types/node": "*", "@types/ws": "*" } }, "sha512-P4hHhk7kjF99acXqKvltyuMQ2kf/rzIw3ylEDpCxDS9Xa0X0Yp/gJu/vDCucmWpiur5qJ0lwB2bWzOXa2GlHqA=="],
27
+ "bun-types": ["bun-types@1.2.10", "", { "dependencies": { "@types/node": "*" } }, "sha512-b5ITZMnVdf3m1gMvJHG+gIfeJHiQPJak0f7925Hxu6ZN5VKA8AGy4GZ4lM+Xkn6jtWxg5S3ldWvfmXdvnkp3GQ=="],
30
28
 
31
29
  "typescript": ["typescript@5.8.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="],
32
30
 
package/package.json CHANGED
@@ -17,12 +17,12 @@
17
17
  ],
18
18
  "module": "index.ts",
19
19
  "type": "module",
20
- "version": "1.1.26",
20
+ "version": "1.1.27",
21
21
  "publishConfig": {
22
22
  "access": "public"
23
23
  },
24
24
  "devDependencies": {
25
- "@types/bun": "^1.2.8"
25
+ "@types/bun": "^1.2.10"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "typescript": "^5.8.3"