@trebired/git-host 3.1.15 → 3.1.17
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/CHANGELOG.md +4 -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 +5 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to `@trebired/git-host` will be documented here.
|
|
|
4
4
|
|
|
5
5
|
This project follows semantic versioning once published.
|
|
6
6
|
|
|
7
|
+
## 3.1.16
|
|
8
|
+
|
|
9
|
+
- Adopted the external `@trebired/code-discipline-config` preset and updated Code Discipline tooling to `@trebired/code-discipline@^6.0.9`.
|
|
10
|
+
|
|
7
11
|
## 3.1.15
|
|
8
12
|
|
|
9
13
|
- Updated the Code Discipline devDependency and lockfile to public `@trebired/code-discipline@^5.5.2`.
|
|
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.17",
|
|
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,8 @@
|
|
|
55
56
|
"ssh2": "^1.17.0"
|
|
56
57
|
},
|
|
57
58
|
"devDependencies": {
|
|
58
|
-
"@trebired/code-discipline": "^
|
|
59
|
+
"@trebired/code-discipline": "^6.0.11",
|
|
60
|
+
"@trebired/code-discipline-config": "^0.1.3",
|
|
59
61
|
"@types/bun": "^1.3.14",
|
|
60
62
|
"@types/node": "^24.13.3",
|
|
61
63
|
"@types/ssh2": "^1.15.5",
|