File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " lru-cache" ,
33 "description" : " A cache object that deletes the least-recently-used items." ,
4- "version" : " 11.2.5 " ,
4+ "version" : " 11.2.6 " ,
55 "author" :
" Isaac Z. Schlueter <[email protected] >" ,
66 "keywords" : [
77 " mru" ,
2727 "preprofile" : " npm run prepare" ,
2828 "profile" : " make -C benchmark profile"
2929 },
30- "main" : " ./dist/commonjs/index.js" ,
30+ "main" : " ./dist/commonjs/index.min. js" ,
3131 "types" : " ./dist/commonjs/index.d.ts" ,
3232 "tshy" : {
3333 "exports" : {
34- "." : " ./src/index.ts" ,
35- "./min " : {
34+ "./raw " : " ./src/index.ts" ,
35+ "." : {
3636 "import" : {
3737 "types" : " ./dist/esm/index.d.ts" ,
3838 "default" : " ./dist/esm/index.min.js"
7575 ]
7676 },
7777 "exports" : {
78- "." : {
78+ "./raw " : {
7979 "import" : {
8080 "types" : " ./dist/esm/index.d.ts" ,
8181 "default" : " ./dist/esm/index.js"
8585 "default" : " ./dist/commonjs/index.js"
8686 }
8787 },
88- "./min " : {
88+ "." : {
8989 "import" : {
9090 "types" : " ./dist/esm/index.d.ts" ,
9191 "default" : " ./dist/esm/index.min.js"
9797 }
9898 },
9999 "type" : " module" ,
100- "module" : " ./dist/esm/index.js"
100+ "module" : " ./dist/esm/index.min. js"
101101}
Original file line number Diff line number Diff line change 73437343 }
73447344 },
73457345 "node_modules/lru-cache" : {
7346- "version" : " 11.2.5 " ,
7347- "resolved" : " https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.5 .tgz" ,
7348- "integrity" : " sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw ==" ,
7346+ "version" : " 11.2.6 " ,
7347+ "resolved" : " https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6 .tgz" ,
7348+ "integrity" : " sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ ==" ,
73497349 "inBundle" : true ,
73507350 "license" : " BlueOak-1.0.0" ,
73517351 "engines" : {
You can’t perform that action at this time.
0 commit comments