@xuda.io/xuda-db-adapter-module 1.0.111 → 1.0.112

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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -656,7 +656,7 @@ _db.pouch.init_db_replication = async function (SESSION_ID) {
656
656
  });
657
657
 
658
658
  _db.pouch.set_db_replication_from_server(SESSION_ID);
659
- $('body').on('set_db_replication_from_server', () => {
659
+ func.runtime.platform.on('set_db_replication_from_server', () => {
660
660
  _db.pouch.set_db_replication_from_server(SESSION_ID);
661
661
  });
662
662
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-db-adapter-module",
3
- "version": "1.0.111",
3
+ "version": "1.0.112",
4
4
  "main": "index.mjs",
5
5
  "type": "module",
6
6
  "description": "Auto-generated build for xuda-db-adapter-module.mjs",