@teambit/refactoring 1.0.303 → 1.0.304

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.303" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.component/refactoring@1.0.304" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -2477,7 +2477,7 @@
2477
2477
  "componentId": {
2478
2478
  "scope": "teambit.component",
2479
2479
  "name": "refactoring",
2480
- "version": "1.0.303"
2480
+ "version": "1.0.304"
2481
2481
  },
2482
2482
  "taggedModuleExports": []
2483
2483
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/refactoring",
3
- "version": "1.0.303",
3
+ "version": "1.0.304",
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.303"
9
+ "version": "1.0.304"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -15,11 +15,11 @@
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.880",
19
- "@teambit/component": "1.0.303",
20
- "@teambit/envs": "1.0.303",
21
- "@teambit/pkg": "1.0.303",
22
- "@teambit/typescript": "1.0.303"
18
+ "@teambit/cli": "0.0.881",
19
+ "@teambit/component": "1.0.304",
20
+ "@teambit/envs": "1.0.304",
21
+ "@teambit/pkg": "1.0.304",
22
+ "@teambit/typescript": "1.0.304"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/lodash": "4.14.165",