@rxap/plugin-gpt 20.1.4-dev.2 → 20.1.4-dev.3
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.
- package/CHANGELOG.md +4 -0
- package/package.json +5 -5
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.1.4-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/plugin-gpt@20.1.4-dev.2...@rxap/plugin-gpt@20.1.4-dev.3) (2025-09-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/plugin-gpt
|
|
9
|
+
|
|
6
10
|
## [20.1.4-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/plugin-gpt@20.1.4-dev.1...@rxap/plugin-gpt@20.1.4-dev.2) (2025-09-15)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @rxap/plugin-gpt
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "20.1.4-dev.
|
|
2
|
+
"version": "20.1.4-dev.3",
|
|
3
3
|
"name": "@rxap/plugin-gpt",
|
|
4
4
|
"description": "This package provides a generator to add JSDoc documentation to TypeScript code using the OpenAI API. It can process functions and methods, and composes a context for the AI to generate accurate documentation. The generator also includes utilities for cleaning up JSDoc comments and managing OpenAI API interactions.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@nx/devkit": "20.5.0",
|
|
8
|
-
"@rxap/ts-morph": "^1.6.0-dev.
|
|
9
|
-
"@rxap/workspace-ts-morph": "^19.1.13-dev.
|
|
10
|
-
"@rxap/workspace-utilities": "^19.8.1-dev.
|
|
8
|
+
"@rxap/ts-morph": "^1.6.0-dev.2",
|
|
9
|
+
"@rxap/workspace-ts-morph": "^19.1.13-dev.3",
|
|
10
|
+
"@rxap/workspace-utilities": "^19.8.1-dev.2",
|
|
11
11
|
"gpt-3-encoder": "^1.1.4",
|
|
12
12
|
"openai": "^4.52.0",
|
|
13
13
|
"ts-morph": "18.0.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"schematics": "./generators.json",
|
|
46
46
|
"type": "commonjs",
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "ef20bc50270ad0727a111d54e48cb279ff3ed5cf",
|
|
48
48
|
"types": "./src/index.d.ts",
|
|
49
49
|
"main": "./src/index.js"
|
|
50
50
|
}
|