@tomei/sso 0.56.0 → 0.56.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ module.exports = {
10
10
  });
11
11
 
12
12
  await queryInterface.addColumn('sso_User', 'PasscodeUpdatedAt', {
13
- type: Sequelize.STRING(255),
13
+ type: Sequelize.DATE,
14
14
  });
15
15
 
16
16
  await transaction.commit();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomei/sso",
3
- "version": "0.56.0",
3
+ "version": "0.56.1",
4
4
  "description": "Tomei SSO Package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {