From 7f88fb03e688764c11d2c67d873db0b518ef9d9f Mon Sep 17 00:00:00 2001 From: Zac Pustejovsky Date: Sun, 19 Apr 2026 09:26:58 -0400 Subject: [PATCH 1/2] docling releases to npm --- .github/workflows/main.yaml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f38af1d..e184fd4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -53,7 +53,7 @@ jobs: - name: Publish to npm run: | - for pkg in commons commons-testing sql-decorators openai-utils tavily-utils agentic-workflows; do + for pkg in commons commons-testing sql-decorators openai-utils tavily-utils agentic-workflows docling-utils; do npm publish "dist/packages/$pkg" --access public || true done env: diff --git a/README.md b/README.md index 44f65bc..d189edd 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Reusable TypeScript infrastructure libraries by [Zeroshot Builders](https://www. | `@zeroshotbuilders/openai-utils` | OpenAI client factory and service | | `@zeroshotbuilders/tavily-utils` | Tavily search client and tool definitions | | `@zeroshotbuilders/agentic-workflows` | AI agent orchestration — @Agent decorator, session management | +| `@zeroshotbuilders/docling-utils` | Docling document conversion client and service | ## Prerequisites From dd48774e3acb70958ce93ebf567a9d83498424da Mon Sep 17 00:00:00 2001 From: Zac Pustejovsky Date: Sun, 19 Apr 2026 09:30:27 -0400 Subject: [PATCH 2/2] yarn --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index e5f65db..6eeaa4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4338,8 +4338,8 @@ __metadata: version: 0.0.0-use.local resolution: "@zeroshotbuilders/agent-experiments@workspace:packages/agent-experiments" dependencies: - "@zeroshotbuilders/commons-testing": "npm:^0.0.3" - "@zeroshotbuilders/docling-utils": "npm:^0.0.3" + "@zeroshotbuilders/commons-testing": "npm:^0.0.4" + "@zeroshotbuilders/docling-utils": "npm:^0.0.4" pdfkit: "npm:^0.16.0" peerDependencies: "@nestjs/common": ">=10.0.0" @@ -4362,7 +4362,7 @@ __metadata: languageName: unknown linkType: soft -"@zeroshotbuilders/commons-testing@npm:^0.0.3, @zeroshotbuilders/commons-testing@workspace:packages/commons-testing": +"@zeroshotbuilders/commons-testing@npm:^0.0.4, @zeroshotbuilders/commons-testing@workspace:packages/commons-testing": version: 0.0.0-use.local resolution: "@zeroshotbuilders/commons-testing@workspace:packages/commons-testing" dependencies: @@ -4399,7 +4399,7 @@ __metadata: languageName: unknown linkType: soft -"@zeroshotbuilders/docling-utils@npm:^0.0.3, @zeroshotbuilders/docling-utils@workspace:packages/docling-utils": +"@zeroshotbuilders/docling-utils@npm:^0.0.4, @zeroshotbuilders/docling-utils@workspace:packages/docling-utils": version: 0.0.0-use.local resolution: "@zeroshotbuilders/docling-utils@workspace:packages/docling-utils" peerDependencies: