mobbdev 1.2.66 → 1.2.67

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 (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -16698,7 +16698,7 @@ function createLogger(config2) {
16698
16698
 
16699
16699
  // src/features/claude_code/hook_logger.ts
16700
16700
  var DD_RUM_TOKEN = true ? "pubf59c0182545bfb4c299175119f1abf9b" : "";
16701
- var CLI_VERSION = true ? "1.2.66" : "unknown";
16701
+ var CLI_VERSION = true ? "1.2.67" : "unknown";
16702
16702
  var NAMESPACE = "mobbdev-claude-code-hook-logs";
16703
16703
  var claudeCodeVersion;
16704
16704
  function buildDdTags() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
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",