@rxap/plugin-llm 20.0.2-dev.0 → 20.0.2-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [20.0.2-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/plugin-llm@20.0.2-dev.0...@rxap/plugin-llm@20.0.2-dev.1) (2025-02-26)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-llm
9
+
6
10
  ## [20.0.2-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-llm@20.0.1...@rxap/plugin-llm@20.0.2-dev.0) (2025-02-25)
7
11
 
8
12
  **Note:** Version bump only for package @rxap/plugin-llm
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "version": "20.0.2-dev.0",
2
+ "version": "20.0.2-dev.1",
3
3
  "name": "@rxap/plugin-llm",
4
4
  "description": "This npm package provides tools for generating documentation and package descriptions using large language models (LLMs). It includes functionality for cleaning JSDoc comments, counting tokens, composing context for LLM prompts, and integrating with services like OpenAI. The package also offers generators for automatically adding documentation to TypeScript code and creating package descriptions based on project source code.\n",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "dependencies": {
7
7
  "@nx/devkit": "20.4.6",
8
- "@rxap/workspace-ts-morph": "^19.1.11-dev.0",
9
- "@rxap/workspace-utilities": "^19.6.3-dev.0",
8
+ "@rxap/workspace-ts-morph": "^19.1.11-dev.1",
9
+ "@rxap/workspace-utilities": "^19.7.0-dev.0",
10
10
  "colors": "1.4.0",
11
11
  "openai": "^4.82.0",
12
12
  "tiktoken": "^1.0.20",
@@ -45,5 +45,5 @@
45
45
  "schematics": "./generators.json",
46
46
  "type": "commonjs",
47
47
  "types": "./src/index.d.ts",
48
- "gitHead": "bb8277d47be042b180ef5e531ec078235396cc8a"
48
+ "gitHead": "04bb8fc10d6af54fc10c1692a594ff3f5e46e679"
49
49
  }