-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update package description, url and entrypoint name
- Loading branch information
Showing
16 changed files
with
137 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"cpu": [ | ||
"arm" | ||
], | ||
"main": "package-template.android-arm-eabi.node", | ||
"main": "scylladb.android-arm-eabi.node", | ||
"files": [ | ||
"package-template.android-arm-eabi.node" | ||
"scylladb.android-arm-eabi.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -17,6 +17,11 @@ | |
"node-addon", | ||
"node-addon-api" | ||
], | ||
"author": { | ||
"name": "Daniel Boll", | ||
"email": "[email protected]", | ||
"url": "https://daniel-boll.me" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
|
@@ -26,7 +31,7 @@ | |
"access": "public" | ||
}, | ||
"repository": { | ||
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git", | ||
"url": "git+https://github.com/Daniel-Boll/scylla-javascript-driver.git", | ||
"type": "git" | ||
}, | ||
"os": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "package-template.android-arm64.node", | ||
"main": "scylladb.android-arm64.node", | ||
"files": [ | ||
"package-template.android-arm64.node" | ||
"scylladb.android-arm64.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -17,6 +17,11 @@ | |
"node-addon", | ||
"node-addon-api" | ||
], | ||
"author": { | ||
"name": "Daniel Boll", | ||
"email": "[email protected]", | ||
"url": "https://daniel-boll.me" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
|
@@ -26,7 +31,7 @@ | |
"access": "public" | ||
}, | ||
"repository": { | ||
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git", | ||
"url": "git+https://github.com/Daniel-Boll/scylla-javascript-driver.git", | ||
"type": "git" | ||
}, | ||
"os": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "package-template.darwin-arm64.node", | ||
"main": "scylladb.darwin-arm64.node", | ||
"files": [ | ||
"package-template.darwin-arm64.node" | ||
"scylladb.darwin-arm64.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -17,6 +17,11 @@ | |
"node-addon", | ||
"node-addon-api" | ||
], | ||
"author": { | ||
"name": "Daniel Boll", | ||
"email": "[email protected]", | ||
"url": "https://daniel-boll.me" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
|
@@ -26,7 +31,7 @@ | |
"access": "public" | ||
}, | ||
"repository": { | ||
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git", | ||
"url": "git+https://github.com/Daniel-Boll/scylla-javascript-driver.git", | ||
"type": "git" | ||
}, | ||
"os": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"cpu": [ | ||
"x64" | ||
], | ||
"main": "package-template.darwin-x64.node", | ||
"main": "scylladb.darwin-x64.node", | ||
"files": [ | ||
"package-template.darwin-x64.node" | ||
"scylladb.darwin-x64.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -17,6 +17,11 @@ | |
"node-addon", | ||
"node-addon-api" | ||
], | ||
"author": { | ||
"name": "Daniel Boll", | ||
"email": "[email protected]", | ||
"url": "https://daniel-boll.me" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
|
@@ -26,7 +31,7 @@ | |
"access": "public" | ||
}, | ||
"repository": { | ||
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git", | ||
"url": "git+https://github.com/Daniel-Boll/scylla-javascript-driver.git", | ||
"type": "git" | ||
}, | ||
"os": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"cpu": [ | ||
"x64" | ||
], | ||
"main": "package-template.freebsd-x64.node", | ||
"main": "scylladb.freebsd-x64.node", | ||
"files": [ | ||
"package-template.freebsd-x64.node" | ||
"scylladb.freebsd-x64.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -17,6 +17,11 @@ | |
"node-addon", | ||
"node-addon-api" | ||
], | ||
"author": { | ||
"name": "Daniel Boll", | ||
"email": "[email protected]", | ||
"url": "https://daniel-boll.me" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
|
@@ -26,7 +31,7 @@ | |
"access": "public" | ||
}, | ||
"repository": { | ||
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git", | ||
"url": "git+https://github.com/Daniel-Boll/scylla-javascript-driver.git", | ||
"type": "git" | ||
}, | ||
"os": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"cpu": [ | ||
"arm" | ||
], | ||
"main": "package-template.linux-arm-gnueabihf.node", | ||
"main": "scylladb.linux-arm-gnueabihf.node", | ||
"files": [ | ||
"package-template.linux-arm-gnueabihf.node" | ||
"scylladb.linux-arm-gnueabihf.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -17,6 +17,11 @@ | |
"node-addon", | ||
"node-addon-api" | ||
], | ||
"author": { | ||
"name": "Daniel Boll", | ||
"email": "[email protected]", | ||
"url": "https://daniel-boll.me" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
|
@@ -26,7 +31,7 @@ | |
"access": "public" | ||
}, | ||
"repository": { | ||
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git", | ||
"url": "git+https://github.com/Daniel-Boll/scylla-javascript-driver.git", | ||
"type": "git" | ||
}, | ||
"os": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "package-template.linux-arm64-gnu.node", | ||
"main": "scylladb.linux-arm64-gnu.node", | ||
"files": [ | ||
"package-template.linux-arm64-gnu.node" | ||
"scylladb.linux-arm64-gnu.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -17,6 +17,11 @@ | |
"node-addon", | ||
"node-addon-api" | ||
], | ||
"author": { | ||
"name": "Daniel Boll", | ||
"email": "[email protected]", | ||
"url": "https://daniel-boll.me" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
|
@@ -26,7 +31,7 @@ | |
"access": "public" | ||
}, | ||
"repository": { | ||
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git", | ||
"url": "git+https://github.com/Daniel-Boll/scylla-javascript-driver.git", | ||
"type": "git" | ||
}, | ||
"os": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "package-template.linux-arm64-musl.node", | ||
"main": "scylladb.linux-arm64-musl.node", | ||
"files": [ | ||
"package-template.linux-arm64-musl.node" | ||
"scylladb.linux-arm64-musl.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -17,6 +17,11 @@ | |
"node-addon", | ||
"node-addon-api" | ||
], | ||
"author": { | ||
"name": "Daniel Boll", | ||
"email": "[email protected]", | ||
"url": "https://daniel-boll.me" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
|
@@ -26,7 +31,7 @@ | |
"access": "public" | ||
}, | ||
"repository": { | ||
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git", | ||
"url": "git+https://github.com/Daniel-Boll/scylla-javascript-driver.git", | ||
"type": "git" | ||
}, | ||
"os": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"cpu": [ | ||
"x64" | ||
], | ||
"main": "package-template.linux-x64-gnu.node", | ||
"main": "scylladb.linux-x64-gnu.node", | ||
"files": [ | ||
"package-template.linux-x64-gnu.node" | ||
"scylladb.linux-x64-gnu.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -17,6 +17,11 @@ | |
"node-addon", | ||
"node-addon-api" | ||
], | ||
"author": { | ||
"name": "Daniel Boll", | ||
"email": "[email protected]", | ||
"url": "https://daniel-boll.me" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
|
@@ -26,7 +31,7 @@ | |
"access": "public" | ||
}, | ||
"repository": { | ||
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git", | ||
"url": "git+https://github.com/Daniel-Boll/scylla-javascript-driver.git", | ||
"type": "git" | ||
}, | ||
"os": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
"cpu": [ | ||
"x64" | ||
], | ||
"main": "package-template.linux-x64-musl.node", | ||
"main": "scylladb.linux-x64-musl.node", | ||
"files": [ | ||
"package-template.linux-x64-musl.node" | ||
"scylladb.linux-x64-musl.node" | ||
], | ||
"description": "Template project for writing node package with napi-rs", | ||
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
|
@@ -17,6 +17,11 @@ | |
"node-addon", | ||
"node-addon-api" | ||
], | ||
"author": { | ||
"name": "Daniel Boll", | ||
"email": "[email protected]", | ||
"url": "https://daniel-boll.me" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
|
@@ -26,7 +31,7 @@ | |
"access": "public" | ||
}, | ||
"repository": { | ||
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git", | ||
"url": "git+https://github.com/Daniel-Boll/scylla-javascript-driver.git", | ||
"type": "git" | ||
}, | ||
"os": [ | ||
|
Oops, something went wrong.