mobbdev 1.2.55 → 1.2.56

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.
Files changed (3) hide show
  1. package/.env +3 -2
  2. package/dist/index.mjs +2 -2
  3. package/package.json +1 -1
package/.env CHANGED
@@ -1,4 +1,4 @@
1
- # production@v20
1
+ # production@v21
2
2
  API_URL="https://api.mobb.ai/v1/graphql"
3
3
  WEB_APP_URL="https://app.mobb.ai"
4
4
  GITLAB_API_TOKEN=""
@@ -6,4 +6,5 @@ GITHUB_API_TOKEN=""
6
6
  ADO_TEST_ACCESS_TOKEN=""
7
7
  HASURA_ACCESS_KEY=""
8
8
  LOCAL_GRAPHQL_ENDPOINT=""
9
- GIT_PROXY_HOST="http://tinyproxy:8888"
9
+ GIT_PROXY_HOST="http://tinyproxy:8888"
10
+ DD_RUM_TOKEN="pubf59c0182545bfb4c299175119f1abf9b"
package/dist/index.mjs CHANGED
@@ -16582,8 +16582,8 @@ function createLogger(config2) {
16582
16582
  }
16583
16583
 
16584
16584
  // src/features/claude_code/hook_logger.ts
16585
- var DD_RUM_TOKEN = true ? "" : "";
16586
- var CLI_VERSION = true ? "1.2.55" : "unknown";
16585
+ var DD_RUM_TOKEN = true ? "pubf59c0182545bfb4c299175119f1abf9b" : "";
16586
+ var CLI_VERSION = true ? "1.2.56" : "unknown";
16587
16587
  var NAMESPACE = "mobbdev-claude-code-hook-logs";
16588
16588
  function createHookLogger(scopePath) {
16589
16589
  return createLogger({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.2.55",
3
+ "version": "1.2.56",
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",