@visulima/task-runner 1.0.0-alpha.1 → 1.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +11 -13
  3. package/npm/darwin-arm64/LICENSE.md +0 -21
  4. package/npm/darwin-arm64/node_modules/.bin/semantic-release +0 -21
  5. package/npm/darwin-arm64/package.json +0 -39
  6. package/npm/darwin-arm64/task-runner-native.darwin-arm64.node +0 -0
  7. package/npm/darwin-x64/LICENSE.md +0 -21
  8. package/npm/darwin-x64/node_modules/.bin/semantic-release +0 -21
  9. package/npm/darwin-x64/package.json +0 -39
  10. package/npm/darwin-x64/task-runner-native.darwin-x64.node +0 -0
  11. package/npm/linux-arm64-gnu/LICENSE.md +0 -21
  12. package/npm/linux-arm64-gnu/node_modules/.bin/semantic-release +0 -21
  13. package/npm/linux-arm64-gnu/package.json +0 -42
  14. package/npm/linux-arm64-gnu/task-runner-native.linux-arm64-gnu.node +0 -0
  15. package/npm/linux-arm64-musl/LICENSE.md +0 -21
  16. package/npm/linux-arm64-musl/node_modules/.bin/semantic-release +0 -21
  17. package/npm/linux-arm64-musl/package.json +0 -42
  18. package/npm/linux-arm64-musl/task-runner-native.linux-arm64-musl.node +0 -0
  19. package/npm/linux-x64-gnu/LICENSE.md +0 -21
  20. package/npm/linux-x64-gnu/node_modules/.bin/semantic-release +0 -21
  21. package/npm/linux-x64-gnu/package.json +0 -42
  22. package/npm/linux-x64-gnu/task-runner-native.linux-x64-gnu.node +0 -0
  23. package/npm/linux-x64-musl/LICENSE.md +0 -21
  24. package/npm/linux-x64-musl/node_modules/.bin/semantic-release +0 -21
  25. package/npm/linux-x64-musl/package.json +0 -42
  26. package/npm/linux-x64-musl/task-runner-native.linux-x64-musl.node +0 -0
  27. package/npm/win32-arm64-msvc/LICENSE.md +0 -21
  28. package/npm/win32-arm64-msvc/node_modules/.bin/semantic-release +0 -21
  29. package/npm/win32-arm64-msvc/package.json +0 -39
  30. package/npm/win32-arm64-msvc/task-runner-native.win32-arm64-msvc.node +0 -0
  31. package/npm/win32-x64-msvc/LICENSE.md +0 -21
  32. package/npm/win32-x64-msvc/node_modules/.bin/semantic-release +0 -21
  33. package/npm/win32-x64-msvc/package.json +0 -39
  34. package/npm/win32-x64-msvc/task-runner-native.win32-x64-msvc.node +0 -0
  35. package/task-runner-native.darwin-arm64.node +0 -0
  36. package/task-runner-native.darwin-x64.node +0 -0
  37. package/task-runner-native.linux-arm64-gnu.node +0 -0
  38. package/task-runner-native.linux-arm64-musl.node +0 -0
  39. package/task-runner-native.linux-x64-gnu.node +0 -0
  40. package/task-runner-native.linux-x64-musl.node +0 -0
  41. package/task-runner-native.win32-arm64-msvc.node +0 -0
  42. package/task-runner-native.win32-x64-msvc.node +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## @visulima/task-runner [1.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/task-runner@1.0.0-alpha.2...@visulima/task-runner@1.0.0-alpha.3) (2026-03-26)
2
+
3
+ ### Features
4
+
5
+ * **web:** auto-generate packages page from workspace metadata ([623e520](https://github.com/visulima/visulima/commit/623e5207693a7fe720f5f2f179593a3654c880e3))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * **task-runner:** remove redundant extends from .releaserc.json ([8969dfa](https://github.com/visulima/visulima/commit/8969dfaeccf3a36e40ecb9ba659187f81dda4ce1))
10
+
11
+ ### Continuous Integration
12
+
13
+ * **task-runner:** use escaped newlines in git commit message template ([b3045b6](https://github.com/visulima/visulima/commit/b3045b6c2c5afc641c699932fbf90effe7c31563))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@visulima/humanizer:** upgraded to 3.0.0-alpha.8
19
+ * **@visulima/path:** upgraded to 3.0.0-alpha.7
20
+
21
+ ## @visulima/task-runner [1.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/task-runner@1.0.0-alpha.1...@visulima/task-runner@1.0.0-alpha.2) (2026-03-26)
22
+
23
+ ### Bug Fixes
24
+
25
+ * **task-runner:** publish native binding packages with version lockstep via exec plugin ([12e342f](https://github.com/visulima/visulima/commit/12e342f1656ad0b595eaff627d3407c61c4ea7b6))
26
+
27
+ ### Miscellaneous Chores
28
+
29
+ * **task-runner:** add project.json for all native binding packages ([eb48812](https://github.com/visulima/visulima/commit/eb48812cb87c0990b9822d9314ccc0081e41d11f))
30
+
1
31
  ## @visulima/task-runner 1.0.0-alpha.1 (2026-03-26)
2
32
 
3
33
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/task-runner",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.3",
4
4
  "description": "A task runner with caching support for monorepo workspaces",
5
5
  "keywords": [
6
6
  "visulima",
@@ -47,25 +47,23 @@
47
47
  "files": [
48
48
  "dist/**",
49
49
  "binding.js",
50
- "npm",
51
- "*.node",
52
50
  "README.md",
53
51
  "CHANGELOG.md",
54
52
  "LICENSE.md"
55
53
  ],
56
54
  "dependencies": {
57
- "@visulima/humanizer": "3.0.0-alpha.7",
58
- "@visulima/path": "3.0.0-alpha.6"
55
+ "@visulima/humanizer": "3.0.0-alpha.8",
56
+ "@visulima/path": "3.0.0-alpha.7"
59
57
  },
60
58
  "optionalDependencies": {
61
- "@visulima/task-runner-binding-darwin-arm64": "0.0.1",
62
- "@visulima/task-runner-binding-linux-arm64-gnu": "0.0.1",
63
- "@visulima/task-runner-binding-linux-arm64-musl": "0.0.1",
64
- "@visulima/task-runner-binding-linux-x64-gnu": "0.0.1",
65
- "@visulima/task-runner-binding-darwin-x64": "0.0.1",
66
- "@visulima/task-runner-binding-linux-x64-musl": "0.0.1",
67
- "@visulima/task-runner-binding-win32-arm64-msvc": "0.0.1",
68
- "@visulima/task-runner-binding-win32-x64-msvc": "0.0.1"
59
+ "@visulima/task-runner-binding-darwin-arm64": "1.0.0-alpha.3",
60
+ "@visulima/task-runner-binding-darwin-x64": "1.0.0-alpha.3",
61
+ "@visulima/task-runner-binding-linux-arm64-musl": "1.0.0-alpha.3",
62
+ "@visulima/task-runner-binding-linux-arm64-gnu": "1.0.0-alpha.3",
63
+ "@visulima/task-runner-binding-linux-x64-gnu": "1.0.0-alpha.3",
64
+ "@visulima/task-runner-binding-linux-x64-musl": "1.0.0-alpha.3",
65
+ "@visulima/task-runner-binding-win32-arm64-msvc": "1.0.0-alpha.3",
66
+ "@visulima/task-runner-binding-win32-x64-msvc": "1.0.0-alpha.3"
69
67
  },
70
68
  "engines": {
71
69
  "node": ">=20.19 <=25.x"
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 visulima
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- #!/bin/sh
2
- basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3
-
4
- case `uname` in
5
- *CYGWIN*|*MINGW*|*MSYS*)
6
- if command -v cygpath > /dev/null 2>&1; then
7
- basedir=`cygpath -w "$basedir"`
8
- fi
9
- ;;
10
- esac
11
-
12
- if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules"
14
- else
15
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules:$NODE_PATH"
16
- fi
17
- if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../semantic-release/bin/semantic-release.js" "$@"
19
- else
20
- exec node "$basedir/../semantic-release/bin/semantic-release.js" "$@"
21
- fi
@@ -1,39 +0,0 @@
1
- {
2
- "name": "@visulima/task-runner-binding-darwin-arm64",
3
- "version": "0.0.1",
4
- "description": "Native binding for @visulima/task-runner (macOS arm64)",
5
- "homepage": "https://visulima.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/visulima/visulima.git",
9
- "directory": "packages/tooling/task-runner"
10
- },
11
- "license": "MIT",
12
- "author": {
13
- "name": "Daniel Bannert",
14
- "email": "d.bannert@anolilab.de"
15
- },
16
- "main": "task-runner-native.darwin-arm64.node",
17
- "files": [
18
- "task-runner-native.darwin-arm64.node"
19
- ],
20
- "devDependencies": {
21
- "@anolilab/semantic-release-pnpm": "catalog:dev",
22
- "@anolilab/semantic-release-preset": "catalog:dev",
23
- "conventional-changelog-conventionalcommits": "catalog:dev",
24
- "semantic-release": "catalog:cli"
25
- },
26
- "engines": {
27
- "node": ">=20.19 <=25.x"
28
- },
29
- "os": [
30
- "darwin"
31
- ],
32
- "cpu": [
33
- "arm64"
34
- ],
35
- "publishConfig": {
36
- "access": "public",
37
- "provenance": true
38
- }
39
- }
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 visulima
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- #!/bin/sh
2
- basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3
-
4
- case `uname` in
5
- *CYGWIN*|*MINGW*|*MSYS*)
6
- if command -v cygpath > /dev/null 2>&1; then
7
- basedir=`cygpath -w "$basedir"`
8
- fi
9
- ;;
10
- esac
11
-
12
- if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules"
14
- else
15
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules:$NODE_PATH"
16
- fi
17
- if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../semantic-release/bin/semantic-release.js" "$@"
19
- else
20
- exec node "$basedir/../semantic-release/bin/semantic-release.js" "$@"
21
- fi
@@ -1,39 +0,0 @@
1
- {
2
- "name": "@visulima/task-runner-binding-darwin-x64",
3
- "version": "0.0.1",
4
- "description": "Native binding for @visulima/task-runner (macOS x64)",
5
- "homepage": "https://visulima.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/visulima/visulima.git",
9
- "directory": "packages/tooling/task-runner"
10
- },
11
- "license": "MIT",
12
- "author": {
13
- "name": "Daniel Bannert",
14
- "email": "d.bannert@anolilab.de"
15
- },
16
- "main": "task-runner-native.darwin-x64.node",
17
- "files": [
18
- "task-runner-native.darwin-x64.node"
19
- ],
20
- "devDependencies": {
21
- "@anolilab/semantic-release-pnpm": "catalog:dev",
22
- "@anolilab/semantic-release-preset": "catalog:dev",
23
- "conventional-changelog-conventionalcommits": "catalog:dev",
24
- "semantic-release": "catalog:cli"
25
- },
26
- "engines": {
27
- "node": ">=20.19 <=25.x"
28
- },
29
- "os": [
30
- "darwin"
31
- ],
32
- "cpu": [
33
- "x64"
34
- ],
35
- "publishConfig": {
36
- "access": "public",
37
- "provenance": true
38
- }
39
- }
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 visulima
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- #!/bin/sh
2
- basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3
-
4
- case `uname` in
5
- *CYGWIN*|*MINGW*|*MSYS*)
6
- if command -v cygpath > /dev/null 2>&1; then
7
- basedir=`cygpath -w "$basedir"`
8
- fi
9
- ;;
10
- esac
11
-
12
- if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules"
14
- else
15
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules:$NODE_PATH"
16
- fi
17
- if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../semantic-release/bin/semantic-release.js" "$@"
19
- else
20
- exec node "$basedir/../semantic-release/bin/semantic-release.js" "$@"
21
- fi
@@ -1,42 +0,0 @@
1
- {
2
- "name": "@visulima/task-runner-binding-linux-arm64-gnu",
3
- "version": "0.0.1",
4
- "description": "Native binding for @visulima/task-runner (Linux arm64 glibc)",
5
- "homepage": "https://visulima.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/visulima/visulima.git",
9
- "directory": "packages/tooling/task-runner"
10
- },
11
- "license": "MIT",
12
- "author": {
13
- "name": "Daniel Bannert",
14
- "email": "d.bannert@anolilab.de"
15
- },
16
- "main": "task-runner-native.linux-arm64-gnu.node",
17
- "files": [
18
- "task-runner-native.linux-arm64-gnu.node"
19
- ],
20
- "devDependencies": {
21
- "@anolilab/semantic-release-pnpm": "catalog:dev",
22
- "@anolilab/semantic-release-preset": "catalog:dev",
23
- "conventional-changelog-conventionalcommits": "catalog:dev",
24
- "semantic-release": "catalog:cli"
25
- },
26
- "engines": {
27
- "node": ">=20.19 <=25.x"
28
- },
29
- "os": [
30
- "linux"
31
- ],
32
- "cpu": [
33
- "arm64"
34
- ],
35
- "publishConfig": {
36
- "access": "public",
37
- "provenance": true
38
- },
39
- "libc": [
40
- "glibc"
41
- ]
42
- }
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 visulima
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- #!/bin/sh
2
- basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3
-
4
- case `uname` in
5
- *CYGWIN*|*MINGW*|*MSYS*)
6
- if command -v cygpath > /dev/null 2>&1; then
7
- basedir=`cygpath -w "$basedir"`
8
- fi
9
- ;;
10
- esac
11
-
12
- if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules"
14
- else
15
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules:$NODE_PATH"
16
- fi
17
- if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../semantic-release/bin/semantic-release.js" "$@"
19
- else
20
- exec node "$basedir/../semantic-release/bin/semantic-release.js" "$@"
21
- fi
@@ -1,42 +0,0 @@
1
- {
2
- "name": "@visulima/task-runner-binding-linux-arm64-musl",
3
- "version": "0.0.1",
4
- "description": "Native binding for @visulima/task-runner (Linux arm64 musl)",
5
- "homepage": "https://visulima.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/visulima/visulima.git",
9
- "directory": "packages/tooling/task-runner"
10
- },
11
- "license": "MIT",
12
- "author": {
13
- "name": "Daniel Bannert",
14
- "email": "d.bannert@anolilab.de"
15
- },
16
- "main": "task-runner-native.linux-arm64-musl.node",
17
- "files": [
18
- "task-runner-native.linux-arm64-musl.node"
19
- ],
20
- "devDependencies": {
21
- "@anolilab/semantic-release-pnpm": "catalog:dev",
22
- "@anolilab/semantic-release-preset": "catalog:dev",
23
- "conventional-changelog-conventionalcommits": "catalog:dev",
24
- "semantic-release": "catalog:cli"
25
- },
26
- "engines": {
27
- "node": ">=20.19 <=25.x"
28
- },
29
- "os": [
30
- "linux"
31
- ],
32
- "cpu": [
33
- "arm64"
34
- ],
35
- "publishConfig": {
36
- "access": "public",
37
- "provenance": true
38
- },
39
- "libc": [
40
- "musl"
41
- ]
42
- }
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 visulima
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- #!/bin/sh
2
- basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3
-
4
- case `uname` in
5
- *CYGWIN*|*MINGW*|*MSYS*)
6
- if command -v cygpath > /dev/null 2>&1; then
7
- basedir=`cygpath -w "$basedir"`
8
- fi
9
- ;;
10
- esac
11
-
12
- if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules"
14
- else
15
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules:$NODE_PATH"
16
- fi
17
- if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../semantic-release/bin/semantic-release.js" "$@"
19
- else
20
- exec node "$basedir/../semantic-release/bin/semantic-release.js" "$@"
21
- fi
@@ -1,42 +0,0 @@
1
- {
2
- "name": "@visulima/task-runner-binding-linux-x64-gnu",
3
- "version": "0.0.1",
4
- "description": "Native binding for @visulima/task-runner (Linux x64 glibc)",
5
- "homepage": "https://visulima.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/visulima/visulima.git",
9
- "directory": "packages/tooling/task-runner"
10
- },
11
- "license": "MIT",
12
- "author": {
13
- "name": "Daniel Bannert",
14
- "email": "d.bannert@anolilab.de"
15
- },
16
- "main": "task-runner-native.linux-x64-gnu.node",
17
- "files": [
18
- "task-runner-native.linux-x64-gnu.node"
19
- ],
20
- "devDependencies": {
21
- "@anolilab/semantic-release-pnpm": "catalog:dev",
22
- "@anolilab/semantic-release-preset": "catalog:dev",
23
- "conventional-changelog-conventionalcommits": "catalog:dev",
24
- "semantic-release": "catalog:cli"
25
- },
26
- "engines": {
27
- "node": ">=20.19 <=25.x"
28
- },
29
- "os": [
30
- "linux"
31
- ],
32
- "cpu": [
33
- "x64"
34
- ],
35
- "publishConfig": {
36
- "access": "public",
37
- "provenance": true
38
- },
39
- "libc": [
40
- "glibc"
41
- ]
42
- }
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 visulima
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- #!/bin/sh
2
- basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3
-
4
- case `uname` in
5
- *CYGWIN*|*MINGW*|*MSYS*)
6
- if command -v cygpath > /dev/null 2>&1; then
7
- basedir=`cygpath -w "$basedir"`
8
- fi
9
- ;;
10
- esac
11
-
12
- if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules"
14
- else
15
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules:$NODE_PATH"
16
- fi
17
- if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../semantic-release/bin/semantic-release.js" "$@"
19
- else
20
- exec node "$basedir/../semantic-release/bin/semantic-release.js" "$@"
21
- fi
@@ -1,42 +0,0 @@
1
- {
2
- "name": "@visulima/task-runner-binding-linux-x64-musl",
3
- "version": "0.0.1",
4
- "description": "Native binding for @visulima/task-runner (Linux x64 musl)",
5
- "homepage": "https://visulima.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/visulima/visulima.git",
9
- "directory": "packages/tooling/task-runner"
10
- },
11
- "license": "MIT",
12
- "author": {
13
- "name": "Daniel Bannert",
14
- "email": "d.bannert@anolilab.de"
15
- },
16
- "main": "task-runner-native.linux-x64-musl.node",
17
- "files": [
18
- "task-runner-native.linux-x64-musl.node"
19
- ],
20
- "devDependencies": {
21
- "@anolilab/semantic-release-pnpm": "catalog:dev",
22
- "@anolilab/semantic-release-preset": "catalog:dev",
23
- "conventional-changelog-conventionalcommits": "catalog:dev",
24
- "semantic-release": "catalog:cli"
25
- },
26
- "engines": {
27
- "node": ">=20.19 <=25.x"
28
- },
29
- "os": [
30
- "linux"
31
- ],
32
- "cpu": [
33
- "x64"
34
- ],
35
- "publishConfig": {
36
- "access": "public",
37
- "provenance": true
38
- },
39
- "libc": [
40
- "musl"
41
- ]
42
- }
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 visulima
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- #!/bin/sh
2
- basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3
-
4
- case `uname` in
5
- *CYGWIN*|*MINGW*|*MSYS*)
6
- if command -v cygpath > /dev/null 2>&1; then
7
- basedir=`cygpath -w "$basedir"`
8
- fi
9
- ;;
10
- esac
11
-
12
- if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules"
14
- else
15
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules:$NODE_PATH"
16
- fi
17
- if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../semantic-release/bin/semantic-release.js" "$@"
19
- else
20
- exec node "$basedir/../semantic-release/bin/semantic-release.js" "$@"
21
- fi
@@ -1,39 +0,0 @@
1
- {
2
- "name": "@visulima/task-runner-binding-win32-arm64-msvc",
3
- "version": "0.0.1",
4
- "description": "Native binding for @visulima/task-runner (Windows arm64)",
5
- "homepage": "https://visulima.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/visulima/visulima.git",
9
- "directory": "packages/tooling/task-runner"
10
- },
11
- "license": "MIT",
12
- "author": {
13
- "name": "Daniel Bannert",
14
- "email": "d.bannert@anolilab.de"
15
- },
16
- "main": "task-runner-native.win32-arm64-msvc.node",
17
- "files": [
18
- "task-runner-native.win32-arm64-msvc.node"
19
- ],
20
- "devDependencies": {
21
- "@anolilab/semantic-release-pnpm": "catalog:dev",
22
- "@anolilab/semantic-release-preset": "catalog:dev",
23
- "conventional-changelog-conventionalcommits": "catalog:dev",
24
- "semantic-release": "catalog:cli"
25
- },
26
- "engines": {
27
- "node": ">=20.19 <=25.x"
28
- },
29
- "os": [
30
- "win32"
31
- ],
32
- "cpu": [
33
- "arm64"
34
- ],
35
- "publishConfig": {
36
- "access": "public",
37
- "provenance": true
38
- }
39
- }
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 visulima
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- #!/bin/sh
2
- basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3
-
4
- case `uname` in
5
- *CYGWIN*|*MINGW*|*MSYS*)
6
- if command -v cygpath > /dev/null 2>&1; then
7
- basedir=`cygpath -w "$basedir"`
8
- fi
9
- ;;
10
- esac
11
-
12
- if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules"
14
- else
15
- export NODE_PATH="/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules/semantic-release/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/semantic-release@25.0.3_typescript@5.9.3/node_modules:/home/runner/work/visulima/visulima/node_modules/.pnpm/node_modules:$NODE_PATH"
16
- fi
17
- if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../semantic-release/bin/semantic-release.js" "$@"
19
- else
20
- exec node "$basedir/../semantic-release/bin/semantic-release.js" "$@"
21
- fi
@@ -1,39 +0,0 @@
1
- {
2
- "name": "@visulima/task-runner-binding-win32-x64-msvc",
3
- "version": "0.0.1",
4
- "description": "Native binding for @visulima/task-runner (Windows x64)",
5
- "homepage": "https://visulima.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/visulima/visulima.git",
9
- "directory": "packages/tooling/task-runner"
10
- },
11
- "license": "MIT",
12
- "author": {
13
- "name": "Daniel Bannert",
14
- "email": "d.bannert@anolilab.de"
15
- },
16
- "main": "task-runner-native.win32-x64-msvc.node",
17
- "files": [
18
- "task-runner-native.win32-x64-msvc.node"
19
- ],
20
- "devDependencies": {
21
- "@anolilab/semantic-release-pnpm": "catalog:dev",
22
- "@anolilab/semantic-release-preset": "catalog:dev",
23
- "conventional-changelog-conventionalcommits": "catalog:dev",
24
- "semantic-release": "catalog:cli"
25
- },
26
- "engines": {
27
- "node": ">=20.19 <=25.x"
28
- },
29
- "os": [
30
- "win32"
31
- ],
32
- "cpu": [
33
- "x64"
34
- ],
35
- "publishConfig": {
36
- "access": "public",
37
- "provenance": true
38
- }
39
- }
Binary file