@o3r/logger 14.0.0-next.0 → 14.0.0-next.2
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
|
@@ -28,7 +28,7 @@ ng add @o3r/logger
|
|
|
28
28
|
The `LoggerModule` should be imported in the main Module of the application and an instance of a `LoggerClient` implementation bound through the `forRoot` method.
|
|
29
29
|
|
|
30
30
|
```typescript
|
|
31
|
-
// in app
|
|
31
|
+
// in app-module.ts
|
|
32
32
|
|
|
33
33
|
import {LogRocketClient} from '@o3r/logger/logrocket-logger-client';
|
|
34
34
|
// import {SmartLookClient} from '@o3r/logger/smartlook-logger-client';
|
|
@@ -54,7 +54,7 @@ export class AppModule {}
|
|
|
54
54
|
The store can also be bound to the third-party logging service by using the `LoggerService.createMetaReducer()` method.
|
|
55
55
|
|
|
56
56
|
```typescript
|
|
57
|
-
// in app
|
|
57
|
+
// in app-module.ts
|
|
58
58
|
|
|
59
59
|
import {Action, MetaReducer, USER_PROVIDED_META_REDUCERS} from '@ngrx/store';
|
|
60
60
|
import {LoggerServuce} from '@o3r/logger';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/logger",
|
|
3
|
-
"version": "14.0.0-next.
|
|
3
|
+
"version": "14.0.0-next.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@angular/platform-browser-dynamic": "^20.0.0",
|
|
17
17
|
"@fullstory/browser": "^2.0.0",
|
|
18
18
|
"@ngrx/store": "^20.0.0",
|
|
19
|
-
"@o3r/core": "^14.0.0-next.
|
|
20
|
-
"@o3r/schematics": "^14.0.0-next.
|
|
19
|
+
"@o3r/core": "^14.0.0-next.2",
|
|
20
|
+
"@o3r/schematics": "^14.0.0-next.2",
|
|
21
21
|
"@schematics/angular": "^20.0.0",
|
|
22
22
|
"logrocket": "^10.0.0",
|
|
23
23
|
"logrocket-ngrx": "^0.2.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@o3r/schematics": "^14.0.0-next.
|
|
59
|
+
"@o3r/schematics": "^14.0.0-next.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":";;;AAAA,kCAAkC;AAClC,2DAGoC;AACpC,gDAGyB;AAKzB,MAAM,eAAe,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC;AAE5E;;GAEG;AACH,MAAM,qBAAqB,GAAG;IAC5B,eAAe;IACf,mCAAmC;IACnC,aAAa;CACd,CAAC;AAEF;;GAEG;AACH,MAAM,wBAAwB,GAAa,EAAE,CAAC;AAE9C;;;GAGG;AACH,SAAS,OAAO,CAAC,OAA8B;IAC7C,kBAAkB;IAClB,OAAO,IAAA,kBAAK,EAAC;QACX,IAAA,kCAAqB,EAAC,OAAO,EAAE,eAAe,EAAE,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,CAAC;KACrG,CAAC,CAAC;AACL,CAAC;AAED;;;GAGG;AACI,MAAM,KAAK,GAAG,CAAC,OAA8B,EAAE,EAAE,CAAC,IAAA,iCAAoB,EAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC;AAAnF,QAAA,KAAK,SAA8E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":""}
|