mobbdev 1.2.65 → 1.2.66
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/args/commands/upload_ai_blame.mjs +5 -0
- package/dist/index.mjs +6 -1
- package/package.json +10 -10
|
@@ -909,6 +909,11 @@ var init_client_generates = __esm({
|
|
|
909
909
|
query GetAIBlameAttributionPrompt($aiBlameAttributionId: String!) {
|
|
910
910
|
getAIBlameInferenceData(aiBlameAttributionId: $aiBlameAttributionId) {
|
|
911
911
|
promptUrl
|
|
912
|
+
conversationMessages {
|
|
913
|
+
type
|
|
914
|
+
text
|
|
915
|
+
date
|
|
916
|
+
}
|
|
912
917
|
}
|
|
913
918
|
}
|
|
914
919
|
`;
|
package/dist/index.mjs
CHANGED
|
@@ -909,6 +909,11 @@ var init_client_generates = __esm({
|
|
|
909
909
|
query GetAIBlameAttributionPrompt($aiBlameAttributionId: String!) {
|
|
910
910
|
getAIBlameInferenceData(aiBlameAttributionId: $aiBlameAttributionId) {
|
|
911
911
|
promptUrl
|
|
912
|
+
conversationMessages {
|
|
913
|
+
type
|
|
914
|
+
text
|
|
915
|
+
date
|
|
916
|
+
}
|
|
912
917
|
}
|
|
913
918
|
}
|
|
914
919
|
`;
|
|
@@ -16693,7 +16698,7 @@ function createLogger(config2) {
|
|
|
16693
16698
|
|
|
16694
16699
|
// src/features/claude_code/hook_logger.ts
|
|
16695
16700
|
var DD_RUM_TOKEN = true ? "pubf59c0182545bfb4c299175119f1abf9b" : "";
|
|
16696
|
-
var CLI_VERSION = true ? "1.2.
|
|
16701
|
+
var CLI_VERSION = true ? "1.2.66" : "unknown";
|
|
16697
16702
|
var NAMESPACE = "mobbdev-claude-code-hook-logs";
|
|
16698
16703
|
var claudeCodeVersion;
|
|
16699
16704
|
function buildDdTags() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobbdev",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.66",
|
|
4
4
|
"description": "Automated secure code remediation tool",
|
|
5
5
|
"repository": "git+https://github.com/mobb-dev/bugsy.git",
|
|
6
6
|
"main": "dist/index.mjs",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@gitbeaker/rest": "43.8.0",
|
|
56
56
|
"@grpc/grpc-js": "1.14.3",
|
|
57
57
|
"@grpc/proto-loader": "0.8.0",
|
|
58
|
-
"@modelcontextprotocol/sdk": "1.
|
|
58
|
+
"@modelcontextprotocol/sdk": "1.29.0",
|
|
59
59
|
"@octokit/core": "5.2.0",
|
|
60
60
|
"@octokit/request-error": "5.1.1",
|
|
61
61
|
"@openredaction/openredaction": "1.0.4",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"dotenv": "16.6.1",
|
|
72
72
|
"extract-zip": "2.0.1",
|
|
73
73
|
"globby": "14.1.0",
|
|
74
|
-
"graphql": "16.
|
|
74
|
+
"graphql": "16.13.2",
|
|
75
75
|
"graphql-request": "6.1.0",
|
|
76
76
|
"graphql-ws": "5.16.2",
|
|
77
77
|
"hash-wasm": "4.12.0",
|
|
@@ -91,16 +91,16 @@
|
|
|
91
91
|
"p-limit": "3.1.0",
|
|
92
92
|
"parse-diff": "0.11.1",
|
|
93
93
|
"pino": "9.7.0",
|
|
94
|
-
"sax": "1.
|
|
94
|
+
"sax": "1.6.0",
|
|
95
95
|
"semver": "7.7.4",
|
|
96
|
-
"simple-git": "3.
|
|
97
|
-
"snyk": "1.
|
|
98
|
-
"tar": "7.5.
|
|
96
|
+
"simple-git": "3.33.0",
|
|
97
|
+
"snyk": "1.1303.2",
|
|
98
|
+
"tar": "7.5.13",
|
|
99
99
|
"tmp": "0.2.5",
|
|
100
100
|
"tmp-promise": "3.0.3",
|
|
101
|
-
"undici": "6.
|
|
101
|
+
"undici": "6.24.0",
|
|
102
102
|
"uuid": "11.1.0",
|
|
103
|
-
"ws": "8.
|
|
103
|
+
"ws": "8.20.0",
|
|
104
104
|
"xml2js": "0.6.2",
|
|
105
105
|
"yargs": "17.7.2",
|
|
106
106
|
"zod": "3.25.76"
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@types/adm-zip": "0.5.7",
|
|
116
116
|
"@types/chalk-animation": "1.6.3",
|
|
117
117
|
"@types/configstore": "6.0.2",
|
|
118
|
-
"@types/debug": "4.1.
|
|
118
|
+
"@types/debug": "4.1.13",
|
|
119
119
|
"@types/inquirer": "9.0.9",
|
|
120
120
|
"@types/libsodium-wrappers": "0.7.14",
|
|
121
121
|
"@types/node": "18.19.130",
|