@jolibox/ads 1.1.52-beta.1 → 1.1.53
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.
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -534,7 +534,7 @@ const ae = (t) => t ? function() {
|
|
|
534
534
|
try {
|
|
535
535
|
for (var e = arguments.length, i = new Array(e), n = 0; n < e; n++)
|
|
536
536
|
i[n] = arguments[n];
|
|
537
|
-
t == null || t(i);
|
|
537
|
+
t == null || t(...i);
|
|
538
538
|
} catch (r) {
|
|
539
539
|
console.error("Error calling function", r);
|
|
540
540
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jolibox/ads",
|
|
3
3
|
"description": "This project is for integrating Jolibox ads providers",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.53",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
7
|
"type": "module",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
],
|
|
13
13
|
"types": "./dist/index.d.ts",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@jolibox/common": "1.1.
|
|
15
|
+
"@jolibox/common": "1.1.53",
|
|
16
16
|
"@emotion/css": "11.13.5",
|
|
17
|
-
"@jolibox/types": "1.1.
|
|
17
|
+
"@jolibox/types": "1.1.53",
|
|
18
18
|
"preact": "10.26.4",
|
|
19
19
|
"@preact/signals": "2.0.4"
|
|
20
20
|
},
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@babel/runtime": "7.22.10",
|
|
26
26
|
"@babel/runtime-corejs3": "7.22.10",
|
|
27
27
|
"@babel/plugin-transform-react-jsx": "7.25.9",
|
|
28
|
-
"@jolibox/eslint-config": "1.0.
|
|
28
|
+
"@jolibox/eslint-config": "1.0.0",
|
|
29
29
|
"@preact/preset-vite": "2.8.1",
|
|
30
30
|
"@rollup/plugin-replace": "6.0.2",
|
|
31
31
|
"@types/google-publisher-tag": "1.20250428.0",
|