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

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 (140) hide show
  1. package/CHANGELOG.md +201 -0
  2. package/README.md +196 -52
  3. package/dist/index.d.ts +3166 -34
  4. package/dist/index.js +1 -20
  5. package/dist/packem_chunks/index.js +11 -0
  6. package/dist/packem_shared/Cache-C540ZPYk.js +2 -0
  7. package/dist/packem_shared/CompositeLifeCycle-D0zWvAXJ.js +1 -0
  8. package/dist/packem_shared/FileAccessTracker-DSNf03JW.js +47 -0
  9. package/dist/packem_shared/FingerprintManager-CYW2EwLc.js +2 -0
  10. package/dist/packem_shared/HttpRemoteCache-Ch-_9ejF.js +1 -0
  11. package/dist/packem_shared/INPUT_URI_SCHEMES-Csrd0tlg.js +1 -0
  12. package/dist/packem_shared/IncrementalFileHasher-jtLxMBKy.js +1 -0
  13. package/dist/packem_shared/LogReporter-BUPWiXAq.js +13 -0
  14. package/dist/packem_shared/ReapiRemoteCache-B3uQuVqP.js +251 -0
  15. package/dist/packem_shared/TaskOrchestrator-BgfOpjuB.js +2 -0
  16. package/dist/packem_shared/TerminalBuffer-BtZy7TpT.js +3 -0
  17. package/dist/packem_shared/TrackedTaskExecutor-D3-LNT_d.js +2 -0
  18. package/dist/packem_shared/V2_ROOT-injxWBrl.js +1 -0
  19. package/dist/packem_shared/actionDigestForTaskHash-BOL4fZ9v.js +1 -0
  20. package/dist/packem_shared/archive-CDfGy5Lm.js +1 -0
  21. package/dist/packem_shared/buildForwardDependencyMap-w1FVPFdv.js +3 -0
  22. package/dist/packem_shared/collectFiles-W4bnBRpb.js +1 -0
  23. package/dist/packem_shared/computeTaskHash-C2Iua2DL.js +1 -0
  24. package/dist/packem_shared/containsBlob-DBWgvkM_.js +1 -0
  25. package/dist/packem_shared/createInputHandler-CkDCpPYy.js +1 -0
  26. package/dist/packem_shared/createTaskGraph-CEYYI-DL.js +1 -0
  27. package/dist/packem_shared/defaultTaskRunner-CGbD4ahu.js +2 -0
  28. package/dist/packem_shared/detectFrameworks-WVZJOPgN.js +1 -0
  29. package/dist/packem_shared/detectScriptShell-CaTDk5cW.js +1 -0
  30. package/dist/packem_shared/digestBuffer-g11aCaDx.js +1 -0
  31. package/dist/packem_shared/enforceProjectConstraints-X49n3bVL.js +1 -0
  32. package/dist/packem_shared/expandArguments-4mab7-Ds.js +1 -0
  33. package/dist/packem_shared/expandShortcut-BErNHNXZ.js +1 -0
  34. package/dist/packem_shared/expandTokensInString-Cyx0qSFA.js +1 -0
  35. package/dist/packem_shared/expandWildcard-DE0dOOZF.js +1 -0
  36. package/dist/packem_shared/extractPackageName-BeL6Gc3a.js +1 -0
  37. package/dist/packem_shared/findCycle-BY8-jmzB.js +1 -0
  38. package/dist/packem_shared/formatTimingTable-CP3rsDwf.js +7 -0
  39. package/dist/packem_shared/generateRunSummary-ep21OCUT.js +1 -0
  40. package/dist/packem_shared/getCurrentBranch-D-qoZByx.js +1 -0
  41. package/dist/packem_shared/getMainWorktreeRoot-DRN_i8jA.js +1 -0
  42. package/dist/packem_shared/isNativeAvailable-BOavFPX1.js +1 -0
  43. package/dist/packem_shared/parseCommands-b1K2vIxj.js +1 -0
  44. package/dist/packem_shared/parsePartition-uzPNgtPp.js +1 -0
  45. package/dist/packem_shared/projectGraphToDot-K5A_CRoW.js +250 -0
  46. package/dist/packem_shared/resolveCacheMode-XhD7mg7G.js +1 -0
  47. package/dist/packem_shared/resolveOutputs-BBjdaraf.js +1 -0
  48. package/dist/packem_shared/runConcurrentFallback-CShJ7HUp.js +3 -0
  49. package/dist/packem_shared/runConcurrently-B471CUHO.js +1 -0
  50. package/dist/packem_shared/runTeardown-DBBpBAyb.js +1 -0
  51. package/dist/packem_shared/shell-quote-CksLqyXK.js +1 -0
  52. package/dist/packem_shared/stripQuotes-jkZb0CL9.js +1 -0
  53. package/dist/packem_shared/toChromeTrace-DxN5NQIU.js +1 -0
  54. package/dist/packem_shared/utils-BH2W5Wml.js +1 -0
  55. package/dist/packem_shared/withRestart-CWO6BKv_.js +1 -0
  56. package/index.js +775 -0
  57. package/package.json +30 -18
  58. package/binding.js +0 -204
  59. package/dist/affected.d.ts +0 -48
  60. package/dist/cache.d.ts +0 -103
  61. package/dist/default-task-runner.d.ts +0 -44
  62. package/dist/file-access-tracker.d.ts +0 -53
  63. package/dist/fingerprint.d.ts +0 -45
  64. package/dist/framework-inference.d.ts +0 -35
  65. package/dist/graph-visualizer.d.ts +0 -74
  66. package/dist/incremental-hasher.d.ts +0 -58
  67. package/dist/life-cycle.d.ts +0 -36
  68. package/dist/lockfile-hasher.d.ts +0 -73
  69. package/dist/native-binding.d.ts +0 -64
  70. package/dist/packem_shared/Cache-IYpTYVUC.js +0 -298
  71. package/dist/packem_shared/CompositeLifeCycle-7AtYw1dv.js +0 -112
  72. package/dist/packem_shared/FileAccessTracker-CrtBAt5D.js +0 -239
  73. package/dist/packem_shared/FingerprintManager-D6Y0erg-.js +0 -227
  74. package/dist/packem_shared/IncrementalFileHasher-Ds3J6dgb.js +0 -151
  75. package/dist/packem_shared/RemoteCache-BDqrnDEi.js +0 -179
  76. package/dist/packem_shared/TaskOrchestrator-BvYs3ONw.js +0 -342
  77. package/dist/packem_shared/TaskScheduler-CJilHDta.js +0 -111
  78. package/dist/packem_shared/TrackedTaskExecutor-BGUKFE-7.js +0 -164
  79. package/dist/packem_shared/collectFiles-ClXHnHhg.js +0 -22
  80. package/dist/packem_shared/computeTaskHash-BoCnnvIJ.js +0 -356
  81. package/dist/packem_shared/createTaskGraph-CcsFaSrz.js +0 -164
  82. package/dist/packem_shared/defaultTaskRunner-CrW4v5Ye.js +0 -79
  83. package/dist/packem_shared/detectFrameworks-CeFzKE6J.js +0 -101
  84. package/dist/packem_shared/extractPackageName-CbVNW-dr.js +0 -189
  85. package/dist/packem_shared/filterAffectedTasks-I-18zPg6.js +0 -135
  86. package/dist/packem_shared/findCycle-DF4_BRdO.js +0 -212
  87. package/dist/packem_shared/generateRunSummary-qn-_jKwt.js +0 -134
  88. package/dist/packem_shared/isNativeAvailable-BWhnZ4ES.js +0 -19
  89. package/dist/packem_shared/projectGraphToDot-VdTjHcVp.js +0 -202
  90. package/dist/packem_shared/utils-zO0ZRgtf.js +0 -390
  91. package/dist/remote-cache.d.ts +0 -55
  92. package/dist/run-summary.d.ts +0 -89
  93. package/dist/task-graph-utils.d.ts +0 -39
  94. package/dist/task-graph.d.ts +0 -22
  95. package/dist/task-hasher.d.ts +0 -67
  96. package/dist/task-orchestrator.d.ts +0 -38
  97. package/dist/task-scheduler.d.ts +0 -18
  98. package/dist/tracked-executor.d.ts +0 -46
  99. package/dist/types.d.ts +0 -385
  100. package/dist/utils.d.ts +0 -39
  101. package/npm/darwin-arm64/LICENSE.md +0 -21
  102. package/npm/darwin-arm64/node_modules/.bin/semantic-release +0 -21
  103. package/npm/darwin-arm64/package.json +0 -39
  104. package/npm/darwin-arm64/task-runner-native.darwin-arm64.node +0 -0
  105. package/npm/darwin-x64/LICENSE.md +0 -21
  106. package/npm/darwin-x64/node_modules/.bin/semantic-release +0 -21
  107. package/npm/darwin-x64/package.json +0 -39
  108. package/npm/darwin-x64/task-runner-native.darwin-x64.node +0 -0
  109. package/npm/linux-arm64-gnu/LICENSE.md +0 -21
  110. package/npm/linux-arm64-gnu/node_modules/.bin/semantic-release +0 -21
  111. package/npm/linux-arm64-gnu/package.json +0 -42
  112. package/npm/linux-arm64-gnu/task-runner-native.linux-arm64-gnu.node +0 -0
  113. package/npm/linux-arm64-musl/LICENSE.md +0 -21
  114. package/npm/linux-arm64-musl/node_modules/.bin/semantic-release +0 -21
  115. package/npm/linux-arm64-musl/package.json +0 -42
  116. package/npm/linux-arm64-musl/task-runner-native.linux-arm64-musl.node +0 -0
  117. package/npm/linux-x64-gnu/LICENSE.md +0 -21
  118. package/npm/linux-x64-gnu/node_modules/.bin/semantic-release +0 -21
  119. package/npm/linux-x64-gnu/package.json +0 -42
  120. package/npm/linux-x64-gnu/task-runner-native.linux-x64-gnu.node +0 -0
  121. package/npm/linux-x64-musl/LICENSE.md +0 -21
  122. package/npm/linux-x64-musl/node_modules/.bin/semantic-release +0 -21
  123. package/npm/linux-x64-musl/package.json +0 -42
  124. package/npm/linux-x64-musl/task-runner-native.linux-x64-musl.node +0 -0
  125. package/npm/win32-arm64-msvc/LICENSE.md +0 -21
  126. package/npm/win32-arm64-msvc/node_modules/.bin/semantic-release +0 -21
  127. package/npm/win32-arm64-msvc/package.json +0 -39
  128. package/npm/win32-arm64-msvc/task-runner-native.win32-arm64-msvc.node +0 -0
  129. package/npm/win32-x64-msvc/LICENSE.md +0 -21
  130. package/npm/win32-x64-msvc/node_modules/.bin/semantic-release +0 -21
  131. package/npm/win32-x64-msvc/package.json +0 -39
  132. package/npm/win32-x64-msvc/task-runner-native.win32-x64-msvc.node +0 -0
  133. package/task-runner-native.darwin-arm64.node +0 -0
  134. package/task-runner-native.darwin-x64.node +0 -0
  135. package/task-runner-native.linux-arm64-gnu.node +0 -0
  136. package/task-runner-native.linux-arm64-musl.node +0 -0
  137. package/task-runner-native.linux-x64-gnu.node +0 -0
  138. package/task-runner-native.linux-x64-musl.node +0 -0
  139. package/task-runner-native.win32-arm64-msvc.node +0 -0
  140. package/task-runner-native.win32-x64-msvc.node +0 -0
@@ -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