just-git 1.1.7 → 1.1.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/package.json +13 -8
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "just-git",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "Pure TypeScript git implementation: virtual filesystem client and embeddable server.",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"git",
|
|
7
|
-
"typescript",
|
|
8
|
-
"sandbox",
|
|
9
6
|
"agent",
|
|
7
|
+
"embedded",
|
|
8
|
+
"git",
|
|
10
9
|
"git-server",
|
|
11
10
|
"in-memory",
|
|
12
|
-
"virtual-filesystem",
|
|
13
11
|
"isomorphic",
|
|
14
12
|
"just-bash",
|
|
15
|
-
"
|
|
13
|
+
"multi-agent",
|
|
14
|
+
"sandbox",
|
|
16
15
|
"smart-http",
|
|
17
|
-
"
|
|
16
|
+
"typescript",
|
|
17
|
+
"virtual-filesystem"
|
|
18
18
|
],
|
|
19
19
|
"homepage": "https://github.com/blindmansion/just-git",
|
|
20
20
|
"license": "MIT",
|
|
@@ -53,9 +53,14 @@
|
|
|
53
53
|
"sandbox": "bun sandbox.ts",
|
|
54
54
|
"knip": "knip",
|
|
55
55
|
"knip:prod": "knip --config knip-production.json",
|
|
56
|
-
"gen-docs": "bun run scripts/gen-lib-reference.ts > FILE_REFERENCE.md && bun run scripts/gen-cli-help.ts > CLI.md"
|
|
56
|
+
"gen-docs": "bun run scripts/gen-lib-reference.ts > FILE_REFERENCE.md && bun run scripts/gen-cli-help.ts > CLI.md",
|
|
57
|
+
"changeset": "changeset",
|
|
58
|
+
"version-packages": "changeset version",
|
|
59
|
+
"release": "bun run build && changeset publish"
|
|
57
60
|
},
|
|
58
61
|
"devDependencies": {
|
|
62
|
+
"@changesets/changelog-github": "^0.6.0",
|
|
63
|
+
"@changesets/cli": "^2.30.0",
|
|
59
64
|
"@types/bun": "latest",
|
|
60
65
|
"@types/node": "^25.4.0",
|
|
61
66
|
"@types/pg": "^8.18.0",
|