@itleanchatbot/shared-models-js-postgres 1.0.21 → 1.1.21

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itleanchatbot/shared-models-js-postgres",
3
- "version": "1.0.21",
3
+ "version": "1.1.21",
4
4
  "description": "Shared Models JS Postgres",
5
5
  "main": "index.js",
6
6
  "license": "ISC",
@@ -109,7 +109,7 @@ const DialogNodesModel = (sequelize, Sequelize) => {
109
109
  foreignKey: 'SkillId'
110
110
  })
111
111
  }
112
- }
112
+
113
113
 
114
114
  return DialogNodes
115
115
  }