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.
- package/.env +3 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/.env
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# production@
|
|
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.
|
|
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({
|