memorysync-sdk 1.7.1 → 1.7.2
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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.7.
|
|
579
|
+
var SDK_VERSION = "1.7.2";
|
|
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.7.
|
|
1135
|
+
var SDK_VERSION2 = "1.7.2";
|
|
1136
1136
|
function camelToSnakeKey(key) {
|
|
1137
1137
|
return key.replace(/([A-Z])/g, "_$1").toLowerCase();
|
|
1138
1138
|
}
|