@car-cutter/next-webplayer 0.12.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
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 customisation, take a look at the **[Online Documentation](https://carcutter.github.io/cars-webplayer-js/)**
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.12.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.12.0"
44
+ "@car-cutter/react-webplayer": "3.0.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "next": ">=10"
@@ -55,7 +55,7 @@
55
55
  "eslint": "^8.57.0",
56
56
  "rollup-preserve-directives": "^1.1.1",
57
57
  "typescript": "^5.5.4",
58
- "vite": "^5.4.18",
58
+ "vite": "^5.4.19",
59
59
  "vite-bundle-visualizer": "^1.2.1",
60
60
  "vite-plugin-dts": "^4.2.1"
61
61
  },