@bnsights/bbsf-admin-portal 1.0.22 → 1.0.23
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/README.md
CHANGED
|
@@ -1,24 +1,11 @@
|
|
|
1
1
|
# BnsightsAdminLibrary
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
BBSF Admin Portal package is part of BBSF 3 packages. It hosts all the angular modules for the BBSF Admin Portal pages.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
For more info please visit [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
> Note: Don't forget to add `--project bnsights-admin-library` or else it will be added to the default project in your `angular.json` file.
|
|
7
|
+
## Change Log
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build bnsights-admin-library`, go to the dist folder `cd dist/bnsights-admin-library` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test bnsights-admin-library` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
9
|
+
1.0.23 / 22-3-2022
|
|
10
|
+
===================
|
|
11
|
+
* Update Libraries
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-admin-portal",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@agm/core": "^3.0.0-beta.0",
|
|
6
6
|
"@angular-devkit/build-angular": "~12.2.12",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@angular/platform-browser": "~12.2.12",
|
|
37
37
|
"@angular/platform-browser-dynamic": "~12.2.12",
|
|
38
38
|
"@angular/router": "~12.2.12",
|
|
39
|
-
"@bnsights/bbsf-controls": "1.0.
|
|
40
|
-
"@bnsights/bbsf-utilities": "1.0.
|
|
39
|
+
"@bnsights/bbsf-controls": "1.0.28",
|
|
40
|
+
"@bnsights/bbsf-utilities": "1.0.13",
|
|
41
41
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
42
42
|
"@ng-bootstrap/ng-bootstrap": "^9.0.2",
|
|
43
43
|
"@ngx-translate/core": "^13.0.0",
|