@jolibox/implement 1.1.13-beta.5 → 1.1.13-beta.7

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.
@@ -1,9 +1,9 @@
1
1
  Invoking: npm run clean && npm run build:esm && tsc
2
2
 
3
- > @jolibox/implement@1.1.13-beta.5 clean
3
+ > @jolibox/implement@1.1.13-beta.7 clean
4
4
  > rimraf ./dist
5
5
 
6
6
 
7
- > @jolibox/implement@1.1.13-beta.5 build:esm
7
+ > @jolibox/implement@1.1.13-beta.7 build:esm
8
8
  > BUILD_VERSION=$(node -p "require('./package.json').version") node esbuild.config.js --format=esm
9
9
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@jolibox/implement",
3
3
  "description": "This project is Jolibox JS-SDk implement for Native && H5",
4
- "version": "1.1.13-beta.5",
4
+ "version": "1.1.13-beta.7",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@jolibox/common": "1.1.13-beta.5",
10
- "@jolibox/types": "1.1.13-beta.5",
11
- "@jolibox/native-bridge": "1.1.13-beta.5",
9
+ "@jolibox/common": "1.1.13-beta.7",
10
+ "@jolibox/types": "1.1.13-beta.7",
11
+ "@jolibox/native-bridge": "1.1.13-beta.7",
12
12
  "localforage": "1.10.0",
13
13
  "@jolibox/ui": "1.0.0",
14
14
  "web-vitals": "4.2.4"
@@ -422,7 +422,7 @@ export class JoliboxAdsImpl {
422
422
  breakStatus: 'timeout'
423
423
  });
424
424
  }
425
- }, 10000); // Timeout duration in milliseconds, 10 seconds
425
+ }, 5000); // Timeout duration in milliseconds, 5 seconds
426
426
  }
427
427
  /* hook for reward -- end */
428
428