Skip to content

Commit 7307fdf

Browse files
tejgokaniclaude
andcommitted
chore: bump all packages to 1.0.1
Cannot republish 1.0.0 — npm rejects duplicate versions. 1.0.1 includes the four adapter packages as first publish. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f5fa3d7 commit 7307fdf

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

packages/adapters/drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thekairojs/kairo-adapter-drizzle",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Drizzle ORM adapter for KAIRO — entropy gating, canary injection, and result scanning",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/adapters/pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thekairojs/kairo-adapter-pg",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "node-postgres (pg) adapter for KAIRO — entropy gating, canary injection, and result scanning",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/adapters/prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thekairojs/kairo-adapter-prisma",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Prisma adapter for KAIRO — entropy gating, canary injection, and PII scanning on every query",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/adapters/uws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thekairojs/kairo-adapter-uws",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "uWebSockets.js adapter for KAIRO — drop-in replacement for the default node:http server",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thekairojs/kairo-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "KAIRO CLI — project scaffolding, route inspection, and security audit",
55
"type": "module",
66
"bin": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thekairojs/kairo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Act at the right moment. Secure from the first line.",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/dx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thekairojs/kairo-dx",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "KAIRO DX Layer — schema validation middleware and dev-mode request diagnostics",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/hardening/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thekairojs/kairo-hardening",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "KAIRO Hardening Layer — active entropy-based request blocking",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/intent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thekairojs/kairo-intent",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "KAIRO Intent Engine — classifies request origin as human, api, bot, or scanner",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/lattice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thekairojs/kairo-lattice",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "KAIRO Trust Lattice — claim-based authorization with trust level ordering",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)