Skip to content

Commit ff2cf9d

Browse files
committed
fix: update package description, url and entrypoint name
1 parent 100ed27 commit ff2cf9d

File tree

16 files changed

+82
-62
lines changed

16 files changed

+82
-62
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
env:
33
DEBUG: napi:*
4-
APP_NAME: package-template
4+
APP_NAME: scylladb
55
MACOSX_DEPLOYMENT_TARGET: "10.13"
66
CARGO_INCREMENTAL: "1"
77
permissions:

npm/android-arm-eabi/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cpu": [
55
"arm"
66
],
7-
"main": "package-template.android-arm-eabi.node",
7+
"main": "scylladb.android-arm-eabi.node",
88
"files": [
9-
"package-template.android-arm-eabi.node"
9+
"scylladb.android-arm-eabi.node"
1010
],
11-
"description": "Template project for writing node package with napi-rs",
11+
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧",
1212
"keywords": [
1313
"napi-rs",
1414
"NAPI",
@@ -17,6 +17,11 @@
1717
"node-addon",
1818
"node-addon-api"
1919
],
20+
"author": {
21+
"name": "Daniel Boll",
22+
"email": "danielboll.dev@proton.me",
23+
"url": "https://daniel-boll.me"
24+
},
2025
"license": "MIT",
2126
"engines": {
2227
"node": ">= 10"
@@ -26,7 +31,7 @@
2631
"access": "public"
2732
},
2833
"repository": {
29-
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git",
34+
"url": "https://github.com/Daniel-Boll/scylla-javascript-driver",
3035
"type": "git"
3136
},
3237
"os": [

npm/android-arm64/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cpu": [
55
"arm64"
66
],
7-
"main": "package-template.android-arm64.node",
7+
"main": "scylladb.android-arm64.node",
88
"files": [
9-
"package-template.android-arm64.node"
9+
"scylladb.android-arm64.node"
1010
],
11-
"description": "Template project for writing node package with napi-rs",
11+
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧",
1212
"keywords": [
1313
"napi-rs",
1414
"NAPI",
@@ -17,6 +17,11 @@
1717
"node-addon",
1818
"node-addon-api"
1919
],
20+
"author": {
21+
"name": "Daniel Boll",
22+
"email": "danielboll.dev@proton.me",
23+
"url": "https://daniel-boll.me"
24+
},
2025
"license": "MIT",
2126
"engines": {
2227
"node": ">= 10"
@@ -26,7 +31,7 @@
2631
"access": "public"
2732
},
2833
"repository": {
29-
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git",
34+
"url": "https://github.com/Daniel-Boll/scylla-javascript-driver",
3035
"type": "git"
3136
},
3237
"os": [

npm/darwin-arm64/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cpu": [
55
"arm64"
66
],
7-
"main": "package-template.darwin-arm64.node",
7+
"main": "scylladb.darwin-arm64.node",
88
"files": [
9-
"package-template.darwin-arm64.node"
9+
"scylladb.darwin-arm64.node"
1010
],
11-
"description": "Template project for writing node package with napi-rs",
11+
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧",
1212
"keywords": [
1313
"napi-rs",
1414
"NAPI",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"repository": {
29-
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git",
29+
"url": "https://github.com/Daniel-Boll/scylla-javascript-driver",
3030
"type": "git"
3131
},
3232
"os": [

npm/darwin-x64/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cpu": [
55
"x64"
66
],
7-
"main": "package-template.darwin-x64.node",
7+
"main": "scylladb.darwin-x64.node",
88
"files": [
9-
"package-template.darwin-x64.node"
9+
"scylladb.darwin-x64.node"
1010
],
11-
"description": "Template project for writing node package with napi-rs",
11+
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧",
1212
"keywords": [
1313
"napi-rs",
1414
"NAPI",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"repository": {
29-
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git",
29+
"url": "https://github.com/Daniel-Boll/scylla-javascript-driver",
3030
"type": "git"
3131
},
3232
"os": [

npm/freebsd-x64/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cpu": [
55
"x64"
66
],
7-
"main": "package-template.freebsd-x64.node",
7+
"main": "scylladb.freebsd-x64.node",
88
"files": [
9-
"package-template.freebsd-x64.node"
9+
"scylladb.freebsd-x64.node"
1010
],
11-
"description": "Template project for writing node package with napi-rs",
11+
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧",
1212
"keywords": [
1313
"napi-rs",
1414
"NAPI",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"repository": {
29-
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git",
29+
"url": "https://github.com/Daniel-Boll/scylla-javascript-driver",
3030
"type": "git"
3131
},
3232
"os": [

npm/linux-arm-gnueabihf/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cpu": [
55
"arm"
66
],
7-
"main": "package-template.linux-arm-gnueabihf.node",
7+
"main": "scylladb.linux-arm-gnueabihf.node",
88
"files": [
9-
"package-template.linux-arm-gnueabihf.node"
9+
"scylladb.linux-arm-gnueabihf.node"
1010
],
11-
"description": "Template project for writing node package with napi-rs",
11+
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧",
1212
"keywords": [
1313
"napi-rs",
1414
"NAPI",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"repository": {
29-
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git",
29+
"url": "https://github.com/Daniel-Boll/scylla-javascript-driver",
3030
"type": "git"
3131
},
3232
"os": [

npm/linux-arm64-gnu/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cpu": [
55
"arm64"
66
],
7-
"main": "package-template.linux-arm64-gnu.node",
7+
"main": "scylladb.linux-arm64-gnu.node",
88
"files": [
9-
"package-template.linux-arm64-gnu.node"
9+
"scylladb.linux-arm64-gnu.node"
1010
],
11-
"description": "Template project for writing node package with napi-rs",
11+
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧",
1212
"keywords": [
1313
"napi-rs",
1414
"NAPI",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"repository": {
29-
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git",
29+
"url": "https://github.com/Daniel-Boll/scylla-javascript-driver",
3030
"type": "git"
3131
},
3232
"os": [

npm/linux-arm64-musl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cpu": [
55
"arm64"
66
],
7-
"main": "package-template.linux-arm64-musl.node",
7+
"main": "scylladb.linux-arm64-musl.node",
88
"files": [
9-
"package-template.linux-arm64-musl.node"
9+
"scylladb.linux-arm64-musl.node"
1010
],
11-
"description": "Template project for writing node package with napi-rs",
11+
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧",
1212
"keywords": [
1313
"napi-rs",
1414
"NAPI",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"repository": {
29-
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git",
29+
"url": "https://github.com/Daniel-Boll/scylla-javascript-driver",
3030
"type": "git"
3131
},
3232
"os": [

npm/linux-x64-gnu/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"cpu": [
55
"x64"
66
],
7-
"main": "package-template.linux-x64-gnu.node",
7+
"main": "scylladb.linux-x64-gnu.node",
88
"files": [
9-
"package-template.linux-x64-gnu.node"
9+
"scylladb.linux-x64-gnu.node"
1010
],
11-
"description": "Template project for writing node package with napi-rs",
11+
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧",
1212
"keywords": [
1313
"napi-rs",
1414
"NAPI",
@@ -17,6 +17,11 @@
1717
"node-addon",
1818
"node-addon-api"
1919
],
20+
"author": {
21+
"name": "Daniel Boll",
22+
"email": "danielboll.dev@proton.me",
23+
"url": "https://daniel-boll.me"
24+
},
2025
"license": "MIT",
2126
"engines": {
2227
"node": ">= 10"
@@ -26,7 +31,7 @@
2631
"access": "public"
2732
},
2833
"repository": {
29-
"url": "git+ssh://git@github.com/napi-rs/package-template-pnpm.git",
34+
"url": "https://github.com/Daniel-Boll/scylla-javascript-driver",
3035
"type": "git"
3136
},
3237
"os": [

0 commit comments

Comments
 (0)