From ac12d72d1953ecb1f0868a97d99cd3e9884f0fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Czech?= Date: Thu, 18 Jun 2026 12:55:14 +0200 Subject: [PATCH 1/2] Add .npmignore to all directories --- lib/.npmignore | 3 +++ lib/concurrent/.npmignore | 3 +++ lib/datastax/.npmignore | 3 +++ lib/datastax/cloud/.npmignore | 3 +++ lib/datastax/deprecated-auth/.npmignore | 3 +++ lib/datastax/graph/.npmignore | 3 +++ lib/datastax/search/.npmignore | 3 +++ lib/geometry/.npmignore | 3 +++ lib/mapping/.npmignore | 3 +++ lib/metadata/.npmignore | 3 +++ lib/metrics/.npmignore | 3 +++ lib/policies/.npmignore | 3 +++ lib/tracker/.npmignore | 3 +++ 13 files changed, 39 insertions(+) create mode 100644 lib/.npmignore create mode 100644 lib/concurrent/.npmignore create mode 100644 lib/datastax/.npmignore create mode 100644 lib/datastax/cloud/.npmignore create mode 100644 lib/datastax/deprecated-auth/.npmignore create mode 100644 lib/datastax/graph/.npmignore create mode 100644 lib/datastax/search/.npmignore create mode 100644 lib/geometry/.npmignore create mode 100644 lib/mapping/.npmignore create mode 100644 lib/metadata/.npmignore create mode 100644 lib/metrics/.npmignore create mode 100644 lib/policies/.npmignore create mode 100644 lib/tracker/.npmignore diff --git a/lib/.npmignore b/lib/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/.npmignore @@ -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. diff --git a/lib/concurrent/.npmignore b/lib/concurrent/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/concurrent/.npmignore @@ -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. diff --git a/lib/datastax/.npmignore b/lib/datastax/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/datastax/.npmignore @@ -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. diff --git a/lib/datastax/cloud/.npmignore b/lib/datastax/cloud/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/datastax/cloud/.npmignore @@ -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. diff --git a/lib/datastax/deprecated-auth/.npmignore b/lib/datastax/deprecated-auth/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/datastax/deprecated-auth/.npmignore @@ -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. diff --git a/lib/datastax/graph/.npmignore b/lib/datastax/graph/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/datastax/graph/.npmignore @@ -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. diff --git a/lib/datastax/search/.npmignore b/lib/datastax/search/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/datastax/search/.npmignore @@ -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. diff --git a/lib/geometry/.npmignore b/lib/geometry/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/geometry/.npmignore @@ -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. diff --git a/lib/mapping/.npmignore b/lib/mapping/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/mapping/.npmignore @@ -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. diff --git a/lib/metadata/.npmignore b/lib/metadata/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/metadata/.npmignore @@ -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. diff --git a/lib/metrics/.npmignore b/lib/metrics/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/metrics/.npmignore @@ -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. diff --git a/lib/policies/.npmignore b/lib/policies/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/policies/.npmignore @@ -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. diff --git a/lib/tracker/.npmignore b/lib/tracker/.npmignore new file mode 100644 index 000000000..acfe56b51 --- /dev/null +++ b/lib/tracker/.npmignore @@ -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. From f1212641635a741dfc200e266313516121de7ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Czech?= Date: Thu, 18 Jun 2026 12:56:16 +0200 Subject: [PATCH 2/2] Bump package version --- Cargo.toml | 2 +- benchmark/package-lock.json | 2 +- docs/source/conf.py | 4 ++-- examples/package-lock.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 806cbe3d2..4df3d43d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2024" name = "scylladb-javascript-driver" -version = "0.6.0" +version = "0.6.1" [lib] crate-type = ["cdylib"] diff --git a/benchmark/package-lock.json b/benchmark/package-lock.json index c04e70c74..b489c04dc 100644 --- a/benchmark/package-lock.json +++ b/benchmark/package-lock.json @@ -16,7 +16,7 @@ }, "..": { "name": "@scylladb/driver", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@types/node": ">=20", diff --git a/docs/source/conf.py b/docs/source/conf.py index 3f288ec3c..1d70749f7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 = [] diff --git a/examples/package-lock.json b/examples/package-lock.json index 6634e8752..ce23709f6 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -15,7 +15,7 @@ }, "..": { "name": "@scylladb/driver", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@types/node": ">=20", diff --git a/package-lock.json b/package-lock.json index ef0d7aeb4..d1b3d452e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scylladb/driver", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@scylladb/driver", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@types/node": ">=20", diff --git a/package.json b/package.json index 71d143233..5f8a21e95 100644 --- a/package.json +++ b/package.json @@ -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": [