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 examples/clang-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"unformatted:cpp:dry-run": "npx clang-format -Werror -n src/unformatted.cpp"
},
"dependencies": {
"clang-format-node": "^2.0.4"
"clang-format-node": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion examples/git-clang-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"git-clang-format": "npx git-clang-format"
},
"dependencies": {
"clang-format-git": "^2.0.4"
"clang-format-git": "^2.0.5"
}
}
36 changes: 18 additions & 18 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,7 +1,7 @@
{
"private": true,
"name": "npm-clang-format-node",
"version": "2.0.4",
"version": "2.0.5",
"packageManager": "npm@10.9.2",
"engines": {
"node": ">=20.19.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/clang-format-git-python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clang-format-git-python",
"version": "2.0.4",
"version": "2.0.5",
"description": "Node wrapper for git-clang-format Python script. This package requires Python3 as a dependency.🐉",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -58,6 +58,6 @@
"start": "node build/cli.js"
},
"dependencies": {
"clang-format-node": "^2.0.4"
"clang-format-node": "^2.0.5"
}
}
4 changes: 2 additions & 2 deletions packages/clang-format-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clang-format-git",
"version": "2.0.4",
"version": "2.0.5",
"description": "Node wrapper for git-clang-format Python script as a standalone native binary to allow execution without a Python dependency.🐉",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -57,6 +57,6 @@
"start": "node build/cli.js"
},
"dependencies": {
"clang-format-node": "^2.0.4"
"clang-format-node": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/clang-format-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clang-format-node",
"version": "2.0.4",
"version": "2.0.5",
"description": "Node wrapper for clang-format native binary inspired by angular/clang-format.🐉",
"main": "build/index.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions tests/integration-api-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"test": "node --test"
},
"dependencies": {
"clang-format-git": "^2.0.4",
"clang-format-git-python": "^2.0.4",
"clang-format-node": "^2.0.4"
"clang-format-git": "^2.0.5",
"clang-format-git-python": "^2.0.5",
"clang-format-node": "^2.0.5"
}
}
6 changes: 3 additions & 3 deletions tests/integration-api-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"test": "node --test"
},
"dependencies": {
"clang-format-git": "^2.0.4",
"clang-format-git-python": "^2.0.4",
"clang-format-node": "^2.0.4"
"clang-format-git": "^2.0.5",
"clang-format-git-python": "^2.0.5",
"clang-format-node": "^2.0.5"
}
}
6 changes: 3 additions & 3 deletions tests/integration-binaries-permission/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"test": "node --test"
},
"dependencies": {
"clang-format-git": "^2.0.4",
"clang-format-git-python": "^2.0.4",
"clang-format-node": "^2.0.4"
"clang-format-git": "^2.0.5",
"clang-format-git-python": "^2.0.5",
"clang-format-node": "^2.0.5"
}
}