Skip to content

Commit c0db94a

Browse files
committed
fix: export storage provider
1 parent 61f93cd commit c0db94a

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/storage",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "The Athenna filesystem provider.",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",
@@ -37,7 +37,8 @@
3737
"./types": "./src/types/index.js",
3838
"./package": "./package.json",
3939
"./package.json": "./package.json",
40-
"./testing/plugins": "./src/testing/plugins/index.js"
40+
"./testing/plugins": "./src/testing/plugins/index.js",
41+
"./providers/StorageProvider": "./src/providers/StorageProvider.js"
4142
},
4243
"imports": {
4344
"#bin/*": "./bin/*.js",
@@ -53,7 +54,6 @@
5354
"@athenna/config": "^5.3.0",
5455
"@aws-sdk/client-s3": "^3.832.0",
5556
"@aws-sdk/lib-storage": "^3.839.0",
56-
"@types/mime-types": "^3.0.1",
5757
"mime-types": "^3.0.1"
5858
},
5959
"devDependencies": {
@@ -62,6 +62,7 @@
6262
"@athenna/ioc": "^5.1.0",
6363
"@athenna/test": "^5.3.0",
6464
"@athenna/tsconfig": "^5.0.0",
65+
"@types/mime-types": "^3.0.1",
6566
"@typescript-eslint/eslint-plugin": "^7.18.0",
6667
"@typescript-eslint/parser": "^7.18.0",
6768
"commitizen": "^4.3.1",

0 commit comments

Comments
 (0)