@xuda.io/runtime-bundle 1.0.1219 → 1.0.1221

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,5 +1,5 @@
1
1
  const _this = {};
2
-
2
+ // ishai
3
3
  export const init_module = (e) => {
4
4
  _this.func = e.func;
5
5
  _this.glb = e.glb;
@@ -24,6 +24,7 @@ export const project_loader = async function (SESSION_ID, app_id, prog_id) {
24
24
  if (typeof XUDA_BUILD_INFO !== 'undefined') {
25
25
  _session.build_info = XUDA_BUILD_INFO;
26
26
  } else {
27
+ // test
27
28
  const db = await func.utils.connect_pouchdb(SESSION_ID);
28
29
  if (['live_preview', 'miniapp'].includes(_session.engine_mode)) {
29
30
  // if on-line
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/runtime-bundle",
3
- "version": "1.0.1219",
3
+ "version": "1.0.1221",
4
4
  "description": "The Xuda Runtime Bundle refers to a collection of scripts and libraries packaged together to provide the necessary runtime environment for executing plugins or components in the Xuda platform. ",
5
5
  "scripts": {
6
6
  "pub": "npm version patch --force && npm publish --access public"