mobbdev 1.4.45 → 1.4.46
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
|
@@ -18257,7 +18257,7 @@ function createLogger(config2) {
|
|
|
18257
18257
|
|
|
18258
18258
|
// src/features/claude_code/hook_logger.ts
|
|
18259
18259
|
var DD_RUM_TOKEN = true ? "pubf59c0182545bfb4c299175119f1abf9b" : "";
|
|
18260
|
-
var CLI_VERSION = true ? "1.4.
|
|
18260
|
+
var CLI_VERSION = true ? "1.4.46" : "unknown";
|
|
18261
18261
|
var NAMESPACE = "mobbdev-claude-code-hook-logs";
|
|
18262
18262
|
var claudeCodeVersion;
|
|
18263
18263
|
function buildDdTags() {
|