replicas-cli 0.2.555 → 0.2.556
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.cjs +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -22786,6 +22786,7 @@ var WEB_APP_PATHS = {
|
|
|
22786
22786
|
automations: `${HOME_PATH}/automations`,
|
|
22787
22787
|
environment: `${HOME_PATH}/environment`,
|
|
22788
22788
|
analytics: `${HOME_PATH}/analytics`,
|
|
22789
|
+
memory: `${HOME_PATH}/memory`,
|
|
22789
22790
|
dashboard: DASHBOARD_PATH,
|
|
22790
22791
|
agents: `${DASHBOARD_PATH}/agents`,
|
|
22791
22792
|
integrations: `${DASHBOARD_PATH}/integrations`,
|
|
@@ -24411,7 +24412,7 @@ var headlessFilesystemAgentResultSchema = external_exports.object({
|
|
|
24411
24412
|
});
|
|
24412
24413
|
|
|
24413
24414
|
// ../shared/src/cli-version.ts
|
|
24414
|
-
var CLI_VERSION = "0.2.
|
|
24415
|
+
var CLI_VERSION = "0.2.556";
|
|
24415
24416
|
|
|
24416
24417
|
// ../shared/src/version.ts
|
|
24417
24418
|
function compareVersions(v1, v2) {
|