@jolibox/implement 1.1.17 → 1.1.18-beta.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.
@@ -1,9 +1,9 @@
1
1
  Invoking: npm run clean && npm run build:esm && tsc
2
2
 
3
- > @jolibox/implement@1.1.17 clean
3
+ > @jolibox/implement@1.1.18-beta.2 clean
4
4
  > rimraf ./dist
5
5
 
6
6
 
7
- > @jolibox/implement@1.1.17 build:esm
7
+ > @jolibox/implement@1.1.18-beta.2 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.17",
4
+ "version": "1.1.18-beta.2",
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.17",
10
- "@jolibox/types": "1.1.17",
11
- "@jolibox/native-bridge": "1.1.17",
9
+ "@jolibox/common": "1.1.18-beta.2",
10
+ "@jolibox/types": "1.1.18-beta.2",
11
+ "@jolibox/native-bridge": "1.1.18-beta.2",
12
12
  "localforage": "1.10.0",
13
13
  "@jolibox/ui": "1.0.0",
14
14
  "web-vitals": "4.2.4"
@@ -143,10 +143,5 @@ export async function openRetentionSchema() {
143
143
  }
144
144
  });
145
145
  // // 异步
146
- // setTimeout(() => {
147
- // invokeNative('openSchemaSync', {
148
- // schema: retentionSchema
149
- // });
150
- // }, 0);
151
146
  return quitResultDeffer.promise;
152
147
  }