@dynamatix/cat-shared 0.0.52 → 0.0.53

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.
@@ -126,7 +126,7 @@ const formfieldSchema = new mongoose.Schema({
126
126
  min: 0
127
127
  },
128
128
  maxValue: { // this is not required used only when given else ignore ex- 100% max
129
- type: any
129
+ type: mongoose.Schema.Types.Mixed
130
130
  },
131
131
  minValue: { // this is not required used only when given else ignore ex- 0% min
132
132
  type: Number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"