@openplayerjs/core 3.0.0-beta.2 → 3.0.1

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 -1
package/README.md CHANGED
@@ -274,6 +274,8 @@ export class MyStreamEngine extends BaseMediaEngine implements IEngine {
274
274
 
275
275
  ## Code samples
276
276
 
277
+ A wide collection of ready-to-run examples — from engine setup and custom plugins to playback control and event handling — is available as a living cookbook in the CodePen collection below.
278
+
277
279
  CodePen Collection: [https://codepen.io/collection/WQORze](https://codepen.io/collection/WQORze)
278
280
 
279
281
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openplayerjs/core",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.1",
4
4
  "description": "Core player engine, plugin system and public API for OpenPlayerJS",
5
5
  "author": {
6
6
  "name": "Rafael Miranda",