Skip to content

Commit

Permalink
chore: 🤖 v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haozi committed Mar 28, 2024
1 parent 805172a commit 3f05321
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idmp",
"version": "1.15.4",
"version": "1.16.0",
"keywords": [
"deduplicate network requests",
"idempotent function",
Expand All @@ -25,12 +25,12 @@
"license": "MIT",
"type": "module",
"exports": {
".": {
"default": {
"require": "./dist/index.node.cjs",
"default": "./dist/index.js"
}
},
".": {
"default": {
"require": "./dist/index.node.cjs",
"default": "./dist/index.js"
}
},
"./node-fs": "./plugins/node-fs/dist/index.js",
"./browser-storage": "./plugins/browser-storage/dist/index.js"
},
Expand Down

0 comments on commit 3f05321

Please sign in to comment.