Skip to content

Commit abc59d5

Browse files
dbejarano820claude
andcommitted
chore: release v0.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a7b06f7 commit abc59d5

8 files changed

Lines changed: 81 additions & 4 deletions

File tree

packages/cli/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# @hacienda-cr/cli
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Initial public release of hacienda-cr — TypeScript SDK, CLI, and MCP Server for Costa Rica electronic invoicing (Hacienda API v4.4).
8+
9+
**@hacienda-cr/shared** — Shared types, Zod schemas, and constants for all 7 document types, tax codes, and identification types.
10+
11+
**@hacienda-cr/sdk** — Core SDK with OAuth2 authentication, 50-digit clave generation/parsing, XML builder, XAdES-EPES digital signing, API client with submission/polling, and document builders for all 7 electronic document types.
12+
13+
**@hacienda-cr/cli**`hacienda` CLI binary for login, invoice drafting, validation, signing, submission, status checking, and document listing.
14+
15+
**@hacienda-cr/mcp** — MCP Server exposing invoice creation, status checking, document retrieval, taxpayer lookup, and reference data as AI-accessible tools and resources.
16+
17+
### Patch Changes
18+
19+
- Updated dependencies
20+
- @hacienda-cr/shared@0.1.0
21+
- @hacienda-cr/sdk@0.1.0

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": "@hacienda-cr/cli",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "CLI for Costa Rica electronic invoicing (hacienda command)",
55
"type": "module",
66
"main": "./dist/index.js",

packages/mcp/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# @hacienda-cr/mcp
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Initial public release of hacienda-cr — TypeScript SDK, CLI, and MCP Server for Costa Rica electronic invoicing (Hacienda API v4.4).
8+
9+
**@hacienda-cr/shared** — Shared types, Zod schemas, and constants for all 7 document types, tax codes, and identification types.
10+
11+
**@hacienda-cr/sdk** — Core SDK with OAuth2 authentication, 50-digit clave generation/parsing, XML builder, XAdES-EPES digital signing, API client with submission/polling, and document builders for all 7 electronic document types.
12+
13+
**@hacienda-cr/cli**`hacienda` CLI binary for login, invoice drafting, validation, signing, submission, status checking, and document listing.
14+
15+
**@hacienda-cr/mcp** — MCP Server exposing invoice creation, status checking, document retrieval, taxpayer lookup, and reference data as AI-accessible tools and resources.
16+
17+
### Patch Changes
18+
19+
- Updated dependencies
20+
- @hacienda-cr/shared@0.1.0
21+
- @hacienda-cr/sdk@0.1.0

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": "@hacienda-cr/mcp",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "MCP Server for Costa Rica electronic invoicing (AI-accessible tools)",
55
"type": "module",
66
"main": "./dist/index.js",

packages/sdk/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# @hacienda-cr/sdk
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Initial public release of hacienda-cr — TypeScript SDK, CLI, and MCP Server for Costa Rica electronic invoicing (Hacienda API v4.4).
8+
9+
**@hacienda-cr/shared** — Shared types, Zod schemas, and constants for all 7 document types, tax codes, and identification types.
10+
11+
**@hacienda-cr/sdk** — Core SDK with OAuth2 authentication, 50-digit clave generation/parsing, XML builder, XAdES-EPES digital signing, API client with submission/polling, and document builders for all 7 electronic document types.
12+
13+
**@hacienda-cr/cli**`hacienda` CLI binary for login, invoice drafting, validation, signing, submission, status checking, and document listing.
14+
15+
**@hacienda-cr/mcp** — MCP Server exposing invoice creation, status checking, document retrieval, taxpayer lookup, and reference data as AI-accessible tools and resources.
16+
17+
### Patch Changes
18+
19+
- Updated dependencies
20+
- @hacienda-cr/shared@0.1.0

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hacienda-cr/sdk",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Core SDK for Costa Rica electronic invoicing (Hacienda API v4.4)",
55
"type": "module",
66
"main": "./dist/index.js",

shared/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @hacienda-cr/shared
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Initial public release of hacienda-cr — TypeScript SDK, CLI, and MCP Server for Costa Rica electronic invoicing (Hacienda API v4.4).
8+
9+
**@hacienda-cr/shared** — Shared types, Zod schemas, and constants for all 7 document types, tax codes, and identification types.
10+
11+
**@hacienda-cr/sdk** — Core SDK with OAuth2 authentication, 50-digit clave generation/parsing, XML builder, XAdES-EPES digital signing, API client with submission/polling, and document builders for all 7 electronic document types.
12+
13+
**@hacienda-cr/cli**`hacienda` CLI binary for login, invoice drafting, validation, signing, submission, status checking, and document listing.
14+
15+
**@hacienda-cr/mcp** — MCP Server exposing invoice creation, status checking, document retrieval, taxpayer lookup, and reference data as AI-accessible tools and resources.

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hacienda-cr/shared",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Shared types, constants, and enums for Hacienda CR electronic invoicing",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)