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 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: