Skip to content

Commit 0da4bf1

Browse files
committed
0.0.4
1 parent 22aaf77 commit 0da4bf1

14 files changed

Lines changed: 50 additions & 50 deletions

File tree

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
authors = ["Tyrone Trevorrow <tyrone@sudeium.com>", "Gunnar Omander <gunnar@gomander.dev>"]
33
edition = "2021"
44
name = "gomander-napi-gif-encoder"
5-
version = "0.0.3"
5+
version = "0.0.4"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[lib]
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
napi = "^2"
14-
napi-derive = "^2"
13+
napi = "^2.16.13"
14+
napi-derive = "^2.16.12"
1515
gif = "~0.13"
1616
gomander-engiffen = "~0.9.1"
1717
thiserror = "^1"
1818

1919
[build-dependencies]
20-
napi-build = "^2"
20+
napi-build = "^2.1.3"
2121

2222
[profile.release]
2323
codegen-units = 1

npm/android-arm-eabi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@gomander/napi-gif-encoder-android-arm-eabi",
3-
"version": "0.0.1",
3+
"version": "0.0.4",
44
"os": ["android"],
55
"cpu": ["arm"],
66
"main": "napi-gif-encoder.android-arm-eabi.node",
77
"files": ["napi-gif-encoder.android-arm-eabi.node"],
8-
"description": "GIF Encoder for Node JS that tries to have reasonable performance",
8+
"description": "A faster GIF Encoder for Node JS using Rust",
99
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api", "gif"],
1010
"license": "MIT",
1111
"engines": {

npm/android-arm64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@gomander/napi-gif-encoder-android-arm64",
3-
"version": "0.0.1",
3+
"version": "0.0.4",
44
"os": ["android"],
55
"cpu": ["arm64"],
66
"main": "napi-gif-encoder.android-arm64.node",
77
"files": ["napi-gif-encoder.android-arm64.node"],
8-
"description": "GIF Encoder for Node JS that tries to have reasonable performance",
8+
"description": "A faster GIF Encoder for Node JS using Rust",
99
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api", "gif"],
1010
"license": "MIT",
1111
"engines": {

npm/linux-arm-gnueabihf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@gomander/napi-gif-encoder-linux-arm-gnueabihf",
3-
"version": "0.0.1",
3+
"version": "0.0.4",
44
"os": ["linux"],
55
"cpu": ["arm"],
66
"main": "napi-gif-encoder.linux-arm-gnueabihf.node",
77
"files": ["napi-gif-encoder.linux-arm-gnueabihf.node"],
8-
"description": "GIF Encoder for Node JS that tries to have reasonable performance",
8+
"description": "A faster GIF Encoder for Node JS using Rust",
99
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api", "gif"],
1010
"license": "MIT",
1111
"engines": {

npm/linux-arm64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@gomander/napi-gif-encoder-linux-arm64-gnu",
3-
"version": "0.0.1",
3+
"version": "0.0.4",
44
"os": ["linux"],
55
"cpu": ["arm64"],
66
"main": "napi-gif-encoder.linux-arm64-gnu.node",
77
"files": ["napi-gif-encoder.linux-arm64-gnu.node"],
8-
"description": "GIF Encoder for Node JS that tries to have reasonable performance",
8+
"description": "A faster GIF Encoder for Node JS using Rust",
99
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api", "gif"],
1010
"license": "MIT",
1111
"engines": {

npm/linux-arm64-musl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@gomander/napi-gif-encoder-linux-arm64-musl",
3-
"version": "0.0.1",
3+
"version": "0.0.4",
44
"os": ["linux"],
55
"cpu": ["arm64"],
66
"main": "napi-gif-encoder.linux-arm64-musl.node",
77
"files": ["napi-gif-encoder.linux-arm64-musl.node"],
8-
"description": "GIF Encoder for Node JS that tries to have reasonable performance",
8+
"description": "A faster GIF Encoder for Node JS using Rust",
99
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api", "gif"],
1010
"license": "MIT",
1111
"engines": {

npm/linux-x64-gnu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@gomander/napi-gif-encoder-linux-x64-gnu",
3-
"version": "0.0.1",
3+
"version": "0.0.4",
44
"os": ["linux"],
55
"cpu": ["x64"],
66
"main": "napi-gif-encoder.linux-x64-gnu.node",
77
"files": ["napi-gif-encoder.linux-x64-gnu.node"],
8-
"description": "GIF Encoder for Node JS that tries to have reasonable performance",
8+
"description": "A faster GIF Encoder for Node JS using Rust",
99
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api", "gif"],
1010
"license": "MIT",
1111
"engines": {

npm/linux-x64-musl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@gomander/napi-gif-encoder-linux-x64-musl",
3-
"version": "0.0.1",
3+
"version": "0.0.4",
44
"os": ["linux"],
55
"cpu": ["x64"],
66
"main": "napi-gif-encoder.linux-x64-musl.node",
77
"files": ["napi-gif-encoder.linux-x64-musl.node"],
8-
"description": "GIF Encoder for Node JS that tries to have reasonable performance",
8+
"description": "A faster GIF Encoder for Node JS using Rust",
99
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api", "gif"],
1010
"license": "MIT",
1111
"engines": {

npm/win32-arm64-msvc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@gomander/napi-gif-encoder-win32-arm64-msvc",
3-
"version": "0.0.1",
3+
"version": "0.0.4",
44
"os": ["win32"],
55
"cpu": ["arm64"],
66
"main": "napi-gif-encoder.win32-arm64-msvc.node",
77
"files": ["napi-gif-encoder.win32-arm64-msvc.node"],
8-
"description": "GIF Encoder for Node JS that tries to have reasonable performance",
8+
"description": "A faster GIF Encoder for Node JS using Rust",
99
"keywords": ["napi-rs", "NAPI", "N-API", "Rust", "node-addon", "node-addon-api", "gif"],
1010
"license": "MIT",
1111
"engines": {

0 commit comments

Comments
 (0)