@trebired/git-host 3.1.16 → 3.1.18
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/.trebired/logger/config.ts +3 -0
- package/native/git-host-actions-runner-darwin-arm64 +0 -0
- package/native/git-host-actions-runner-darwin-x64 +0 -0
- package/native/git-host-actions-runner-linux-arm64-gnu +0 -0
- package/native/git-host-actions-runner-linux-x64-gnu +0 -0
- package/package.json +4 -3
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trebired/git-host",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.18",
|
|
4
4
|
"description": "Embeddable Git host and forge for Bun apps with real Git CLI execution, smart HTTP and SSH transports, repository automation, and backend APIs.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
|
+
".trebired/logger/config.ts",
|
|
27
28
|
"dist",
|
|
28
29
|
"native/*",
|
|
29
30
|
"CHANGELOG.md",
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
"verify:pack": "bun ./scripts/verify-pack.mjs"
|
|
47
48
|
},
|
|
48
49
|
"dependencies": {
|
|
49
|
-
"@package/logger-adapter": "npm:@trebired/logger-adapter@^0.
|
|
50
|
+
"@package/logger-adapter": "npm:@trebired/logger-adapter@^0.4.6",
|
|
50
51
|
"@package/result": "npm:@trebired/result@^1.1.6",
|
|
51
52
|
"js-yaml": "^4.3.1",
|
|
52
53
|
"linguist-js": "^3.0.2",
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
"ssh2": "^1.17.0"
|
|
56
57
|
},
|
|
57
58
|
"devDependencies": {
|
|
58
|
-
"@trebired/code-discipline": "^6.0.
|
|
59
|
+
"@trebired/code-discipline": "^6.0.11",
|
|
59
60
|
"@trebired/code-discipline-config": "^0.1.3",
|
|
60
61
|
"@types/bun": "^1.3.14",
|
|
61
62
|
"@types/node": "^24.13.3",
|