From 415a256f0080e88d3b1052c8a7df692351f67b57 Mon Sep 17 00:00:00 2001 From: Ethan Date: Sat, 16 May 2026 23:23:57 -0700 Subject: [PATCH] Advance @atomicmemory/core package version to 1.0.3 ## Summary Advance the published npm package version to 1.0.3, making the accumulated core changes available to consumers via the `@atomicmemory/core` registry entry. ## Changes - Bump `version` in `package.json` from `1.0.2` to `1.0.3`. - Update `package-lock.json` to reflect the new version. ## Why The 1.0.2 release is already published on npm. Without advancing the version, subsequent `npm publish` runs are rejected by the registry, blocking downstream consumers from receiving updates delivered in this branch. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fcf66fc..67eb416 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@atomicmemory/core", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@atomicmemory/core", - "version": "1.0.2", + "version": "1.0.3", "license": "Apache-2.0", "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.2.140", diff --git a/package.json b/package.json index 5ea257c..2eb4e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atomicmemory/core", - "version": "1.0.2", + "version": "1.0.3", "description": "Open-source memory engine for AI applications — semantic retrieval, AUDN mutation, and contradiction-safe claim versioning.", "type": "module", "license": "Apache-2.0",