chore(pkg): wg-lua v0.1.1

-    Fixed luau types (renamed `generatePrivateKey` to `generatePublicKey`)
-    `generatePublicKey` now accepts base64 encoded strings as the private key input.
-    CI improvements, package script updates.
-    Included additional package metadata in manifest.
This commit is contained in:
Erica Marigold 2024-03-31 16:09:37 +05:30
parent 666a5f79e8
commit f408f1559b
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
3 changed files with 15 additions and 2 deletions

View file

@ -18,5 +18,11 @@
"cSpell.enabled": false,
"typescript.tsdk": "node_modules/typescript/lib",
"files.eol": "\n"
"files.eol": "\n",
"markdownlint.config": {
"default": true,
"MD030": {
"ul_single": 4
}
}
}

View file

@ -11,3 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## `0.1.0` - March 30th, 2024
The very first release of wg-lua.
## `0.1.1` - March 31st, 2024
- Fixed luau types (renamed `generatePrivateKey` to `generatePublicKey`)
- `generatePublicKey` now accepts base64 encoded strings as the private key input.
- CI improvements, package script updates.
- Included additional package metadata in manifest.

View file

@ -1,6 +1,6 @@
{
"name": "@rbxts/wg-lua",
"version": "0.1.0",
"version": "0.1.1",
"description": "A lua implementation of the wireguard keygen algorithm.",
"main": "out/init.lua",
"scripts": {