@fluxmedia/s3 0.1.1 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fluxmedia/s3
2
2
 
3
- AWS S3 provider for FluxMedia - simple, reliable file storage with the AWS ecosystem.
3
+ AWS S3 provider for FluxMedia - unified media uploads with simple, reliable S3 storage.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fluxmedia/s3",
3
- "version": "0.1.1",
4
- "description": "AWS S3 provider for FluxMedia",
3
+ "version": "1.0.1",
4
+ "description": "AWS S3 provider for FluxMedia - unified media upload library",
5
5
  "keywords": [
6
6
  "fluxmedia",
7
7
  "s3",
@@ -13,7 +13,7 @@
13
13
  "homepage": "https://fluxmedia.dev",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/darkcodewrangler/fluxmedia.git",
16
+ "url": "https://github.com/codewithveek/fluxmedia.git",
17
17
  "directory": "packages/s3"
18
18
  },
19
19
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  "!dist/**/*.map"
42
42
  ],
43
43
  "dependencies": {
44
- "@fluxmedia/core": "0.1.1"
44
+ "@fluxmedia/core": "1.0.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@aws-sdk/client-s3": "^3.980.0",