@tramvai/module-common 1.60.1 → 1.60.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -131,6 +131,6 @@ export const providers = [
131
131
 
132
132
  ## Exported tokens
133
133
 
134
- - [tokens-common](references/tokens/common-tokens.md)
134
+ - [tokens-common](references/tokens/common.md)
135
135
  - [cookie](references/modules/cookie.md)
136
136
  - [env](references/modules/env.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-common",
3
- "version": "1.60.1",
3
+ "version": "1.60.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -31,24 +31,24 @@
31
31
  "@tinkoff/errors": "0.2.18",
32
32
  "@tinkoff/pubsub": "0.4.23",
33
33
  "@tinkoff/url": "0.7.37",
34
- "@tramvai/module-cookie": "1.60.1",
35
- "@tramvai/module-environment": "1.60.1",
36
- "@tramvai/module-log": "1.60.1",
37
- "@tramvai/tokens-child-app": "1.60.1",
38
- "@tramvai/tokens-common": "1.60.1",
39
- "@tramvai/tokens-render": "1.60.1",
40
- "@tramvai/experiments": "1.60.1",
34
+ "@tramvai/module-cookie": "1.60.2",
35
+ "@tramvai/module-environment": "1.60.2",
36
+ "@tramvai/module-log": "1.60.2",
37
+ "@tramvai/tokens-child-app": "1.60.2",
38
+ "@tramvai/tokens-common": "1.60.2",
39
+ "@tramvai/tokens-render": "1.60.2",
40
+ "@tramvai/experiments": "1.60.2",
41
41
  "@tinkoff/hook-runner": "0.3.21",
42
42
  "lru-cache": "^6.0.0"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@tinkoff/utils": "^2.1.2",
46
- "@tramvai/cli": "1.60.1",
47
- "@tramvai/core": "1.60.1",
48
- "@tramvai/papi": "1.60.1",
49
- "@tramvai/state": "1.60.1",
50
- "@tramvai/tokens-metrics": "1.60.1",
51
- "@tramvai/tokens-server": "1.60.1",
46
+ "@tramvai/cli": "1.60.2",
47
+ "@tramvai/core": "1.60.2",
48
+ "@tramvai/papi": "1.60.2",
49
+ "@tramvai/state": "1.60.2",
50
+ "@tramvai/tokens-metrics": "1.60.2",
51
+ "@tramvai/tokens-server": "1.60.2",
52
52
  "@tinkoff/dippy": "0.7.38",
53
53
  "react": ">=16.8.0",
54
54
  "tslib": "^2.0.3"