mesauth-angular 0.1.20 → 0.2.0
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.
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mesauth-angular",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Angular helper library to connect to a backend API and SignalR hub to surface the current logged-in user and incoming notifications",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "Angular helper library to connect to a backend API and SignalR hub to surface the current logged-in user and incoming notifications with dark/light theme support",
|
|
5
5
|
"main": "dist/fesm2015/mesauth-angular.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"files": [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mesauth-angular",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Angular helper library to connect to a backend API and SignalR hub to surface the current logged-in user and incoming notifications",
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "Angular helper library to connect to a backend API and SignalR hub to surface the current logged-in user and incoming notifications with dark/light theme support",
|
|
5
5
|
"main": "dist/fesm2015/mesauth-angular.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"files": ["dist"],
|