Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2024"
name = "scylladb-javascript-driver"
version = "0.6.0"
version = "0.6.1"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
# -- General configuration ------------------------------------------

# Build documentation for the following tags and branches
TAGS = ["v0.6.0"]
TAGS = ["v0.6.1"]
BRANCHES = ["main"]
LATEST_VERSION = "v0.6.0"
LATEST_VERSION = "v0.6.1"
UNSTABLE_VERSIONS = ["main"]
DEPRECATED_VERSIONS = []

Expand Down
2 changes: 1 addition & 1 deletion examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions lib/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/concurrent/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/datastax/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/datastax/cloud/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/datastax/deprecated-auth/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/datastax/graph/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/datastax/search/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/geometry/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/mapping/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/metadata/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/metrics/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/policies/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
3 changes: 3 additions & 0 deletions lib/tracker/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Empty file to override .gitignore for npm publish.
# The .gitignore in this directory excludes compiled TypeScript output,
# but those files need to be included in the published package.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scylladb/driver",
"version": "0.6.0",
"version": "0.6.1",
"description": "Async CQL driver for Node.js, built on top of Rust driver, optimized for ScyllaDB!",
"license": "Apache-2.0",
"contributors": [
Expand Down
Loading