open-l2encdec 0.0.20 → 0.0.21

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/README.md CHANGED
@@ -8,6 +8,8 @@ $ npm install open-l2encdec
8
8
  $ yarn add open-l2encdec
9
9
  # or
10
10
  $ pnpm add open-l2encdec
11
+ # or
12
+ $ bun add open-l2encdec
11
13
  ```
12
14
 
13
15
  ## Usage
@@ -67,12 +69,18 @@ Initializes default parameters for the specified protocol.
67
69
  - [CMake](https://cmake.org/) >= 3.14
68
70
  - [Emscripten](https://emscripten.org/) >= 4.0.21
69
71
  - [Node.js](https://nodejs.org/) >= v22
70
- - [npm](https://www.npmjs.com/), [yarn](https://yarnpkg.com/) or [pnpm](https://pnpm.io/)
72
+ - [npm](https://www.npmjs.com/), [yarn](https://yarnpkg.com/), [pnpm](https://pnpm.io/) or [bun](https://bun.sh/)
71
73
 
72
74
  ### Building
73
75
 
74
76
  ```bash
77
+ $ npm run build
78
+ # or
75
79
  $ yarn build
80
+ # or
81
+ $ pnpm build
82
+ # or
83
+ $ bun run build
76
84
  ```
77
85
 
78
86
  ## License
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-l2encdec",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "TypeScript/JavaScript bindings for open-l2encdec - Lineage 2 encryption library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",