Skip to content

Commit 1c0c953

Browse files
committed
chore(*): package updates
1 parent 7a1ff0c commit 1c0c953

File tree

37 files changed

+1060
-965
lines changed

37 files changed

+1060
-965
lines changed

libs/langchain-classic/package.json

Lines changed: 192 additions & 189 deletions
Large diffs are not rendered by default.

libs/langchain-community/package.json

Lines changed: 504 additions & 501 deletions
Large diffs are not rendered by default.

libs/langchain-core/package.json

Lines changed: 120 additions & 117 deletions
Large diffs are not rendered by default.

libs/langchain-textsplitters/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,22 @@
5151
"types": "./dist/index.d.ts",
5252
"exports": {
5353
".": {
54+
"input": "./src/index.ts",
5455
"import": {
5556
"types": "./dist/index.d.ts",
5657
"default": "./dist/index.js"
5758
},
5859
"require": {
5960
"types": "./dist/index.d.cts",
6061
"default": "./dist/index.cjs"
61-
},
62-
"input": "./src/index.ts"
62+
}
6363
},
6464
"./package.json": "./package.json"
6565
},
6666
"files": [
67-
"dist/"
67+
"dist/",
68+
"CHANGELOG.md",
69+
"README.md",
70+
"LICENSE"
6871
]
6972
}

libs/langchain/package.json

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"node": ">=20"
1010
},
1111
"files": [
12-
"dist/"
12+
"dist/",
13+
"CHANGELOG.md",
14+
"README.md",
15+
"LICENSE"
1316
],
1417
"repository": {
1518
"type": "git",
@@ -91,103 +94,103 @@
9194
"types": "./dist/index.d.ts",
9295
"exports": {
9396
".": {
97+
"input": "./src/index.ts",
9498
"import": {
9599
"types": "./dist/index.d.ts",
96100
"default": "./dist/index.js"
97101
},
98102
"require": {
99103
"types": "./dist/index.d.cts",
100104
"default": "./dist/index.cjs"
101-
},
102-
"input": "./src/index.ts"
105+
}
103106
},
104107
"./chat_models/universal": {
108+
"input": "./src/chat_models/universal.ts",
105109
"import": {
106110
"types": "./dist/chat_models/universal.d.ts",
107111
"default": "./dist/chat_models/universal.js"
108112
},
109113
"require": {
110114
"types": "./dist/chat_models/universal.d.cts",
111115
"default": "./dist/chat_models/universal.cjs"
112-
},
113-
"input": "./src/chat_models/universal.ts"
116+
}
114117
},
115118
"./hub": {
119+
"input": "./src/hub/index.ts",
116120
"import": {
117121
"types": "./dist/hub/index.d.ts",
118122
"default": "./dist/hub/index.js"
119123
},
120124
"require": {
121125
"types": "./dist/hub/index.d.cts",
122126
"default": "./dist/hub/index.cjs"
123-
},
124-
"input": "./src/hub/index.ts"
127+
}
125128
},
126129
"./hub/node": {
130+
"input": "./src/hub/node.ts",
127131
"import": {
128132
"types": "./dist/hub/node.d.ts",
129133
"default": "./dist/hub/node.js"
130134
},
131135
"require": {
132136
"types": "./dist/hub/node.d.cts",
133137
"default": "./dist/hub/node.cjs"
134-
},
135-
"input": "./src/hub/node.ts"
138+
}
136139
},
137140
"./load": {
141+
"input": "./src/load/index.ts",
138142
"import": {
139143
"types": "./dist/load/index.d.ts",
140144
"default": "./dist/load/index.js"
141145
},
142146
"require": {
143147
"types": "./dist/load/index.d.cts",
144148
"default": "./dist/load/index.cjs"
145-
},
146-
"input": "./src/load/index.ts"
149+
}
147150
},
148151
"./load/serializable": {
152+
"input": "./src/load/serializable.ts",
149153
"import": {
150154
"types": "./dist/load/serializable.d.ts",
151155
"default": "./dist/load/serializable.js"
152156
},
153157
"require": {
154158
"types": "./dist/load/serializable.d.cts",
155159
"default": "./dist/load/serializable.cjs"
156-
},
157-
"input": "./src/load/serializable.ts"
160+
}
158161
},
159162
"./storage/encoder_backed": {
163+
"input": "./src/storage/encoder_backed.ts",
160164
"import": {
161165
"types": "./dist/storage/encoder_backed.d.ts",
162166
"default": "./dist/storage/encoder_backed.js"
163167
},
164168
"require": {
165169
"types": "./dist/storage/encoder_backed.d.cts",
166170
"default": "./dist/storage/encoder_backed.cjs"
167-
},
168-
"input": "./src/storage/encoder_backed.ts"
171+
}
169172
},
170173
"./storage/in_memory": {
174+
"input": "./src/storage/in_memory.ts",
171175
"import": {
172176
"types": "./dist/storage/in_memory.d.ts",
173177
"default": "./dist/storage/in_memory.js"
174178
},
175179
"require": {
176180
"types": "./dist/storage/in_memory.d.cts",
177181
"default": "./dist/storage/in_memory.cjs"
178-
},
179-
"input": "./src/storage/in_memory.ts"
182+
}
180183
},
181184
"./storage/file_system": {
185+
"input": "./src/storage/file_system.ts",
182186
"import": {
183187
"types": "./dist/storage/file_system.d.ts",
184188
"default": "./dist/storage/file_system.js"
185189
},
186190
"require": {
187191
"types": "./dist/storage/file_system.d.cts",
188192
"default": "./dist/storage/file_system.cjs"
189-
},
190-
"input": "./src/storage/file_system.ts"
193+
}
191194
},
192195
"./package.json": "./package.json"
193196
}

