RubyGems
npm
Organizations
Log in
Sign up
npm
@tomei/sso
Versions diffs
0.39.5 → 0.39.6
@tomei/sso 0.39.5 → 0.39.6
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/migrations/20240528063108-create-api-key-table.js
+0
-8
package/package.json
+1
-1
package/migrations/20240528063108-create-api-key-table.js
CHANGED
Viewed
@@ -70,14 +70,6 @@ module.exports = {
70
70
customIndex: true,
71
71
fields: ['APIKey'],
72
72
},
73
-
IDX_CreatedById: {
74
-
customIndex: true,
75
-
fields: ['CreatedById'],
76
-
},
77
-
IDX_InvokedById: {
78
-
customIndex: true,
79
-
fields: ['InvokedById'],
80
-
},
81
73
},
82
74
},
83
75
);
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@tomei/sso",
3
-
"version": "0.39.
5
",
3
+
"version": "0.39.
6
",
4
4
"description": "Tomei SSO Package",
5
5
"main": "dist/index.js",
6
6
"scripts": {