Skip to content

Commit

Permalink
Merge pull request #103 from basil79/downgrade-to-vast-client-4.0.1
Browse files Browse the repository at this point in the history
downgrade to vast-client 4.0.1
  • Loading branch information
basil79 committed Dec 17, 2023
2 parents 49112e9 + bf0bcc2 commit baf901b
Show file tree
Hide file tree
Showing 7 changed files with 955 additions and 900 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
registry = https://registry.npmjs.org
registry=https://registry.npmjs.org/
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion dist/ads-manager.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ads-manager.js

Large diffs are not rendered by default.

1,831 changes: 942 additions & 889 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ads-manager",
"version": "1.2.12",
"version": "1.2.13",
"description": "HTML5 Video Ads Manager based on @dailymotion/vast-client",
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -44,7 +44,7 @@
"author": "Basil Goldman",
"license": "Apache-2.0",
"dependencies": {
"@dailymotion/vast-client": "^5.0.0"
"@dailymotion/vast-client": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.5",
Expand Down
12 changes: 6 additions & 6 deletions public/js/ads-manager.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/ads-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ AdsManager.prototype.creativeAssetLoaded = function() {
const creativeData = {
AdParameters: this._creative.adParameters
};
console.log('creativeData', creativeData);
const environmentVars = {
slot: this._slot,
videoSlot: this._videoSlot,
Expand Down

0 comments on commit baf901b

Please sign in to comment.