Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Boll committed Aug 11, 2024
1 parent 662352e commit b571646
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 6 deletions.
20 changes: 20 additions & 0 deletions .zed/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"label": "Start docker container",
"command": "docker run --name scylladb -d --rm -it -p 9042:9042 scylladb/scylla --smp 2",
"reveal": "never",
"hide": "on_success"
},
{
"label": "Build driver",
"command": "yarn build",
"hide": "on_success"
},
{
"label": "Run example udt",
"command": "yarn tsx ./examples/udt.mts",
"reveal": "always",
"hide": "never",
"shell": "system"
}
]
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.4.0",
"version": "0.5.0",
"os": [
"darwin"
],
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.4.0",
"version": "0.5.0",
"os": [
"darwin"
],
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.4.0",
"version": "0.5.0",
"os": [
"darwin"
],
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.4.0",
"version": "0.5.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambda-group/scylladb-win32-x64-msvc",
"version": "0.4.0",
"version": "0.5.0",
"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": "@lambda-group/scylladb",
"version": "0.4.0",
"version": "0.5.0",
"repository": "https://github.com/Daniel-Boll/scylla-javascript-driver",
"description": "🚀 JavaScript driver for ScyllaDB, harnessing Rust's power through napi-rs for top performance. Pre-release stage. 🧪🔧",
"author": {
Expand Down
5 changes: 5 additions & 0 deletions rust-analyzer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"procMacro": {
"enable": true
}
}

0 comments on commit b571646

Please sign in to comment.