File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.6.0] ( https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.5...web3.storage-v4.6.0 ) (2023-12-01)
4
+
5
+
6
+ ### Features
7
+
8
+ * add README deprecation message ([ #2339 ] ( https://github.com/web3-storage/web3.storage/issues/2339 ) ) ([ f790baa] ( https://github.com/web3-storage/web3.storage/commit/f790baabae4b916dc0f8a502a24c6652721b697d ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * add types to package.json exports ([ #2278 ] ( https://github.com/web3-storage/web3.storage/issues/2278 ) ) ([ 3ad45ab] ( https://github.com/web3-storage/web3.storage/commit/3ad45ab595bdcbc4ca253010ac3734165ea21f27 ) )
14
+
3
15
## [ 4.5.5] ( https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.4...web3.storage-v4.5.5 ) (2023-07-19)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " web3.storage" ,
3
- "version" : " 4.5.5 " ,
3
+ "version" : " 4.6.0 " ,
4
4
"description" : " API client for web3.storage" ,
5
5
"type" : " module" ,
6
6
"license" : " (Apache-2.0 OR MIT)" ,
75
75
"main" : " ./dist/src/lib.cjs" ,
76
76
"exports" : {
77
77
"." : {
78
- "types" : " ./dist/src/lib.d.ts" ,
78
+ "types" : " ./dist/src/lib.d.ts" ,
79
79
"browser" : " ./src/lib.js" ,
80
80
"require" : " ./dist/src/lib.cjs" ,
81
81
"node" : " ./src/lib.js"
You can’t perform that action at this time.
0 commit comments