@tramvai/module-log 2.150.0 → 2.150.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.
package/lib/LogStore.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- export declare const setLogs: import("@tramvai/types-actions-state-context").EventCreator1<any[], any[]>;
1
+ export declare const setLogs: import("@tramvai/types-actions-state-context").EventCreator1<any[]>;
2
2
  export declare const LogStore: import("@tramvai/state").Reducer<any[], "devLogs", never>;
3
+ //# sourceMappingURL=LogStore.d.ts.map
package/lib/browser.d.ts CHANGED
@@ -5,3 +5,4 @@ declare const logger: import("@tinkoff/logger").Factory;
5
5
  export { logger };
6
6
  export declare class LogModule {
7
7
  }
8
+ //# sourceMappingURL=browser.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare const LOGGER_NAME = "";
2
2
  export declare const LOGGER_KEY = "tramvai";
3
+ //# sourceMappingURL=constants.d.ts.map
package/lib/devLogs.d.ts CHANGED
@@ -14,3 +14,4 @@ export declare class DevLogsExtension implements Extension {
14
14
  }
15
15
  export declare const serverProviders: Provider[];
16
16
  export declare const clientProviders: Provider[];
17
+ //# sourceMappingURL=devLogs.d.ts.map
package/lib/server.d.ts CHANGED
@@ -9,3 +9,4 @@ export declare function factory({ environmentManager, loggerInitHooks }: {
9
9
  }): import("@tinkoff/logger").Factory;
10
10
  export declare class LogModule {
11
11
  }
12
+ //# sourceMappingURL=server.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-log",
3
- "version": "2.150.0",
3
+ "version": "2.150.1",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -22,12 +22,12 @@
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@tinkoff/utils": "^2.1.2",
25
- "@tramvai/core": "2.150.0",
26
- "@tramvai/module-environment": "2.150.0",
27
- "@tramvai/papi": "2.150.0",
28
- "@tramvai/state": "2.150.0",
29
- "@tramvai/tokens-common": "2.150.0",
30
- "@tramvai/tokens-server": "2.150.0",
25
+ "@tramvai/core": "2.150.1",
26
+ "@tramvai/module-environment": "2.150.1",
27
+ "@tramvai/papi": "2.150.1",
28
+ "@tramvai/state": "2.150.1",
29
+ "@tramvai/tokens-common": "2.150.1",
30
+ "@tramvai/tokens-server": "2.150.1",
31
31
  "std-env": "^2.2.1",
32
32
  "tslib": "^2.4.0"
33
33
  },