lms-sync 1.0.87 → 1.0.89

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,6 +66,7 @@ const server = {
66
66
  temporaryPassword: 'P@ssw0rd123',
67
67
  firstName: 'Androi',
68
68
  lastName: 'Pamisaran',
69
+ adminScopes: [],
69
70
  createdAt: new Date(),
70
71
  updatedAt: new Date()
71
72
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lms-sync",
3
- "version": "1.0.87",
3
+ "version": "1.0.89",
4
4
  "description": "Migration App for MSC LMS",
5
5
  "main": "index.js",
6
6
  "scripts": {