Skip to content

Commit f87aaab

Browse files
committed
1 parent acec871 commit f87aaab

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

node_modules/lru-cache/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -27,12 +27,12 @@
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"
@@ -75,7 +75,7 @@
7575
]
7676
},
7777
"exports": {
78-
".": {
78+
"./raw": {
7979
"import": {
8080
"types": "./dist/esm/index.d.ts",
8181
"default": "./dist/esm/index.js"
@@ -85,7 +85,7 @@
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"
@@ -97,5 +97,5 @@
9797
}
9898
},
9999
"type": "module",
100-
"module": "./dist/esm/index.js"
100+
"module": "./dist/esm/index.min.js"
101101
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7343,9 +7343,9 @@
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": {

0 commit comments

Comments
 (0)