@cybermem/cli 0.14.4 → 0.14.6

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.
@@ -302,7 +302,7 @@
302
302
  status_code: 200
303
303
  register: mcp_health
304
304
  until: mcp_health.status == 200
305
- retries: 30
305
+ retries: 60
306
306
  delay: 10
307
307
 
308
308
  - name: Verify Overall System Health
@@ -1,4 +1,4 @@
1
- FROM node:20-alpine
1
+ FROM node:24-alpine
2
2
  WORKDIR /app
3
3
  # Install build dependencies for native modules (sqlite3)
4
4
  RUN apk add --no-cache libc6-compat python3 make g++
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cybermem/cli",
3
- "version": "0.14.4",
3
+ "version": "0.14.6",
4
4
  "description": "CyberMem — Universal Long-Term Memory for AI Agents",
5
5
  "homepage": "https://cybermem.dev",
6
6
  "repository": {
@@ -302,7 +302,7 @@
302
302
  status_code: 200
303
303
  register: mcp_health
304
304
  until: mcp_health.status == 200
305
- retries: 30
305
+ retries: 60
306
306
  delay: 10
307
307
 
308
308
  - name: Verify Overall System Health
@@ -1,4 +1,4 @@
1
- FROM node:20-alpine
1
+ FROM node:24-alpine
2
2
  WORKDIR /app
3
3
  # Install build dependencies for native modules (sqlite3)
4
4
  RUN apk add --no-cache libc6-compat python3 make g++