mobbdev 1.3.2 → 1.3.3
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
|
@@ -17400,7 +17400,7 @@ function createLogger(config2) {
|
|
|
17400
17400
|
|
|
17401
17401
|
// src/features/claude_code/hook_logger.ts
|
|
17402
17402
|
var DD_RUM_TOKEN = true ? "pubf59c0182545bfb4c299175119f1abf9b" : "";
|
|
17403
|
-
var CLI_VERSION = true ? "1.3.
|
|
17403
|
+
var CLI_VERSION = true ? "1.3.3" : "unknown";
|
|
17404
17404
|
var NAMESPACE = "mobbdev-claude-code-hook-logs";
|
|
17405
17405
|
var claudeCodeVersion;
|
|
17406
17406
|
function buildDdTags() {
|