@better-media/plugin-media-processing 0.1.0 → 0.2.0

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 +3 -3
package/README.md CHANGED
@@ -32,4 +32,4 @@ const media = createBetterMedia({
32
32
  });
33
33
  ```
34
34
 
35
- See the [better-media.dev/docs/plugins/media-processing](https://better-media.dev/docs/plugins/media-processing) for more configuration options.
35
+ See the [better-media-platform.vercel.app/docs/plugins/media-processing](https://better-media-platform.vercel.app/docs/plugins/media-processing) for more configuration options.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-media/plugin-media-processing",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Media processing plugin for Better Media pipeline",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -17,7 +17,7 @@
17
17
  "README.md"
18
18
  ],
19
19
  "dependencies": {
20
- "@better-media/core": "0.1.0"
20
+ "@better-media/core": "0.2.0"
21
21
  },
22
22
  "keywords": [],
23
23
  "author": "Abenezer Atnafu",
@@ -26,7 +26,7 @@
26
26
  "type": "git",
27
27
  "url": "git+https://github.com/AbenezerAtnafu/better-media.git"
28
28
  },
29
- "homepage": "https://better-media.dev",
29
+ "homepage": "https://better-media-platform.vercel.app/",
30
30
  "bugs": {
31
31
  "url": "https://github.com/AbenezerAtnafu/better-media/issues"
32
32
  },