@contractspec/module.provider-ranking 0.7.0 → 0.7.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/package.json +12 -54
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/module.provider-ranking",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"description": "AI provider ranking module with persistence and pipeline orchestration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -26,77 +26,56 @@
|
|
|
26
26
|
"typecheck": "tsc --noEmit"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@contractspec/lib.provider-ranking": "0.7.
|
|
30
|
-
"@contractspec/lib.schema": "3.7.
|
|
31
|
-
"@contractspec/lib.contracts-integrations": "3.7.
|
|
29
|
+
"@contractspec/lib.provider-ranking": "0.7.3",
|
|
30
|
+
"@contractspec/lib.schema": "3.7.3",
|
|
31
|
+
"@contractspec/lib.contracts-integrations": "3.7.3"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@contractspec/tool.typescript": "3.7.
|
|
35
|
-
"@contractspec/tool.bun": "3.7.
|
|
34
|
+
"@contractspec/tool.typescript": "3.7.3",
|
|
35
|
+
"@contractspec/tool.bun": "3.7.3",
|
|
36
36
|
"typescript": "^5.9.3"
|
|
37
37
|
},
|
|
38
38
|
"exports": {
|
|
39
39
|
".": {
|
|
40
40
|
"types": "./dist/index.d.ts",
|
|
41
|
+
"browser": "./dist/browser/index.js",
|
|
41
42
|
"bun": "./dist/index.js",
|
|
42
43
|
"node": "./dist/node/index.js",
|
|
43
|
-
"browser": "./dist/browser/index.js",
|
|
44
44
|
"default": "./dist/index.js"
|
|
45
45
|
},
|
|
46
46
|
"./entities": {
|
|
47
47
|
"types": "./dist/entities/index.d.ts",
|
|
48
|
-
"bun": "./dist/entities/index.js",
|
|
49
|
-
"node": "./dist/node/entities/index.js",
|
|
50
48
|
"browser": "./dist/browser/entities/index.js",
|
|
51
|
-
"default": "./dist/entities/index.js"
|
|
52
|
-
},
|
|
53
|
-
"./entities/index": {
|
|
54
|
-
"types": "./dist/entities/index.d.ts",
|
|
55
49
|
"bun": "./dist/entities/index.js",
|
|
56
50
|
"node": "./dist/node/entities/index.js",
|
|
57
|
-
"browser": "./dist/browser/entities/index.js",
|
|
58
51
|
"default": "./dist/entities/index.js"
|
|
59
52
|
},
|
|
60
53
|
"./pipeline": {
|
|
61
54
|
"types": "./dist/pipeline/index.d.ts",
|
|
62
|
-
"bun": "./dist/pipeline/index.js",
|
|
63
|
-
"node": "./dist/node/pipeline/index.js",
|
|
64
55
|
"browser": "./dist/browser/pipeline/index.js",
|
|
65
|
-
"default": "./dist/pipeline/index.js"
|
|
66
|
-
},
|
|
67
|
-
"./pipeline/index": {
|
|
68
|
-
"types": "./dist/pipeline/index.d.ts",
|
|
69
56
|
"bun": "./dist/pipeline/index.js",
|
|
70
57
|
"node": "./dist/node/pipeline/index.js",
|
|
71
|
-
"browser": "./dist/browser/pipeline/index.js",
|
|
72
58
|
"default": "./dist/pipeline/index.js"
|
|
73
59
|
},
|
|
74
60
|
"./pipeline/ingestion-pipeline": {
|
|
75
61
|
"types": "./dist/pipeline/ingestion-pipeline.d.ts",
|
|
62
|
+
"browser": "./dist/browser/pipeline/ingestion-pipeline.js",
|
|
76
63
|
"bun": "./dist/pipeline/ingestion-pipeline.js",
|
|
77
64
|
"node": "./dist/node/pipeline/ingestion-pipeline.js",
|
|
78
|
-
"browser": "./dist/browser/pipeline/ingestion-pipeline.js",
|
|
79
65
|
"default": "./dist/pipeline/ingestion-pipeline.js"
|
|
80
66
|
},
|
|
81
67
|
"./pipeline/ranking-pipeline": {
|
|
82
68
|
"types": "./dist/pipeline/ranking-pipeline.d.ts",
|
|
69
|
+
"browser": "./dist/browser/pipeline/ranking-pipeline.js",
|
|
83
70
|
"bun": "./dist/pipeline/ranking-pipeline.js",
|
|
84
71
|
"node": "./dist/node/pipeline/ranking-pipeline.js",
|
|
85
|
-
"browser": "./dist/browser/pipeline/ranking-pipeline.js",
|
|
86
72
|
"default": "./dist/pipeline/ranking-pipeline.js"
|
|
87
73
|
},
|
|
88
74
|
"./storage": {
|
|
89
75
|
"types": "./dist/storage/index.d.ts",
|
|
90
|
-
"bun": "./dist/storage/index.js",
|
|
91
|
-
"node": "./dist/node/storage/index.js",
|
|
92
76
|
"browser": "./dist/browser/storage/index.js",
|
|
93
|
-
"default": "./dist/storage/index.js"
|
|
94
|
-
},
|
|
95
|
-
"./storage/index": {
|
|
96
|
-
"types": "./dist/storage/index.d.ts",
|
|
97
77
|
"bun": "./dist/storage/index.js",
|
|
98
78
|
"node": "./dist/node/storage/index.js",
|
|
99
|
-
"browser": "./dist/browser/storage/index.js",
|
|
100
79
|
"default": "./dist/storage/index.js"
|
|
101
80
|
}
|
|
102
81
|
},
|
|
@@ -109,65 +88,44 @@
|
|
|
109
88
|
"exports": {
|
|
110
89
|
".": {
|
|
111
90
|
"types": "./dist/index.d.ts",
|
|
91
|
+
"browser": "./dist/browser/index.js",
|
|
112
92
|
"bun": "./dist/index.js",
|
|
113
93
|
"node": "./dist/node/index.js",
|
|
114
|
-
"browser": "./dist/browser/index.js",
|
|
115
94
|
"default": "./dist/index.js"
|
|
116
95
|
},
|
|
117
96
|
"./entities": {
|
|
118
97
|
"types": "./dist/entities/index.d.ts",
|
|
119
|
-
"bun": "./dist/entities/index.js",
|
|
120
|
-
"node": "./dist/node/entities/index.js",
|
|
121
98
|
"browser": "./dist/browser/entities/index.js",
|
|
122
|
-
"default": "./dist/entities/index.js"
|
|
123
|
-
},
|
|
124
|
-
"./entities/index": {
|
|
125
|
-
"types": "./dist/entities/index.d.ts",
|
|
126
99
|
"bun": "./dist/entities/index.js",
|
|
127
100
|
"node": "./dist/node/entities/index.js",
|
|
128
|
-
"browser": "./dist/browser/entities/index.js",
|
|
129
101
|
"default": "./dist/entities/index.js"
|
|
130
102
|
},
|
|
131
103
|
"./pipeline": {
|
|
132
104
|
"types": "./dist/pipeline/index.d.ts",
|
|
133
|
-
"bun": "./dist/pipeline/index.js",
|
|
134
|
-
"node": "./dist/node/pipeline/index.js",
|
|
135
105
|
"browser": "./dist/browser/pipeline/index.js",
|
|
136
|
-
"default": "./dist/pipeline/index.js"
|
|
137
|
-
},
|
|
138
|
-
"./pipeline/index": {
|
|
139
|
-
"types": "./dist/pipeline/index.d.ts",
|
|
140
106
|
"bun": "./dist/pipeline/index.js",
|
|
141
107
|
"node": "./dist/node/pipeline/index.js",
|
|
142
|
-
"browser": "./dist/browser/pipeline/index.js",
|
|
143
108
|
"default": "./dist/pipeline/index.js"
|
|
144
109
|
},
|
|
145
110
|
"./pipeline/ingestion-pipeline": {
|
|
146
111
|
"types": "./dist/pipeline/ingestion-pipeline.d.ts",
|
|
112
|
+
"browser": "./dist/browser/pipeline/ingestion-pipeline.js",
|
|
147
113
|
"bun": "./dist/pipeline/ingestion-pipeline.js",
|
|
148
114
|
"node": "./dist/node/pipeline/ingestion-pipeline.js",
|
|
149
|
-
"browser": "./dist/browser/pipeline/ingestion-pipeline.js",
|
|
150
115
|
"default": "./dist/pipeline/ingestion-pipeline.js"
|
|
151
116
|
},
|
|
152
117
|
"./pipeline/ranking-pipeline": {
|
|
153
118
|
"types": "./dist/pipeline/ranking-pipeline.d.ts",
|
|
119
|
+
"browser": "./dist/browser/pipeline/ranking-pipeline.js",
|
|
154
120
|
"bun": "./dist/pipeline/ranking-pipeline.js",
|
|
155
121
|
"node": "./dist/node/pipeline/ranking-pipeline.js",
|
|
156
|
-
"browser": "./dist/browser/pipeline/ranking-pipeline.js",
|
|
157
122
|
"default": "./dist/pipeline/ranking-pipeline.js"
|
|
158
123
|
},
|
|
159
124
|
"./storage": {
|
|
160
125
|
"types": "./dist/storage/index.d.ts",
|
|
161
|
-
"bun": "./dist/storage/index.js",
|
|
162
|
-
"node": "./dist/node/storage/index.js",
|
|
163
126
|
"browser": "./dist/browser/storage/index.js",
|
|
164
|
-
"default": "./dist/storage/index.js"
|
|
165
|
-
},
|
|
166
|
-
"./storage/index": {
|
|
167
|
-
"types": "./dist/storage/index.d.ts",
|
|
168
127
|
"bun": "./dist/storage/index.js",
|
|
169
128
|
"node": "./dist/node/storage/index.js",
|
|
170
|
-
"browser": "./dist/browser/storage/index.js",
|
|
171
129
|
"default": "./dist/storage/index.js"
|
|
172
130
|
}
|
|
173
131
|
},
|