@dynamatix/cat-shared 0.0.26 → 0.0.27

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.
@@ -133,9 +133,7 @@ const formConfigurationSchema = new mongoose.Schema({
133
133
  type: String,
134
134
  trim: true
135
135
  },
136
- fields: [{
137
- type: [formfieldSchema]
138
- }],
136
+ fields: [formfieldSchema],
139
137
  order: {
140
138
  type: Number,
141
139
  default: 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"