@car-cutter/next-webplayer 0.13.0 → 3.0.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,4 +10,4 @@ Use CarCutter WebPlayer in your Next.js app
|
|
|
10
10
|
|
|
11
11
|
### Next Steps
|
|
12
12
|
|
|
13
|
-
For more
|
|
13
|
+
For more customization, take a look at the **[Online Documentation](https://carcutter.github.io/cars-webplayer-js/)**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@car-cutter/next-webplayer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CarCutter",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"analyze": "vite-bundle-visualizer"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@car-cutter/react-webplayer": "0.
|
|
44
|
+
"@car-cutter/react-webplayer": "3.0.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"next": ">=10"
|