@steedos/service-plugin-amis 2.5.15-beta.12 → 2.5.15-beta.13

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.
@@ -326,8 +326,8 @@
326
326
  };
327
327
 
328
328
  window.renderAmis = function (root, schema, data, env) {
329
- console.log("===window.renderAmis===root, env===", root, env);
330
- console.log("===window.renderAmis===data===", data);
329
+ // console.log("===window.renderAmis===root, env===", root, env);
330
+ // console.log("===window.renderAmis===data===", data);
331
331
  const refName = schema.name || schema.id;
332
332
  if(SteedosUI.refs[refName]){
333
333
  if(SteedosUI.refs[refName].unmount){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.5.15-beta.12",
3
+ "version": "2.5.15-beta.13",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -13,7 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
- "gitHead": "ecaaf3d634f64221c7f4560a8c523341e993c609",
16
+ "gitHead": "36a4e08522df25b30a6f8aa3806b76dd185140d0",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }