@sibyllinesoft/smith-services 0.1.12
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/bin/smith-admission +13 -0
- package/bin/smith-chat-daemon +13 -0
- package/bin/smith-discord-gateway +13 -0
- package/bin/smith-google-chat-gateway +13 -0
- package/bin/smith-imessage-gateway +13 -0
- package/bin/smith-matrix-gateway +13 -0
- package/bin/smith-mattermost-gateway +13 -0
- package/bin/smith-signal-gateway +13 -0
- package/bin/smith-slack-gateway +13 -0
- package/bin/smith-teams-gateway +13 -0
- package/bin/smith-telegram-gateway +13 -0
- package/bin/smith-whatsapp-gateway +13 -0
- package/package.json +33 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
set -e
|
|
3
|
+
BIN_NAME="$(basename "$0")"
|
|
4
|
+
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
5
|
+
for pkg in smith-services-linux-x64 smith-services-darwin-arm64; do
|
|
6
|
+
bin="$SCRIPT_DIR/../../@sibyllinesoft/$pkg/bin/$BIN_NAME"
|
|
7
|
+
if [ -x "$bin" ]; then
|
|
8
|
+
exec "$bin" "$@"
|
|
9
|
+
fi
|
|
10
|
+
done
|
|
11
|
+
echo "Error: No pre-built $BIN_NAME binary found for this platform." >&2
|
|
12
|
+
echo "Supported: linux-x64, darwin-arm64" >&2
|
|
13
|
+
exit 1
|
package/package.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sibyllinesoft/smith-services",
|
|
3
|
+
"version": "0.1.12",
|
|
4
|
+
"description": "Pre-built Smith chat and admission binaries",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/sibyllinesoft/smith-core.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://smithcore.dev",
|
|
11
|
+
"bin": {
|
|
12
|
+
"smith-chat-daemon": "bin/smith-chat-daemon",
|
|
13
|
+
"smith-discord-gateway": "bin/smith-discord-gateway",
|
|
14
|
+
"smith-signal-gateway": "bin/smith-signal-gateway",
|
|
15
|
+
"smith-google-chat-gateway": "bin/smith-google-chat-gateway",
|
|
16
|
+
"smith-imessage-gateway": "bin/smith-imessage-gateway",
|
|
17
|
+
"smith-matrix-gateway": "bin/smith-matrix-gateway",
|
|
18
|
+
"smith-telegram-gateway": "bin/smith-telegram-gateway",
|
|
19
|
+
"smith-slack-gateway": "bin/smith-slack-gateway",
|
|
20
|
+
"smith-whatsapp-gateway": "bin/smith-whatsapp-gateway",
|
|
21
|
+
"smith-teams-gateway": "bin/smith-teams-gateway",
|
|
22
|
+
"smith-mattermost-gateway": "bin/smith-mattermost-gateway",
|
|
23
|
+
"smith-admission": "bin/smith-admission"
|
|
24
|
+
},
|
|
25
|
+
"optionalDependencies": {
|
|
26
|
+
"@sibyllinesoft/smith-services-linux-x64": "0.1.12",
|
|
27
|
+
"@sibyllinesoft/smith-services-darwin-arm64": "0.1.12"
|
|
28
|
+
},
|
|
29
|
+
"publishConfig": {
|
|
30
|
+
"access": "public",
|
|
31
|
+
"provenance": true
|
|
32
|
+
}
|
|
33
|
+
}
|