@ironbackend/prompts 1.0.1 → 1.0.2
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ Hexagonal Architecture with Node.js/NestJS.
|
|
|
107
107
|
|
|
108
108
|
## Related Packages
|
|
109
109
|
|
|
110
|
-
- [
|
|
110
|
+
- [`@ironbackend/cli`](https://www.npmjs.com/package/@ironbackend/cli) - CLI tool
|
|
111
111
|
- [`@ironbackend/core`](https://www.npmjs.com/package/@ironbackend/core) - Knowledge base
|
|
112
112
|
|
|
113
113
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironbackend/prompts",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AI prompt templates for IronBackend",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"repository": {
|
|
30
30
|
"type": "git",
|
|
31
|
-
"url": "https://github.com/
|
|
31
|
+
"url": "https://github.com/txqt/IronBackend.git",
|
|
32
32
|
"directory": "packages/prompts"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@ironbackend/core": "1.0.
|
|
35
|
+
"@ironbackend/core": "1.0.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"typescript": "^5.3.0"
|