@visulima/task-runner 1.0.0-alpha.1 → 1.0.0-alpha.2
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.
- package/CHANGELOG.md +10 -0
- package/package.json +9 -11
- package/npm/darwin-arm64/LICENSE.md +0 -21
- package/npm/darwin-arm64/node_modules/.bin/semantic-release +0 -21
- package/npm/darwin-arm64/package.json +0 -39
- package/npm/darwin-arm64/task-runner-native.darwin-arm64.node +0 -0
- package/npm/darwin-x64/LICENSE.md +0 -21
- package/npm/darwin-x64/node_modules/.bin/semantic-release +0 -21
- package/npm/darwin-x64/package.json +0 -39
- package/npm/darwin-x64/task-runner-native.darwin-x64.node +0 -0
- package/npm/linux-arm64-gnu/LICENSE.md +0 -21
- package/npm/linux-arm64-gnu/node_modules/.bin/semantic-release +0 -21
- package/npm/linux-arm64-gnu/package.json +0 -42
- package/npm/linux-arm64-gnu/task-runner-native.linux-arm64-gnu.node +0 -0
- package/npm/linux-arm64-musl/LICENSE.md +0 -21
- package/npm/linux-arm64-musl/node_modules/.bin/semantic-release +0 -21
- package/npm/linux-arm64-musl/package.json +0 -42
- package/npm/linux-arm64-musl/task-runner-native.linux-arm64-musl.node +0 -0
- package/npm/linux-x64-gnu/LICENSE.md +0 -21
- package/npm/linux-x64-gnu/node_modules/.bin/semantic-release +0 -21
- package/npm/linux-x64-gnu/package.json +0 -42
- package/npm/linux-x64-gnu/task-runner-native.linux-x64-gnu.node +0 -0
- package/npm/linux-x64-musl/LICENSE.md +0 -21
- package/npm/linux-x64-musl/node_modules/.bin/semantic-release +0 -21
- package/npm/linux-x64-musl/package.json +0 -42
- package/npm/linux-x64-musl/task-runner-native.linux-x64-musl.node +0 -0
- package/npm/win32-arm64-msvc/LICENSE.md +0 -21
- package/npm/win32-arm64-msvc/node_modules/.bin/semantic-release +0 -21
- package/npm/win32-arm64-msvc/package.json +0 -39
- package/npm/win32-arm64-msvc/task-runner-native.win32-arm64-msvc.node +0 -0
- package/npm/win32-x64-msvc/LICENSE.md +0 -21
- package/npm/win32-x64-msvc/node_modules/.bin/semantic-release +0 -21
- package/npm/win32-x64-msvc/package.json +0 -39
- package/npm/win32-x64-msvc/task-runner-native.win32-x64-msvc.node +0 -0
- package/task-runner-native.darwin-arm64.node +0 -0
- package/task-runner-native.darwin-x64.node +0 -0
- package/task-runner-native.linux-arm64-gnu.node +0 -0
- package/task-runner-native.linux-arm64-musl.node +0 -0
- package/task-runner-native.linux-x64-gnu.node +0 -0
- package/task-runner-native.linux-x64-musl.node +0 -0
- package/task-runner-native.win32-arm64-msvc.node +0 -0
- package/task-runner-native.win32-x64-msvc.node +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## @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)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **task-runner:** publish native binding packages with version lockstep via exec plugin ([12e342f](https://github.com/visulima/visulima/commit/12e342f1656ad0b595eaff627d3407c61c4ea7b6))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* **task-runner:** add project.json for all native binding packages ([eb48812](https://github.com/visulima/visulima/commit/eb48812cb87c0990b9822d9314ccc0081e41d11f))
|
|
10
|
+
|
|
1
11
|
## @visulima/task-runner 1.0.0-alpha.1 (2026-03-26)
|
|
2
12
|
|
|
3
13
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/task-runner",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.2",
|
|
4
4
|
"description": "A task runner with caching support for monorepo workspaces",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -47,8 +47,6 @@
|
|
|
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"
|
|
@@ -58,14 +56,14 @@
|
|
|
58
56
|
"@visulima/path": "3.0.0-alpha.6"
|
|
59
57
|
},
|
|
60
58
|
"optionalDependencies": {
|
|
61
|
-
"@visulima/task-runner-binding-darwin-arm64": "0.0.
|
|
62
|
-
"@visulima/task-runner-binding-linux-arm64-
|
|
63
|
-
"@visulima/task-runner-binding-linux-
|
|
64
|
-
"@visulima/task-runner-binding-linux-
|
|
65
|
-
"@visulima/task-runner-binding-darwin-x64": "0.0.
|
|
66
|
-
"@visulima/task-runner-binding-linux-x64-musl": "0.0.
|
|
67
|
-
"@visulima/task-runner-binding-win32-
|
|
68
|
-
"@visulima/task-runner-binding-win32-
|
|
59
|
+
"@visulima/task-runner-binding-darwin-arm64": "1.0.0-alpha.2",
|
|
60
|
+
"@visulima/task-runner-binding-linux-arm64-musl": "1.0.0-alpha.2",
|
|
61
|
+
"@visulima/task-runner-binding-linux-x64-gnu": "1.0.0-alpha.2",
|
|
62
|
+
"@visulima/task-runner-binding-linux-arm64-gnu": "1.0.0-alpha.2",
|
|
63
|
+
"@visulima/task-runner-binding-darwin-x64": "1.0.0-alpha.2",
|
|
64
|
+
"@visulima/task-runner-binding-linux-x64-musl": "1.0.0-alpha.2",
|
|
65
|
+
"@visulima/task-runner-binding-win32-x64-msvc": "1.0.0-alpha.2",
|
|
66
|
+
"@visulima/task-runner-binding-win32-arm64-msvc": "1.0.0-alpha.2"
|
|
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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
-
}
|
|
Binary file
|
|
@@ -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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|