RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@tomei/sso
Versions diffs
0.56.0 → 0.56.1
@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.
Files changed (2)
hide
show
package/migrations/20250108091133-add-passcode-to-user-table.js
+1
-1
package/package.json
+1
-1
package/migrations/20250108091133-add-passcode-to-user-table.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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": {