@teambit/refactoring 1.0.201 → 1.0.203

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.
@@ -1,4 +1,4 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <testsuites tests="0" failures="0" errors="0" skipped="0">
3
- <testsuite name="teambit.component/refactoring@1.0.201" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.component/refactoring@1.0.203" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -2524,7 +2524,7 @@
2524
2524
  "componentId": {
2525
2525
  "scope": "teambit.component",
2526
2526
  "name": "refactoring",
2527
- "version": "1.0.201"
2527
+ "version": "1.0.203"
2528
2528
  },
2529
2529
  "taggedModuleExports": []
2530
2530
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/refactoring",
3
- "version": "1.0.201",
3
+ "version": "1.0.203",
4
4
  "homepage": "https://bit.cloud/teambit/component/refactoring",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "refactoring",
9
- "version": "1.0.201"
9
+ "version": "1.0.203"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -15,13 +15,13 @@
15
15
  "lodash": "4.17.21",
16
16
  "@teambit/harmony": "0.4.6",
17
17
  "@teambit/bit-error": "0.0.404",
18
- "@teambit/cli": "0.0.857",
19
- "@teambit/component": "1.0.201",
20
- "@teambit/envs": "1.0.201",
21
- "@teambit/formatter": "1.0.201",
22
- "@teambit/pkg": "1.0.201",
23
- "@teambit/prettier": "1.0.201",
24
- "@teambit/typescript": "1.0.201"
18
+ "@teambit/cli": "0.0.858",
19
+ "@teambit/component": "1.0.203",
20
+ "@teambit/envs": "1.0.203",
21
+ "@teambit/formatter": "1.0.203",
22
+ "@teambit/pkg": "1.0.203",
23
+ "@teambit/prettier": "1.0.203",
24
+ "@teambit/typescript": "1.0.203"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/lodash": "4.14.165",