Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Nov 26, 2023
1 parent fe2eb20 commit 9dd7620
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spider-nodejs

The spider project ported to nodejs via napi.
The [spider](https://github.com/spider-rs/spider) project ported to nodejs via napi.

## Getting Started

Expand Down
3 changes: 2 additions & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-android-arm-eabi",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"android"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-android-arm64",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"android"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-darwin-arm64",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"darwin"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-darwin-universal",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"darwin"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-darwin-x64",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"darwin"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-freebsd-x64",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"freebsd"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-linux-arm-gnueabihf",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"linux"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-linux-arm64-gnu",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"linux"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-linux-arm64-musl",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"linux"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-linux-x64-gnu",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"linux"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-linux-x64-musl",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"linux"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-win32-arm64-msvc",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"win32"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-win32-ia32-msvc",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"win32"
],
Expand Down
3 changes: 2 additions & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@spider-rs/spider-rs-win32-x64-msvc",
"version": "0.0.5",
"version": "0.0.6",
"repository": "https://github.com/spider-rs/spider-nodejs",
"os": [
"win32"
],
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": "@spider-rs/spider-rs",
"version": "0.0.5",
"version": "0.0.6",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 9dd7620

Please sign in to comment.