memorysync-sdk 1.6.0 → 1.7.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.js CHANGED
@@ -576,7 +576,7 @@ var IntegrationsNamespace = class extends Namespace {
576
576
  };
577
577
 
578
578
  // src/control-plane.ts
579
- var SDK_VERSION = "1.6.0";
579
+ var SDK_VERSION = "1.7.0";
580
580
  function safeJson(text) {
581
581
  try {
582
582
  return JSON.parse(text);
@@ -1132,7 +1132,7 @@ var ControlPlaneClient = class {
1132
1132
  };
1133
1133
 
1134
1134
  // src/index.ts
1135
- var SDK_VERSION2 = "1.6.0";
1135
+ var SDK_VERSION2 = "1.7.0";
1136
1136
  function camelToSnakeKey(key) {
1137
1137
  return key.replace(/([A-Z])/g, "_$1").toLowerCase();
1138
1138
  }