libs/providers/langchain-anthropic/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,22 @@
7272
"types": "./dist/index.d.ts",
7373
"exports": {
7474
".": {
75+
"input": "./src/index.ts",
7576
"import": {
7677
"types": "./dist/index.d.ts",
7778
"default": "./dist/index.js"
7879
},
7980
"require": {
8081
"types": "./dist/index.d.cts",
8182
"default": "./dist/index.cjs"
82-
},
83-
"input": "./src/index.ts"
83+
}
8484
},
8585
"./package.json": "./package.json"
8686
},
8787
"files": [
88-
"dist/"
88+
"dist/",
89+
"CHANGELOG.md",
90+
"README.md",
91+
"LICENSE"
8992
]
9093
}

libs/providers/langchain-aws/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,22 @@
6161
"types": "./dist/index.d.ts",
6262
"exports": {
6363
".": {
64+
"input": "./src/index.ts",
6465
"import": {
6566
"types": "./dist/index.d.ts",
6667
"default": "./dist/index.js"
6768
},
6869
"require": {
6970
"types": "./dist/index.d.cts",
7071
"default": "./dist/index.cjs"
71-
},
72-
"input": "./src/index.ts"
72+
}
7373
},
7474
"./package.json": "./package.json"
7575
},
7676
"files": [
77-
"dist/"
77+
"dist/",
78+
"CHANGELOG.md",
79+
"README.md",
80+
"LICENSE"
7881
]
7982
}

libs/providers/langchain-azure-cosmosdb/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,22 @@
5757
"types": "./dist/index.d.ts",
5858
"exports": {
5959
".": {
60+
"input": "./src/index.ts",
6061
"import": {
6162
"types": "./dist/index.d.ts",
6263
"default": "./dist/index.js"
6364
},
6465
"require": {
6566
"types": "./dist/index.d.cts",
6667
"default": "./dist/index.cjs"
67-
},
68-
"input": "./src/index.ts"
68+
}
6969
},
7070
"./package.json": "./package.json"
7171
},
7272
"files": [
73-
"dist/"
73+
"dist/",
74+
"CHANGELOG.md",
75+
"README.md",
76+
"LICENSE"
7477
]
7578
}

libs/providers/langchain-azure-dynamic-sessions/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,22 @@
5656
"types": "./dist/index.d.ts",
5757
"exports": {
5858
".": {
59+
"input": "./src/index.ts",
5960
"import": {
6061
"types": "./dist/index.d.ts",
6162
"default": "./dist/index.js"
6263
},
6364
"require": {
6465
"types": "./dist/index.d.cts",
6566
"default": "./dist/index.cjs"
66-
},
67-
"input": "./src/index.ts"
67+
}
6868
},
6969
"./package.json": "./package.json"
7070
},
7171
"files": [
7272
"dist/",
73-
"index.cjs",
74-
"index.js",
75-
"index.d.ts",
76-
"index.d.cts"
73+
"CHANGELOG.md",
74+
"README.md",
75+
"LICENSE"
7776
]
7877
}

libs/providers/langchain-baidu-qianfan/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,22 @@
5252
"types": "./dist/index.d.ts",
5353
"exports": {
5454
".": {
55+
"input": "./src/index.ts",
5556
"import": {
5657
"types": "./dist/index.d.ts",
5758
"default": "./dist/index.js"
5859
},
5960
"require": {
6061
"types": "./dist/index.d.cts",
6162
"default": "./dist/index.cjs"
62-
},
63-
"input": "./src/index.ts"
63+
}
6464
},
6565
"./package.json": "./package.json"
6666
},
6767
"files": [
68-
"dist/"
68+
"dist/",
69+
"CHANGELOG.md",
70+
"README.md",
71+
"LICENSE"
6972
]
7073
}

0 commit comments

Comments
 (0)