File tree Expand file tree Collapse file tree 4 files changed +44
-10
lines changed Expand file tree Collapse file tree 4 files changed +44
-10
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.3 "
2+ "." : " 0.1.0-alpha.4 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.4 (2025-02-14)
4+
5+ Full Changelog: [ v0.1.0-alpha.3...v0.1.0-alpha.4] ( https://github.com/zeroentropy-ai/zeroentropy-node/compare/v0.1.0-alpha.3...v0.1.0-alpha.4 )
6+
7+ ### Features
8+
9+ * ** client:** send ` X-Stainless-Timeout ` header ([ #28 ] ( https://github.com/zeroentropy-ai/zeroentropy-node/issues/28 ) ) ([ ecd0912] ( https://github.com/zeroentropy-ai/zeroentropy-node/commit/ecd0912273945a262c29c7520410d6ae927ff177 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** client:** fix export map for index exports ([ #30 ] ( https://github.com/zeroentropy-ai/zeroentropy-node/issues/30 ) ) ([ 1518181] ( https://github.com/zeroentropy-ai/zeroentropy-node/commit/1518181a12687feeb94e7634194f73f7c6d2a92b ) )
15+
316## 0.1.0-alpha.3 (2025-01-28)
417
518Full Changelog: [ v0.1.0-alpha.2...v0.1.0-alpha.3] ( https://github.com/zeroentropy-ai/zeroentropy-node/compare/v0.1.0-alpha.2...v0.1.0-alpha.3 )
Original file line number Diff line number Diff line change 11{
22 "name" : " zeroentropy" ,
3- "version" : " 0.1.0-alpha.3 " ,
3+ "version" : " 0.1.0-alpha.4 " ,
44 "description" : " The official TypeScript library for the ZeroEntropy API" ,
55 "author" :
" ZeroEntropy <[email protected] >" ,
66 "types" : " dist/index.d.ts" ,
107107 "default" : " ./dist/index.mjs"
108108 },
109109 "./*.mjs" : {
110- "types" : [" ./dist/*.d.ts" , " ./dist/*/index.d.ts" ],
111- "default" : [" ./dist/*.mjs" , " ./dist/*/index.mjs" ]
110+ "types" : [
111+ " ./dist/*.d.ts" ,
112+ " ./dist/*/index.d.ts"
113+ ],
114+ "default" : [
115+ " ./dist/*.mjs" ,
116+ " ./dist/*/index.mjs"
117+ ]
112118 },
113119 "./*.js" : {
114- "types" : [" ./dist/*.d.ts" , " ./dist/*/index.d.ts" ],
115- "default" : [" ./dist/*.js" , " ./dist/*/index.js" ]
120+ "types" : [
121+ " ./dist/*.d.ts" ,
122+ " ./dist/*/index.d.ts"
123+ ],
124+ "default" : [
125+ " ./dist/*.js" ,
126+ " ./dist/*/index.js"
127+ ]
116128 },
117129 "./*" : {
118- "types" : [" ./dist/*.d.ts" , " ./dist/*/index.d.ts" ],
119- "require" : [" ./dist/*.js" , " ./dist/*/index.js" ],
120- "default" : [" ./dist/*.mjs" , " ./dist/*/index.mjs" ]
130+ "types" : [
131+ " ./dist/*.d.ts" ,
132+ " ./dist/*/index.d.ts"
133+ ],
134+ "require" : [
135+ " ./dist/*.js" ,
136+ " ./dist/*/index.js"
137+ ],
138+ "default" : [
139+ " ./dist/*.mjs" ,
140+ " ./dist/*/index.mjs"
141+ ]
121142 }
122143 }
123144}
Original file line number Diff line number Diff line change 1- export const VERSION = '0.1.0-alpha.3 ' ; // x-release-please-version
1+ export const VERSION = '0.1.0-alpha.4 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments