Skip to content

Commit 31f5a61

Browse files
committed
chore: bump version to 2.0.2 and improve SWC build configuration
1 parent 03ef072 commit 31f5a61

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.swcrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
}
2424
},
2525
"module": {
26-
"type": "es6"
26+
"type": "es6",
27+
"resolveFully": true
2728
}
2829
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seshuk/payload-storage-bunny",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Payload storage adapter for Bunny.net",
55
"author": "Maxim Seshuk",
66
"license": "MIT",

0 commit comments

Comments
 (0)