@playkit-js/media-melon 1.0.15-canary.0-85c4ef5 → 1.0.16-canary.0-8da05d7

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 +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ and transpiled in ECMAScript5 using [Babel](https://babeljs.io/) and the [TypeSc
18
18
 
19
19
  ```js
20
20
  plugins:{
21
- mediaMelonKPPlugin: {
21
+ mediaMelon: {
22
22
  customerId: '13145423100',
23
23
  domainName: 'DOMAIN_NAME',
24
24
  subscriberTag: 'SUBSCRIBER_TAG',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/media-melon",
3
- "version": "1.0.15-canary.0-85c4ef5",
3
+ "version": "1.0.16-canary.0-8da05d7",
4
4
  "description": "",
5
5
  "main": "dist/playkit-media-melon.js",
6
6
  "types": "types/index.d.ts",