@simplr-ai/connect 0.7.3 → 0.7.4
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -122,7 +122,7 @@ var KanbanReconciliationError = class extends Error {
|
|
|
122
122
|
};
|
|
123
123
|
var DeferredUpdateError = class extends Error {
|
|
124
124
|
};
|
|
125
|
-
var APP_VERSION =
|
|
125
|
+
var APP_VERSION = "0.7.4";
|
|
126
126
|
var STANDALONE_EXECUTABLE = process.env.SIMPLR_CONNECT_STANDALONE === "true";
|
|
127
127
|
var MANIFEST_PUBLIC_KEY = process.env.SIMPLR_CONNECT_MANIFEST_PUBLIC_KEY || "";
|
|
128
128
|
var HERMES_INSTALL_COMMIT = "542e146b055f0d43767ac43cdb9e78054b240263";
|