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
4 changes: 2 additions & 2 deletions examples/clang-format/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "examples-clang-format",
"version": "1.3.3",
"version": "1.3.4",
"scripts": {
"formatted:c": "npx clang-format src/formatted.c",
"formatted:c:dry-run": "npx clang-format -Werror -n src/formatted.c",
Expand All @@ -13,6 +13,6 @@
"unformatted:cpp:dry-run": "npx clang-format -Werror -n src/unformatted.cpp"
},
"dependencies": {
"clang-format-node": "^1.3.3"
"clang-format-node": "^1.3.4"
}
}
4 changes: 2 additions & 2 deletions examples/git-clang-format/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "examples-git-clang-format",
"version": "1.3.3",
"version": "1.3.4",
"scripts": {
"add-a-space-to-line-9-of-main-c-file": "node -e \"require('fs').copyFileSync('src/main_overwrite.txt','src/main.c')\"",
"git-add": "git add src/main.c && git status",
"git-clang-format": "npx git-clang-format"
},
"dependencies": {
"clang-format-git": "^1.3.3"
"clang-format-git": "^1.3.4"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.3.3"
"version": "1.3.4"
}
44 changes: 22 additions & 22 deletions 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 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": "1.3.3",
"version": "1.3.4",
"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,7 +58,7 @@
"start": "node build/cli.js"
},
"dependencies": {
"clang-format-node": "^1.3.3",
"clang-format-node": "^1.3.4",
"shx": "^0.4.0"
}
}
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": "1.3.3",
"version": "1.3.4",
"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,7 +57,7 @@
"start": "node build/cli.js"
},
"dependencies": {
"clang-format-node": "^1.3.3",
"clang-format-node": "^1.3.4",
"shx": "^0.4.0"
}
}
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": "1.3.3",
"version": "1.3.4",
"description": "Node wrapper for clang-format native binary inspired by angular/clang-format.🐉",
"main": "build/index.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions tests/integration-api-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"name": "tests-integration-api-cjs",
"version": "1.3.3",
"version": "1.3.4",
"type": "commonjs",
"scripts": {
"test": "node --test"
},
"dependencies": {
"clang-format-git": "^1.3.3",
"clang-format-git-python": "^1.3.3",
"clang-format-node": "^1.3.3"
"clang-format-git": "^1.3.4",
"clang-format-git-python": "^1.3.4",
"clang-format-node": "^1.3.4"
}
}
8 changes: 4 additions & 4 deletions tests/integration-api-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"name": "tests-integration-api-esm",
"version": "1.3.3",
"version": "1.3.4",
"type": "module",
"scripts": {
"test": "node --test"
},
"dependencies": {
"clang-format-git": "^1.3.3",
"clang-format-git-python": "^1.3.3",
"clang-format-node": "^1.3.3"
"clang-format-git": "^1.3.4",
"clang-format-git-python": "^1.3.4",
"clang-format-node": "^1.3.4"
}
}
8 changes: 4 additions & 4 deletions tests/integration-binaries-permission/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "tests-integration-binaries-permission",
"version": "1.3.3",
"version": "1.3.4",
"scripts": {
"test": "node --test"
},
"dependencies": {
"clang-format-git": "^1.3.3",
"clang-format-git-python": "^1.3.3",
"clang-format-node": "^1.3.3"
"clang-format-git": "^1.3.4",
"clang-format-git-python": "^1.3.4",
"clang-format-node": "^1.3.4"
}
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "website",
"version": "1.3.3",
"version": "1.3.4",
"type": "module",
"scripts": {
"dev": "npx vitepress --open --host",
Expand Down