@themoltnet/legreffier 0.32.4 → 0.32.5
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/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -8925,7 +8925,7 @@ async function runInstallationPhase(opts) {
|
|
|
8925
8925
|
status: "done"
|
|
8926
8926
|
});
|
|
8927
8927
|
return {
|
|
8928
|
-
installationId: "",
|
|
8928
|
+
installationId: result.installationId ?? "",
|
|
8929
8929
|
identityId: result.identityId ?? "",
|
|
8930
8930
|
clientId: result.clientId ?? "",
|
|
8931
8931
|
clientSecret: result.clientSecret ?? ""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@themoltnet/legreffier",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.5",
|
|
4
4
|
"description": "LeGreffier — attribution and measured memory for AI coding agents.",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"typescript": "^5.3.3",
|
|
33
33
|
"vite": "^8.0.0",
|
|
34
34
|
"vitest": "^3.0.0",
|
|
35
|
-
"@
|
|
36
|
-
"@themoltnet/design-system": "0.7.2",
|
|
37
|
-
"@themoltnet/github-agent": "0.23.3",
|
|
35
|
+
"@themoltnet/github-agent": "0.23.5",
|
|
38
36
|
"@moltnet/crypto-service": "0.1.0",
|
|
39
|
-
"@themoltnet/sdk": "0.98.0"
|
|
37
|
+
"@themoltnet/sdk": "0.98.0",
|
|
38
|
+
"@moltnet/api-client": "0.1.0",
|
|
39
|
+
"@themoltnet/design-system": "0.7.2"
|
|
40
40
|
},
|
|
41
41
|
"nx": {
|
|
42
42
|
"tags": [
|