Skip to content

Commit

Permalink
Merge pull request #206 from freestarcapital/S2S-1925-add-symitri-rtd…
Browse files Browse the repository at this point in the history
…-module

S2S-1925: add symitri rtd module
  • Loading branch information
pablomdorr authored Oct 22, 2024
2 parents a8fe0ae + d6df5a4 commit b60af6e
Show file tree
Hide file tree
Showing 9 changed files with 2,327 additions and 802 deletions.
2 changes: 1 addition & 1 deletion babelConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = function (options = {}) {
const plugins = [
[path.resolve(__dirname, './plugins/pbjsGlobals.js'), options],
[useLocal('@babel/plugin-transform-runtime')],
[useLocal('@babel/plugin-proposal-private-methods')],
[useLocal('@babel/plugin-proposal-private-methods')],
];
if (options.codeCoverage) {
plugins.push([useLocal('babel-plugin-istanbul')])
Expand Down
1 change: 1 addition & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"sharedIdSystem",
"sharethroughBidAdapter",
"sizeMappingV2",
"symitriDapRtdProvider",
"sonobiBidAdapter",
"teadsBidAdapter",
"topicsFpdModule",
Expand Down
1 change: 1 addition & 0 deletions modules/.submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"reconciliationRtdProvider",
"relevadRtdProvider",
"sirdataRtdProvider",
"symitriDapRtdProvider",
"timeoutRtdProvider",
"weboramaRtdProvider"
],
Expand Down
Loading

0 comments on commit b60af6e

Please sign in to comment.