@tramvai/module-environment 2.149.1 → 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/browser.d.ts CHANGED
@@ -2,3 +2,4 @@ import { ENV_MANAGER_TOKEN, ENV_USED_TOKEN } from '@tramvai/tokens-common';
2
2
  export { ENV_MANAGER_TOKEN, ENV_USED_TOKEN };
3
3
  export declare class EnvironmentModule {
4
4
  }
5
+ //# sourceMappingURL=browser.d.ts.map
@@ -11,3 +11,4 @@ export declare class EnvironmentManagerServer extends EnvironmentManager {
11
11
  private collectionEnv;
12
12
  private processing;
13
13
  }
14
+ //# sourceMappingURL=EnvironmentManagerServer.d.ts.map
package/lib/server.d.ts CHANGED
@@ -2,3 +2,4 @@ import { ENV_MANAGER_TOKEN, ENV_USED_TOKEN } from '@tramvai/tokens-common';
2
2
  export { ENV_MANAGER_TOKEN, ENV_USED_TOKEN };
3
3
  export declare class EnvironmentModule {
4
4
  }
5
+ //# sourceMappingURL=server.d.ts.map
@@ -9,3 +9,4 @@ export declare class EnvironmentManager implements Interface {
9
9
  clientUsed(): Record<string, string>;
10
10
  updateClientUsed(result: Record<string, string>): void;
11
11
  }
12
+ //# sourceMappingURL=EnvironmentManager.d.ts.map
@@ -1,2 +1,3 @@
1
1
  declare const EnvironmentStore: import("@tramvai/state").Reducer<Record<string, string>, "environment", never>;
2
2
  export { EnvironmentStore };
3
+ //# sourceMappingURL=EnvironmentStore.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-environment",
3
- "version": "2.149.1",
3
+ "version": "2.150.1",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -19,11 +19,11 @@
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@tinkoff/utils": "^2.1.2",
22
- "@tramvai/core": "2.149.1",
23
- "@tramvai/papi": "2.149.1",
24
- "@tramvai/state": "2.149.1",
25
- "@tramvai/tokens-common": "2.149.1",
26
- "@tramvai/tokens-server": "2.149.1",
22
+ "@tramvai/core": "2.150.1",
23
+ "@tramvai/papi": "2.150.1",
24
+ "@tramvai/state": "2.150.1",
25
+ "@tramvai/tokens-common": "2.150.1",
26
+ "@tramvai/tokens-server": "2.150.1",
27
27
  "@tinkoff/dippy": "0.8.16",
28
28
  "react": ">=16.14.0",
29
29
  "react-dom": ">=16.14.0",