@trebired/git-host 3.1.10 → 3.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/CHANGELOG.md CHANGED
@@ -4,6 +4,15 @@ 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.12
8
+
9
+ - Refreshed package dependency ranges and lockfile state with `bun update` after adopting the `.trebired/code-discipline` structure.
10
+
11
+ ## 3.1.11
12
+
13
+ - Moved Code Discipline config, alias-map state, generated tsconfig paths, and reports to `.trebired/code-discipline/`.
14
+ - Updated the `@trebired/code-discipline` devDependency to `^4.10.0`.
15
+
7
16
  ## 3.1.10
8
17
 
9
18
  - Updated Code Discipline configuration to the `imports` rule with dead import removal enabled.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trebired/git-host",
3
- "version": "3.1.10",
3
+ "version": "3.1.12",
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,
@@ -46,21 +46,21 @@
46
46
  "verify:pack": "bun ./scripts/verify-pack.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@package/logger-adapter": "npm:@trebired/logger-adapter@^0.2.11",
50
- "@package/result": "npm:@trebired/result@^1.1.4",
51
- "js-yaml": "^4.1.1",
52
- "linguist-js": "^3.0.0",
53
- "material-icon-theme": "^5.35.0",
49
+ "@package/logger-adapter": "npm:@trebired/logger-adapter@^0.2.12",
50
+ "@package/result": "npm:@trebired/result@^1.1.6",
51
+ "js-yaml": "^4.3.1",
52
+ "linguist-js": "^3.0.2",
53
+ "material-icon-theme": "^5.37.0",
54
54
  "socket.io": "^4.8.3",
55
55
  "ssh2": "^1.17.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@trebired/code-discipline": "^4.9.2",
59
- "@types/bun": "^1.3.4",
60
- "@types/node": "^24.10.1",
58
+ "@trebired/code-discipline": "^4.10.1",
59
+ "@types/bun": "^1.3.14",
60
+ "@types/node": "^24.13.3",
61
61
  "@types/ssh2": "^1.15.5",
62
62
  "socket.io-client": "^4.8.3",
63
- "typescript": "^6.0.2"
63
+ "typescript": "^6.0.3"
64
64
  },
65
65
  "keywords": [
66
66
  "git",