From df3f9a67b14e7721d8a95794d89990b2e241975f Mon Sep 17 00:00:00 2001 From: Olivier Lando Date: Wed, 19 Jun 2024 17:19:39 +0200 Subject: [PATCH] Add ESM target --- CHANGELOG.md | 4 + README.md | 27 +- package-lock.json | 1801 +++++++++++++++++++++++++++++++++++++++++---- package.json | 10 +- rollup.config.mjs | 17 + tsconfig.json | 20 +- webpack.config.js | 52 +- 7 files changed, 1737 insertions(+), 194 deletions(-) create mode 100644 rollup.config.mjs diff --git a/CHANGELOG.md b/CHANGELOG.md index 009b5b6..3f08c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All changes to this project will be documented in this file. +## [1.2.31] - 2024-06-19 + +- Add ESM target + ## [1.2.30] - 2024-06-19 - Add hotkeys parameter diff --git a/README.md b/README.md index 8f3fd3b..72854bb 100644 --- a/README.md +++ b/README.md @@ -10,23 +10,24 @@ ## Table of contents - [Table of contents](#table-of-contents) - - [Project description](#project-description) - - [Getting started](#getting-started) - - [Installation](#installation) - - [Method #1: requirejs](#method-1-requirejs) - - [Method #2: typescript](#method-2-typescript) - - [Method #2: simple include in a javascript project](#method-2-simple-include-in-a-javascript-project) - - [Documentation](#documentation) - - [Instantiation](#instantiation) - - [Ads](#ads) - - [Methods](#methods) - - [Full example](#full-example) - - [Control an existing embedded player using the SDK](#control-an-existing-embedded-player-using-the-sdk) +- [Project description](#project-description) +- [Getting started](#getting-started) + - [Installation](#installation) + - [Method #1: requirejs](#method-1-requirejs) + - [Method #2: typescript](#method-2-typescript) + - [Method #2: simple include in a javascript project](#method-2-simple-include-in-a-javascript-project) +- [Documentation](#documentation) + - [Instantiation](#instantiation) + - [Ads](#ads) + - [Methods](#methods) + - [Full example](#full-example) + - [Control an existing embedded player using the SDK](#control-an-existing-embedded-player-using-the-sdk) -##