@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.
@@ -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
@@ -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": {