cdnhost 2.3.0 → 2.3.2

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.
Binary file
Binary file
Binary file
package/____isai.png ADDED
Binary file
Binary file
Binary file
package/____isai2.png ADDED
Binary file
@@ -1,4 +1,4 @@
1
- function loadBanner(divId = '1', userId = 'fluke103', width = 300, height = 250, country = 'ko') {
1
+ function loadBanner(divId = '1', userId = 'admin', width = 300, height = 250, country = 'ko') {
2
2
  const div = document.getElementById(divId);
3
3
  if (!div) {
4
4
  console.error(`Element with id="${divId}" not found.`);
@@ -64,9 +64,6 @@ function loadBanner(divId = '1', userId = 'fluke103', width = 300, height = 250,
64
64
 
65
65
  const style = document.createElement('style');
66
66
  style.textContent = `
67
- body {
68
- background: #000;
69
- }
70
67
  .snapp-banner-container {
71
68
  position: relative;
72
69
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdnhost",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {