Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ksefnik/cli",
"version": "0.4.0",
"version": "0.5.0",
"description": "Command-line interface for Ksefnik — fetch KSeF invoices, reconcile with bank statements, run MCP server",
"license": "MIT",
"author": "CodeFormers",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ksefnik/core",
"version": "0.4.0",
"version": "0.5.0",
"description": "Core SDK for the Ksefnik KSeF reconciliation engine (Polish e-Invoice matching)",
"license": "MIT",
"author": "CodeFormers",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ksefnik/http",
"version": "0.4.0",
"version": "0.5.0",
"description": "KSeF HTTP adapter — authentication, challenge, sessions, invoice fetch (Polish e-Invoice API v2)",
"license": "MIT",
"author": "CodeFormers",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ksefnik/mcp",
"version": "0.4.0",
"version": "0.5.0",
"description": "Model Context Protocol server for Ksefnik — exposes KSeF reconciliation tools to Claude, Cursor and other MCP clients",
"license": "MIT",
"author": "CodeFormers",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ksefnik/shared",
"version": "0.4.0",
"version": "0.5.0",
"description": "Shared Zod schemas and types for the Ksefnik SDK (Polish KSeF e-Invoice reconciliation)",
"license": "MIT",
"author": "CodeFormers",
Expand Down
2 changes: 1 addition & 1 deletion packages/simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ksefnik/simulator",
"version": "0.4.0",
"version": "0.5.0",
"description": "Offline KSeF mock server for testing and development without hitting the real Ministry of Finance API",
"license": "MIT",
"author": "CodeFormers",
Expand Down
Loading