@dynamatix/cat-shared 0.0.60 → 0.0.62

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.
@@ -53,6 +53,10 @@ const formfieldSchema = new mongoose.Schema({
53
53
  type: String,
54
54
  default: null
55
55
  },
56
+ forceUpdate: {
57
+ type: Boolean,
58
+ default: false
59
+ },
56
60
  requiredErrorMessage: {
57
61
  type: String,
58
62
  default: 'Field is required'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.60",
3
+ "version": "0.0.62",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"