@twick/media-utils 0.14.17 → 0.14.20

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 +2 -0
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -14,6 +14,8 @@ npm install @twick/media-utils
14
14
  pnpm add @twick/media-utils
15
15
  ```
16
16
 
17
+ **Note:** This is a foundation utility package with no Twick dependencies. It's automatically included when you install other Twick packages that depend on it.
18
+
17
19
  ## Quick Start
18
20
 
19
21
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/media-utils",
3
- "version": "0.14.17",
3
+ "version": "0.14.20",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -31,9 +31,5 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "lamejs": "^1.2.1"
34
- },
35
- "peerDependencies": {
36
- "react": "^18.0.0",
37
- "react-dom": "^18.0.0"
38
34
  }
39
35
  }