Skip to content

Commit

Permalink
chore(npm): publish remaining updates of package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Boll <[email protected]>
  • Loading branch information
Daniel-Boll committed Nov 2, 2024
1 parent 8215c5d commit 6fbe40f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambda-group/scylladb-darwin-arm64",
"version": "0.6.2",
"version": "0.6.5",
"cpu": [
"arm64"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambda-group/scylladb-darwin-universal",
"version": "0.6.2",
"version": "0.6.5",
"main": "scylladb.darwin-universal.node",
"files": [
"scylladb.darwin-universal.node"
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambda-group/scylladb-darwin-x64",
"version": "0.6.4",
"version": "0.6.5",
"cpu": [
"x64"
],
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": "@lambda-group/scylladb-linux-x64-gnu",
"version": "0.6.4",
"version": "0.6.5",
"cpu": [
"x64"
],
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": "@lambda-group/scylladb-linux-x64-musl",
"version": "0.6.2",
"version": "0.6.5",
"cpu": [
"x64"
],
Expand Down

0 comments on commit 6fbe40f

Please sign in to comment.