@e-llm-studio/requirement-ai 0.0.18 → 0.0.20
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/dist/cjs/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
- package/dist/cjs/features/RequirementAI/components/story-screen/UserStoryScreen.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
- package/dist/cjs/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
- package/dist/cjs/features/RequirementAI/icons/RelevanceScoreIcon.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.js +1 -1
- package/dist/features/RequirementAI/components/story-screen/UserStoryScreen.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.js +1 -1
- package/dist/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.module.css.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.js +1 -1
- package/dist/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.module.css.js +1 -1
- package/dist/features/RequirementAI/icons/RelevanceScoreIcon.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/src/RequirementAiTest.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts +19 -9
- package/dist/types/src/features/RequirementAI/components/RequirementAIWrapper/RequirementAIWrapper.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.d.ts +2 -2
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/types.d.ts +1 -49
- package/dist/types/src/features/RequirementAI/components/citations/appmod-citation/types.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationContent.d.ts +1 -2
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationContent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/types.d.ts +3 -35
- package/dist/types/src/features/RequirementAI/components/citations/rca-citation/types.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts +2 -2
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/types.d.ts +1 -14
- package/dist/types/src/features/RequirementAI/components/citations/readfile-citation/types.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/story-screen/UserStoryScreen.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/userstory-approval-screen/components/ApprovalSidebarItem/ApprovalSidebarItem.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts +7 -9
- package/dist/types/src/features/RequirementAI/components/userstory-with-citation/UserStoryWithCitation.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/icons/RelevanceScoreIcon.d.ts +1 -0
- package/dist/types/src/features/RequirementAI/icons/RelevanceScoreIcon.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts +98 -8
- package/dist/types/src/features/RequirementAI/types/aiReasoning.type.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +10 -0
- package/dist/types/src/index.d.ts.map +1 -1
- package/package.json +47 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-llm-studio/requirement-ai",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"author": "Saptyadeep Bhattacharjee",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -102,6 +102,52 @@
|
|
|
102
102
|
"require": "./dist/cjs/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js",
|
|
103
103
|
"types": "./dist/types/src/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.d.ts"
|
|
104
104
|
},
|
|
105
|
+
"./ReadFileCitationRenderer": {
|
|
106
|
+
"import": "./dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js",
|
|
107
|
+
"require": "./dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.js",
|
|
108
|
+
"types": "./dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationRenderer.d.ts"
|
|
109
|
+
},
|
|
110
|
+
"./ReadFileCitationContent": {
|
|
111
|
+
"import": "./dist/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js",
|
|
112
|
+
"require": "./dist/cjs/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.js",
|
|
113
|
+
"types": "./dist/types/src/features/RequirementAI/components/citations/readfile-citation/ReadFileCitationContent.d.ts"
|
|
114
|
+
},
|
|
115
|
+
"./ReadFileCitationTypes": {
|
|
116
|
+
"import": "./dist/features/RequirementAI/components/citations/readfile-citation/types.js",
|
|
117
|
+
"require": "./dist/cjs/features/RequirementAI/components/citations/readfile-citation/types.js",
|
|
118
|
+
"types": "./dist/types/src/features/RequirementAI/components/citations/readfile-citation/types.d.ts"
|
|
119
|
+
},
|
|
120
|
+
"./RCACitationRenderer": {
|
|
121
|
+
"import": "./dist/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js",
|
|
122
|
+
"require": "./dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.js",
|
|
123
|
+
"types": "./dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationRenderer.d.ts"
|
|
124
|
+
},
|
|
125
|
+
"./RCACitationContent": {
|
|
126
|
+
"import": "./dist/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js",
|
|
127
|
+
"require": "./dist/cjs/features/RequirementAI/components/citations/rca-citation/RCACitationContent.js",
|
|
128
|
+
"types": "./dist/types/src/features/RequirementAI/components/citations/rca-citation/RCACitationContent.d.ts"
|
|
129
|
+
},
|
|
130
|
+
"./RCACitationTypes": {
|
|
131
|
+
"import": "./dist/features/RequirementAI/components/citations/rca-citation/types.js",
|
|
132
|
+
"require": "./dist/cjs/features/RequirementAI/components/citations/rca-citation/types.js",
|
|
133
|
+
"types": "./dist/types/src/features/RequirementAI/components/citations/rca-citation/types.d.ts"
|
|
134
|
+
},
|
|
135
|
+
|
|
136
|
+
"./AppModCitationRenderer": {
|
|
137
|
+
"import": "./dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js",
|
|
138
|
+
"require": "./dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.js",
|
|
139
|
+
"types": "./dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationRenderer.d.ts"
|
|
140
|
+
},
|
|
141
|
+
"./AppModCitationContent": {
|
|
142
|
+
"import": "./dist/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js",
|
|
143
|
+
"require": "./dist/cjs/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.js",
|
|
144
|
+
"types": "./dist/types/src/features/RequirementAI/components/citations/appmod-citation/AppmodCitationContent.d.ts"
|
|
145
|
+
},
|
|
146
|
+
"./AppModCitationTypes": {
|
|
147
|
+
"import": "./dist/features/RequirementAI/components/citations/appmod-citation/types.js",
|
|
148
|
+
"require": "./dist/cjs/features/RequirementAI/components/citations/appmod-citation/types.js",
|
|
149
|
+
"types": "./dist/types/src/features/RequirementAI/components/citations/appmod-citation/types.d.ts"
|
|
150
|
+
},
|
|
105
151
|
"./TableCitationContent": {
|
|
106
152
|
"import": "./dist/features/TableCitation/TableCitationContent.js",
|
|
107
153
|
"require": "./dist/cjs/features/TableCitation/TableCitationContent.js",
|
|
@@ -346,9 +392,6 @@
|
|
|
346
392
|
"pdfjs-dist": {
|
|
347
393
|
"optional": true
|
|
348
394
|
},
|
|
349
|
-
"@react-pdf-viewer/core": {
|
|
350
|
-
"optional": true
|
|
351
|
-
},
|
|
352
395
|
"@react-pdf-viewer/page-navigation": {
|
|
353
396
|
"optional": true
|
|
354
397
|
},
|