mesauth-angular 0.1.11 → 0.1.12

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 CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "mesauth-angular",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Angular helper library to connect to a backend API and SignalR hub to surface the current logged-in user and incoming notifications",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
5
+ "main": "fesm2015/mesauth-angular.mjs",
6
+ "types": "index.d.ts",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "mesauth-angular",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Angular helper library to connect to a backend API and SignalR hub to surface the current logged-in user and incoming notifications",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
5
+ "main": "fesm2015/mesauth-angular.mjs",
6
+ "types": "index.d.ts",
7
7
  "files": ["dist"],
8
8
  "scripts": {
9
9
  "build": "ng-packagr -p ng-package.json",