monkey-front-core 0.0.528 → 0.0.529
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,11 +1,12 @@
|
|
|
1
1
|
# MonkeyFrontCore
|
|
2
2
|
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.1
|
|
4
4
|
|
|
5
5
|
## Code scaffolding
|
|
6
6
|
|
|
7
7
|
Run `ng generate component component-name --project monkey-front-core` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project monkey-front-core`.
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
> Note: Don't forget to add `--project monkey-front-core` or else it will be added to the default project in your `angular.json` file.
|
|
9
10
|
|
|
10
11
|
## Build
|
|
11
12
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monkey-front-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.529",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "^13.1.1",
|
|
6
6
|
"@angular/common": "^13.1.1",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@ngrx/store": "^13.0.2",
|
|
17
17
|
"@ngx-translate/core": "^13.0.0",
|
|
18
18
|
"@ngx-translate/http-loader": "^6.0.0",
|
|
19
|
-
"launchdarkly-js-client-sdk": "3.
|
|
19
|
+
"launchdarkly-js-client-sdk": "^3.4.0",
|
|
20
20
|
"moment": "^2.29.4",
|
|
21
21
|
"monkey-style-guide": "^2.0.199",
|
|
22
22
|
"ngx-cookie-service": "^13.1.1",
|
|
Binary file
|