@dynamatix/cat-shared 0.0.38 → 0.0.39

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.
@@ -141,7 +141,7 @@ const formConfigurationSchema = new mongoose.Schema({
141
141
  type: String,
142
142
  required: true
143
143
  },
144
- populations:[String],
144
+ populations:[Object],
145
145
  visibilityCondition: {
146
146
  type: mongoose.Schema.Types.Mixed,
147
147
  default: null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"