@memberjunction/ng-shared-generic 2.121.0 → 2.122.1

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.
@@ -92,5 +92,5 @@ export class LoadingComponent {
92
92
  }], size: [{
93
93
  type: Input
94
94
  }] }); })();
95
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingComponent, { className: "LoadingComponent" }); })();
95
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(LoadingComponent, { className: "LoadingComponent", filePath: "src/lib/loading/loading.component.ts", lineNumber: 34 }); })();
96
96
  //# sourceMappingURL=loading.component.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-shared-generic",
3
- "version": "2.121.0",
3
+ "version": "2.122.1",
4
4
  "description": "MemberJunction: Generic Angular Shared Package - utility services and reusable elements used in any Angular application.",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -27,8 +27,8 @@
27
27
  "rxjs": "^7.8.1"
28
28
  },
29
29
  "dependencies": {
30
- "@memberjunction/core": "2.121.0",
31
- "@memberjunction/core-entities": "2.121.0",
30
+ "@memberjunction/core": "2.122.1",
31
+ "@memberjunction/core-entities": "2.122.1",
32
32
  "tslib": "^2.3.0"
33
33
  },
34
34
  "sideEffects": false,