@flowscripter/template-bun-rust-library 1.0.2 → 1.0.3

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/Cargo.lock CHANGED
@@ -4,7 +4,7 @@ version = 4
4
4
 
5
5
  [[package]]
6
6
  name = "flowscripter_template_bun_rust_library"
7
- version = "1.0.2"
7
+ version = "1.0.3"
8
8
  dependencies = [
9
9
  "flowscripter_template_rust_library",
10
10
  ]
package/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "flowscripter_template_bun_rust_library"
3
- version ="1.0.2"
3
+ version ="1.0.3"
4
4
  edition = "2021"
5
5
  description = "Project template for a Rust library with Bun FFI bindings."
6
6
  homepage = "https://github.com/flowscripter"
package/README.md CHANGED
@@ -50,7 +50,7 @@ Lint:
50
50
 
51
51
  Generate HTML API Documentation:
52
52
 
53
- `deno doc --html --name=template-bun-library index.ts`
53
+ `deno doc --html --name=template-bun-rust-library index.ts`
54
54
 
55
55
  ## Documentation
56
56
 
@@ -67,7 +67,7 @@ classDiagram
67
67
 
68
68
  Link to auto-generated API docs:
69
69
 
70
- [API Documentation](https://flowscripter.github.io/template-bun-library/index.html)
70
+ [API Documentation](https://flowscripter.github.io/template-bun-rust-library/index.html)
71
71
 
72
72
  ## License
73
73
 
package/package.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "name": "@flowscripter/template-bun-rust-library",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "1.0.2",
6
- "ffiLibBaseUri": "https://github.com/flowscripter/template-bun-rust-library/releases/download/v1.0.2",
5
+ "version": "1.0.3",
6
+ "ffiLibBaseUri": "https://github.com/flowscripter/template-bun-rust-library/releases/download/v1.0.3",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },