propro-utils 1.5.75 → 1.5.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,6 +105,7 @@ const DEFAULT_THEME = {
105
105
  defaultColor: '#ffffff',
106
106
  fontSize: '16px',
107
107
  name: 'Default Theme',
108
+ isDefault: true,
108
109
  };
109
110
 
110
111
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "propro-utils",
3
- "version": "1.5.75",
3
+ "version": "1.5.76",
4
4
  "description": "Auth middleware for propro-auth",
5
5
  "main": "src/index.js",
6
6
  "scripts": {