@dynamatix/cat-shared 0.0.63 → 0.0.64

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