From 32a728abb885b45c56d84bbd158edc4dad691b98 Mon Sep 17 00:00:00 2001 From: ngoc Date: Mon, 26 Jan 2026 10:34:01 +0700 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07357aa..16bb57c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nla", - "version": "1.0.0", + "version": "1.0.1", "description": "Natural Language Agreement Oracle - CLI for creating and managing blockchain agreements using natural language", "type": "module", "private": false, @@ -44,7 +44,7 @@ "minor": "npm version minor", "major": "npm version major", "dev": "bun run index.ts", - "public":"npm publish --access public", + "public": "npm publish --access public", "start": "bun run index.ts", "test": "bun test ./tests --exclude alkahest-ts/** ", "setup": "bun run cli/index.ts dev",