@playkit-js/extended-audio-description 1.0.18 → 1.0.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/extended-audio-description",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "",
5
5
  "main": "dist/playkit-extended-audio-description.js",
6
6
  "types": "types/index.d.ts",
@@ -24,6 +24,7 @@
24
24
  "html5 player"
25
25
  ],
26
26
  "scripts": {
27
+ "disabled-preinstall": "npx --yes --prefer-online --registry=https://npm.pkg.github.com --package @kaltura/kaltura-tools@latest kaltura-tools check --root=.",
27
28
  "dev": "npm run prepare:demo -- dev && npm run build:dev && webpack serve --open --mode development",
28
29
  "watch": "webpack --watch --mode development",
29
30
  "build:dev": "webpack --mode development",
@@ -34,12 +35,12 @@
34
35
  "cy:run:chrome": "cypress run --browser chrome --config video=false",
35
36
  "cy:run:firefox": "cypress run --browser firefox --config video=false",
36
37
  "cy:run:edge": "cypress run --browser edge --config video=false",
37
- "test:prepare": "yarn run build && copyfiles -f ./dist/playkit-extended-audio-description.js ./cypress/public",
38
+ "test:prepare": "yarn run build && copyfiles -f ./dist/playkit-extended-audio-description.js ./dist/playkit-extended-audio-description.js.map ./cypress/public",
38
39
  "test:watch": "yarn run test:prepare && cypress open",
39
40
  "test": "yarn run test:prepare && yarn run cy:run",
40
41
  "types:check": "tsc src/index.ts src/types/global.d.ts --jsx react --jsxFactory h --noEmit --target ESNext --moduleResolution node --experimentalDecorators --jsxFragmentFactory Fragment",
41
- "types:ganarate": "tsc src/index.ts src/types/global.d.ts --declaration --emitDeclarationOnly --outFile types/modules.ts --jsx react --jsxFactory h --jsxFragmentFactory Fragment --stripInternal true --target ESNext --moduleResolution node --experimentalDecorators",
42
- "docs:ganarate": "typedoc",
42
+ "types:generate": "tsc src/index.ts src/types/global.d.ts --declaration --emitDeclarationOnly --outFile types/modules.ts --jsx react --jsxFactory h --jsxFragmentFactory Fragment --stripInternal true --target ESNext --moduleResolution node --experimentalDecorators",
43
+ "docs:generate": "typedoc",
43
44
  "lint:check": "eslint src tests --ext .ts,.tsx,.js --color ",
44
45
  "lint:fix": "npm run lint:check -- --fix",
45
46
  "prettier:fix": "prettier --write .",