Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomuso committed Dec 4, 2021
1 parent 2e52c1d commit f836252
Show file tree
Hide file tree
Showing 15 changed files with 348 additions and 41 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.2](https://github.com/antoniomuso/lz4-napi/compare/v1.0.1...v1.0.2) (2021-12-04)


### Bug Fixes

* **type:** removed string from uncompress input type ([b7fc2ca](https://github.com/antoniomuso/lz4-napi/commit/b7fc2cacd9b8664006105d4417c04fb6a1103a17))



# 1.0.1 (2021-11-27)


Expand Down
4 changes: 2 additions & 2 deletions npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-android-arm64",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"android"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
4 changes: 2 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-darwin-arm64",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"darwin"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
4 changes: 2 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-darwin-x64",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"darwin"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
4 changes: 2 additions & 2 deletions npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-freebsd-x64",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"freebsd"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-linux-arm-gnueabihf",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-linux-arm64-gnu",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
4 changes: 2 additions & 2 deletions npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-linux-arm64-musl",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-linux-x64-gnu",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-linux-x64-musl",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"linux"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
4 changes: 2 additions & 2 deletions npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-win32-arm64-msvc",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"win32"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
4 changes: 2 additions & 2 deletions npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-win32-ia32-msvc",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"win32"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
4 changes: 2 additions & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antoniomuso/lz4-napi-win32-x64-msvc",
"version": "1.0.1",
"version": "1.0.2",
"os": [
"win32"
],
Expand Down Expand Up @@ -29,4 +29,4 @@
"access": "public"
},
"repository": "[email protected]:antoniomuso/lz4-napi.git"
}
}
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lz4-napi",
"version": "1.0.1",
"version": "1.0.2",
"description": "Fastest lz4 compression library in Node.js, powered by napi-rs and lz4-flex.",
"main": "index.js",
"repository": "[email protected]:antoniomuso/lz4-napi.git",
Expand Down Expand Up @@ -61,6 +61,8 @@
"version": "napi version && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@napi-rs/cli": "^1.3.4",
"@swc-node/register": "^1.3.6",
"@types/node": "^16.11.10",
Expand All @@ -69,8 +71,7 @@
"ava": "^3.15.0",
"benny": "^3.7.1",
"chalk": "^4.1.2",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
Expand All @@ -80,9 +81,9 @@
"lint-staged": "^11.2.6",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"pretty-bytes": "^5.6.0",
"snappy": "^7.0.5",
"table": "^6.7.1",
"pretty-bytes": "^5.6.0",
"typescript": "^4.4.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit f836252

Please sign in to comment.