@commet/node 7.4.0 → 7.6.0

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 CHANGED
@@ -834,7 +834,7 @@ var CommetValidationError = class extends CommetError {
834
834
 
835
835
  // src/version.ts
836
836
  var API_VERSION = "2026-06-23";
837
- var SDK_VERSION = "7.4.0";
837
+ var SDK_VERSION = "7.6.0";
838
838
 
839
839
  // src/utils/telemetry.ts
840
840
  var registeredIntegrations = /* @__PURE__ */ new Set();