@trebired/git-host 3.2.6 → 3.2.8
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
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.2.8
|
|
4
|
+
|
|
5
|
+
- Updated the result dependency range to the current package release so consumers do not retain older nested logger-adapter installs.
|
|
6
|
+
|
|
7
|
+
## 3.2.7
|
|
8
|
+
|
|
9
|
+
- Updated the logger-adapter dependency so git host, forge, API, socket, SSH, and HTTP entry points do not emit duplicate package initialization logs.
|
|
10
|
+
|
|
3
11
|
## 3.2.6
|
|
4
12
|
|
|
5
13
|
- Removed dead `config.creator` from `package.json`.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
10
|
"name": "@trebired/git-host",
|
|
11
|
-
"version": "3.2.
|
|
11
|
+
"version": "3.2.8",
|
|
12
12
|
"description": "Embeddable Git host and forge for Bun apps with real Git CLI execution, smart HTTP and SSH transports, repository automation, and backend APIs.",
|
|
13
13
|
"type": "module",
|
|
14
14
|
"private": false,
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"verify:pack": "bun ./scripts/verify-pack.mjs"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@package/logger-adapter": "npm:@trebired/logger-adapter@^0.4.
|
|
57
|
-
"@package/result": "npm:@trebired/result@^1.
|
|
56
|
+
"@package/logger-adapter": "npm:@trebired/logger-adapter@^0.4.17",
|
|
57
|
+
"@package/result": "npm:@trebired/result@^1.2.7",
|
|
58
58
|
"@trebired/utils": "^0.6.0",
|
|
59
59
|
"js-yaml": "^4.3.1",
|
|
60
60
|
"linguist-js": "^3.0.2",
|