@storecraft/storage-s3-compatible 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/adapter.js +2 -1
- package/jsconfig.json +1 -0
- package/package.json +3 -2
package/adapter.js
CHANGED
package/jsconfig.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storecraft/storage-s3-compatible",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.3",
|
4
4
|
"description": "Official S3-Compatible Storage adapter for storecraft",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "Tomer Shalev (https://github.com/store-craft)",
|
@@ -18,7 +18,8 @@
|
|
18
18
|
],
|
19
19
|
"scripts": {
|
20
20
|
"storage-s3-compatible:test": "uvu -c",
|
21
|
-
"
|
21
|
+
"test": "npm run storage-s3-compatible:test",
|
22
|
+
"prepublishOnly": "npm version patch --force"
|
22
23
|
},
|
23
24
|
"type": "module",
|
24
25
|
"main": "adapter.js",
|