mobbdev 1.4.32 → 1.4.33
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -19411,7 +19411,7 @@ function createLogger(config2) {
|
|
|
19411
19411
|
|
|
19412
19412
|
// src/features/claude_code/hook_logger.ts
|
|
19413
19413
|
var DD_RUM_TOKEN = true ? "pubf59c0182545bfb4c299175119f1abf9b" : "";
|
|
19414
|
-
var CLI_VERSION = true ? "1.4.
|
|
19414
|
+
var CLI_VERSION = true ? "1.4.33" : "unknown";
|
|
19415
19415
|
var NAMESPACE = "mobbdev-claude-code-hook-logs";
|
|
19416
19416
|
var claudeCodeVersion;
|
|
19417
19417
|
function buildDdTags() {
|