Skip to content

Commit 1823138

Browse files
committed
Merge remote-tracking branch 'origin/prod'
2 parents 4be4e88 + 7fbef47 commit 1823138

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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": "@ksefnik/cli",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Command-line interface for Ksefnik — fetch KSeF invoices, reconcile with bank statements, run MCP server",
55
"license": "MIT",
66
"author": "CodeFormers",

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": "@ksefnik/core",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Core SDK for the Ksefnik KSeF reconciliation engine (Polish e-Invoice matching)",
55
"license": "MIT",
66
"author": "CodeFormers",

packages/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ksefnik/http",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "KSeF HTTP adapter — authentication, challenge, sessions, invoice fetch (Polish e-Invoice API v2)",
55
"license": "MIT",
66
"author": "CodeFormers",

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ksefnik/mcp",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Model Context Protocol server for Ksefnik — exposes KSeF reconciliation tools to Claude, Cursor and other MCP clients",
55
"license": "MIT",
66
"author": "CodeFormers",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ksefnik/shared",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Shared Zod schemas and types for the Ksefnik SDK (Polish KSeF e-Invoice reconciliation)",
55
"license": "MIT",
66
"author": "CodeFormers",

packages/simulator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ksefnik/simulator",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Offline KSeF mock server for testing and development without hitting the real Ministry of Finance API",
55
"license": "MIT",
66
"author": "CodeFormers",

0 commit comments

Comments
 (0)