Skip to content

Commit

Permalink
live-connect v6.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
3link committed May 7, 2024
1 parent 3f626ca commit eb9d29b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 33 deletions.
2 changes: 1 addition & 1 deletion modules/liveIntentIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { triggerPixel, logError } from '../src/utils.js';
import { ajaxBuilder } from '../src/ajax.js';
import { submodule } from '../src/hook.js';
import { LiveConnect } from 'live-connect-js'; // eslint-disable-line prebid/validate-imports
import { LiveConnect } from 'live-connect-js/prebid'; // eslint-disable-line prebid/validate-imports
import { gdprDataHandler, uspDataHandler, gppDataHandler, coppaDataHandler } from '../src/adapterManager.js';
import { getStorageManager } from '../src/storageManager.js';
import { MODULE_TYPE_UID } from '../src/activities/modules.js';
Expand Down
40 changes: 9 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"fun-hooks": "^0.9.9",
"gulp-wrap": "^0.15.0",
"just-clone": "^1.0.2",
"live-connect-js": "^6.6.0"
"live-connect-js": "^6.7.3"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
Expand Down

0 comments on commit eb9d29b

Please sign in to comment.