@steedos/service-plugin-amis 3.0.6 → 3.0.7-beta.3

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.
@@ -106,9 +106,6 @@ module.exports = {
106
106
  case "record":
107
107
  schema = await PageSchema.getRecordPageInitSchema(objectApiName, userSession);
108
108
  break;
109
- case "field_layout":
110
- schema = await PageSchema.getFieldLayoutInitSchema(objectApiName, userSession);
111
- break;
112
109
  }
113
110
  return schema;
114
111
  // return AmisSchema.getRecordSchema(objectApiName, '${recordId}', false, userSession);
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "3.0.6",
3
+ "version": "3.0.7-beta.3",
4
4
  "main": "package.service.js",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
- "gitHead": "4a71a744c351bcfbd70cf8af8108092e34cf3705",
9
+ "gitHead": "ef6ed92d244835fae9ca3436e7be6f9eb362ffdd",
10
10
  "devDependencies": {
11
11
  "tailwindcss": "^3.4.17"
12
12
  }