@steedos-widgets/amis-lib 3.6.0-beta.4 → 3.6.0-beta.5

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.
@@ -644,7 +644,6 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
644
644
  requestAdaptor: string;
645
645
  adaptor: string;
646
646
  data: {
647
- context: string;
648
647
  judge: string;
649
648
  };
650
649
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "3.6.0-beta.4",
4
+ "version": "3.6.0-beta.5",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -61,5 +61,5 @@
61
61
  "lodash": "^4.17.21",
62
62
  "react-i18next": "12.3.1"
63
63
  },
64
- "gitHead": "208ec610433e82578eeb30b5f397a0bfe9284b77"
64
+ "gitHead": "7babba3c01fe0aa4410cdc834c862774d4c59824"
65
65
  }