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 11# Changelog
22
3+ ## [ 4.6.0] ( https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.5...web3.storage-v4.6.0 ) (2024-01-09)
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+
315## [ 4.5.5] ( https://github.com/web3-storage/web3.storage/compare/web3.storage-v4.5.4...web3.storage-v4.5.5 ) (2023-07-19)
416
517
Original file line number Diff line number Diff line change 11{
22 "name" : " web3.storage" ,
3- "version" : " 4.5.5 " ,
3+ "version" : " 4.6.0 " ,
44 "description" : " API client for web3.storage" ,
55 "type" : " module" ,
66 "license" : " (Apache-2.0 OR MIT)" ,
7575 "main" : " ./dist/src/lib.cjs" ,
7676 "exports" : {
7777 "." : {
78- "types" : " ./dist/src/lib.d.ts" ,
78+ "types" : " ./dist/src/lib.d.ts" ,
7979 "browser" : " ./src/lib.js" ,
8080 "require" : " ./dist/src/lib.cjs" ,
8181 "node" : " ./src/lib.js"
You can’t perform that action at this time.
0 commit comments