@dynamatix/cat-shared 0.0.162 → 0.0.163

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.
@@ -325,6 +325,7 @@ const formConfigurationSchema = new mongoose.Schema({
325
325
  schemaDeployment: {
326
326
  configSavedAt: { type: String },
327
327
  prRaisedAt: { type: String },
328
+ reviewedAt: { type: String },
328
329
  mergedAt: { type: String },
329
330
  publishedAt: { type: String },
330
331
  apisUpdatedAt: { type: String }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamatix/cat-shared",
3
- "version": "0.0.162",
3
+ "version": "0.0.163",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",