diff --git a/Cargo.lock b/Cargo.lock index 4544dd4..280d638 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpp-linter" -version = "2.0.0-rc3" +version = "2.0.0-rc4" dependencies = [ "chrono", "clap", @@ -357,7 +357,7 @@ dependencies = [ [[package]] name = "cpp-linter-js" -version = "2.0.0-rc3" +version = "2.0.0-rc4" dependencies = [ "cpp-linter", "napi", @@ -367,7 +367,7 @@ dependencies = [ [[package]] name = "cpp-linter-py" -version = "2.0.0-rc3" +version = "2.0.0-rc4" dependencies = [ "cpp-linter", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 52fd109..65abf5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["cpp-linter", "py-binding", "node-binding", "docs"] resolver = "2" [workspace.package] -version = "2.0.0-rc3" # auto +version = "2.0.0-rc4" # auto authors = [ "Brendan Doherty", "Peter Shen", diff --git a/node-binding/npm/darwin-x64/package.json b/node-binding/npm/darwin-x64/package.json index 038da88..98b0e50 100644 --- a/node-binding/npm/darwin-x64/package.json +++ b/node-binding/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@cpp-linter/cpp-linter-darwin-x64", - "version": "2.0.0-rc3", + "version": "2.0.0-rc4", "os": [ "darwin" ], @@ -12,6 +12,15 @@ "cpp-linter.darwin-x64.node" ], "license": "MIT", + "description": "Node.js binding for the cpp-linter Rust source.", + "repository": { + "type": "git", + "url": "git+https://github.com/cpp-linter/cpp_linter_rs.git" + }, + "author": "Brendan Doherty", + "bugs": { + "url": "https://github.com/cpp-linter/cpp_linter_rs/issues" + }, "engines": { "node": ">= 10" } diff --git a/node-binding/npm/linux-x64-gnu/package.json b/node-binding/npm/linux-x64-gnu/package.json index 87079d2..b514a44 100644 --- a/node-binding/npm/linux-x64-gnu/package.json +++ b/node-binding/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@cpp-linter/cpp-linter-linux-x64-gnu", - "version": "2.0.0-rc3", + "version": "2.0.0-rc4", "os": [ "linux" ], @@ -12,6 +12,15 @@ "cpp-linter.linux-x64-gnu.node" ], "license": "MIT", + "description": "Node.js binding for the cpp-linter Rust source.", + "repository": { + "type": "git", + "url": "git+https://github.com/cpp-linter/cpp_linter_rs.git" + }, + "author": "Brendan Doherty", + "bugs": { + "url": "https://github.com/cpp-linter/cpp_linter_rs/issues" + }, "engines": { "node": ">= 10" }, diff --git a/node-binding/npm/win32-x64-msvc/package.json b/node-binding/npm/win32-x64-msvc/package.json index 53dc9dd..744da75 100644 --- a/node-binding/npm/win32-x64-msvc/package.json +++ b/node-binding/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@cpp-linter/cpp-linter-win32-x64-msvc", - "version": "2.0.0-rc3", + "version": "2.0.0-rc4", "os": [ "win32" ], @@ -12,6 +12,15 @@ "cpp-linter.win32-x64-msvc.node" ], "license": "MIT", + "description": "Node.js binding for the cpp-linter Rust source.", + "repository": { + "type": "git", + "url": "git+https://github.com/cpp-linter/cpp_linter_rs.git" + }, + "author": "Brendan Doherty", + "bugs": { + "url": "https://github.com/cpp-linter/cpp_linter_rs/issues" + }, "engines": { "node": ">= 10" } diff --git a/node-binding/package.json b/node-binding/package.json index d9ca98e..8d16ebc 100644 --- a/node-binding/package.json +++ b/node-binding/package.json @@ -1,6 +1,6 @@ { "name": "@cpp-linter/cpp-linter", - "version": "2.0.0-rc3", + "version": "2.0.0-rc4", "main": "index.js", "types": "index.d.ts", "napi": {