Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gomander committed Nov 25, 2024
1 parent 751e64c commit def6c9a
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Tyrone Trevorrow <tyrone@sudeium.com>", "Gunnar Omander <gunnar@gomander.dev>"]
edition = "2021"
name = "gomander-napi-gif-encoder"
version = "0.0.7"
version = "0.0.8"

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

Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gomander/napi-gif-encoder-android-arm-eabi",
"version": "0.0.7",
"version": "0.0.8",
"os": ["android"],
"cpu": ["arm"],
"main": "napi-gif-encoder.android-arm-eabi.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gomander/napi-gif-encoder-android-arm64",
"version": "0.0.7",
"version": "0.0.8",
"os": ["android"],
"cpu": ["arm64"],
"main": "napi-gif-encoder.android-arm64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gomander/napi-gif-encoder-linux-arm-gnueabihf",
"version": "0.0.7",
"version": "0.0.8",
"os": ["linux"],
"cpu": ["arm"],
"main": "napi-gif-encoder.linux-arm-gnueabihf.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gomander/napi-gif-encoder-linux-arm64-gnu",
"version": "0.0.7",
"version": "0.0.8",
"os": ["linux"],
"cpu": ["arm64"],
"main": "napi-gif-encoder.linux-arm64-gnu.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gomander/napi-gif-encoder-linux-arm64-musl",
"version": "0.0.7",
"version": "0.0.8",
"os": ["linux"],
"cpu": ["arm64"],
"main": "napi-gif-encoder.linux-arm64-musl.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gomander/napi-gif-encoder-linux-x64-gnu",
"version": "0.0.7",
"version": "0.0.8",
"os": ["linux"],
"cpu": ["x64"],
"main": "napi-gif-encoder.linux-x64-gnu.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gomander/napi-gif-encoder-linux-x64-musl",
"version": "0.0.7",
"version": "0.0.8",
"os": ["linux"],
"cpu": ["x64"],
"main": "napi-gif-encoder.linux-x64-musl.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gomander/napi-gif-encoder-win32-arm64-msvc",
"version": "0.0.7",
"version": "0.0.8",
"os": ["win32"],
"cpu": ["arm64"],
"main": "napi-gif-encoder.win32-arm64-msvc.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gomander/napi-gif-encoder-win32-ia32-msvc",
"version": "0.0.7",
"version": "0.0.8",
"os": ["win32"],
"cpu": ["ia32"],
"main": "napi-gif-encoder.win32-ia32-msvc.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gomander/napi-gif-encoder-win32-x64-msvc",
"version": "0.0.7",
"version": "0.0.8",
"os": ["win32"],
"cpu": ["x64"],
"main": "napi-gif-encoder.win32-x64-msvc.node",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gomander/napi-gif-encoder",
"version": "0.0.7",
"version": "0.0.8",
"description": "A faster GIF Encoder for Node JS using Rust",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion sample/mjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "napi-gif-encoder-sample-mjs",
"version": "0.0.7",
"version": "0.0.8",
"description": "Mjs sample for napi-gif-encoder",
"type": "module",
"module": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "napi-gif-encoder-sample",
"version": "0.0.7",
"version": "0.0.8",
"description": "Sample for napi-gif-encoder",
"main": "index.js",
"repository": "git@github.com:gomander/napi-gif-encoder.git",
Expand Down

0 comments on commit def6c9a

Please sign in to comment.