-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removes xr-spatial-tracking from iframe attributes - getDuration and getCurrentTime and other related methods now return values that are not rounded
- Loading branch information
1 parent
165c707
commit 2af926b
Showing
13 changed files
with
2,708 additions
and
2,656 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "rmp-vast", | ||
"version": "13.1.0", | ||
"version": "13.1.1", | ||
"author": "Radiant Media Player <[email protected]>", | ||
"description": "A client-side JavaScript solution to load, parse and display VAST resources (advertising)", | ||
"repository": { | ||
|
@@ -10,7 +10,6 @@ | |
"main": "./dist/rmp-vast.js", | ||
"types": "./types/js/index.d.ts", | ||
"scripts": { | ||
"updatedep": "ncu -u -x stylelint,stylelint-config-standard", | ||
"test": "node ./test/run.js", | ||
"testAndroid": "node ./test/run.js android", | ||
"testSafari": "node ./test/run.js safari", | ||
|
@@ -39,30 +38,30 @@ | |
"@babel/preset-env": "^7.23.9", | ||
"babel-loader": "^9.1.3", | ||
"clean-webpack-plugin": "^4.0.0", | ||
"css-loader": "^6.9.1", | ||
"css-loader": "^6.10.0", | ||
"eslint": "^8.56.0", | ||
"eslint-webpack-plugin": "^4.0.1", | ||
"handlebars": "^4.7.8", | ||
"handlebars-loader": "^1.7.3", | ||
"html-webpack-plugin": "^5.6.0", | ||
"less": "^4.2.0", | ||
"less-loader": "^12.1.0", | ||
"less-loader": "^12.2.0", | ||
"postcss-less": "^6.0.0", | ||
"selenium-webdriver": "^4.17.0", | ||
"style-loader": "^3.3.4", | ||
"stylelint": "^15.11.0", | ||
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-webpack-plugin": "^4.1.1", | ||
"stylelint": "^16.2.1", | ||
"stylelint-config-standard": "^36.0.0", | ||
"stylelint-webpack-plugin": "^5.0.0", | ||
"terser": "^5.27.0", | ||
"terser-webpack-plugin": "^5.3.10", | ||
"typescript": "^5.3.3", | ||
"webpack": "^5.90.0", | ||
"webpack": "^5.90.1", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^4.15.1" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.23.9", | ||
"@types/node": "^20.11.6", | ||
"@types/node": "^20.11.17", | ||
"core-js": "^3.35.1", | ||
"regenerator-runtime": "^0.14.1", | ||
"whatwg-fetch": "^3.6.20" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.