@tramvai/test-unit 1.58.1 → 1.61.0

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 +15 -15
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Helpers library for writing tramvai specific unit-tests
4
4
 
5
- It might be even more useful when used with [`@tramvai/test-mocks`](./test-mocks.md)
5
+ It might be even more useful when used with [`@tramvai/test-mocks`](./mocks.md)
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-unit",
3
- "version": "1.58.1",
3
+ "version": "1.61.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -18,20 +18,20 @@
18
18
  "build-for-publish": "true"
19
19
  },
20
20
  "dependencies": {
21
- "@tramvai/cli": "1.58.1",
22
- "@tramvai/core": "1.58.1",
23
- "@tramvai/module-common": "1.58.1",
24
- "@tramvai/module-log": "1.58.1",
25
- "@tramvai/module-metrics": "1.58.1",
26
- "@tramvai/module-mocker": "1.58.1",
27
- "@tramvai/module-render": "1.58.1",
28
- "@tramvai/module-router": "1.58.1",
29
- "@tramvai/module-server": "1.58.1",
30
- "@tramvai/state": "1.58.1",
31
- "@tramvai/test-helpers": "1.58.1",
32
- "@tramvai/test-mocks": "1.58.1",
33
- "@tramvai/tokens-common": "1.58.1",
34
- "@tramvai/tokens-server": "1.58.1",
21
+ "@tramvai/cli": "1.61.0",
22
+ "@tramvai/core": "1.61.0",
23
+ "@tramvai/module-common": "1.61.0",
24
+ "@tramvai/module-log": "1.61.0",
25
+ "@tramvai/module-metrics": "1.61.0",
26
+ "@tramvai/module-mocker": "1.61.0",
27
+ "@tramvai/module-render": "1.61.0",
28
+ "@tramvai/module-router": "1.61.0",
29
+ "@tramvai/module-server": "1.61.0",
30
+ "@tramvai/state": "1.61.0",
31
+ "@tramvai/test-helpers": "1.61.0",
32
+ "@tramvai/test-mocks": "1.61.0",
33
+ "@tramvai/tokens-common": "1.61.0",
34
+ "@tramvai/tokens-server": "1.61.0",
35
35
  "utility-types": "^3.10.0"
36
36
  },
37
37
  "peerDependencies": {