@teambit/refactoring 1.0.410 → 1.0.412

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.410" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.component/refactoring@1.0.412" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -20,6 +20,7 @@
20
20
  "line": 3,
21
21
  "character": 15
22
22
  },
23
+ "signature": "class RefactoringMain",
23
24
  "name": "RefactoringMain",
24
25
  "exportNode": {
25
26
  "__schema": "ClassSchema",
@@ -1028,6 +1029,7 @@
1028
1029
  "line": 3,
1029
1030
  "character": 32
1030
1031
  },
1032
+ "signature": "type MultipleStringsReplacement = {\n oldStr: string;\n newStr: string;\n}[]",
1031
1033
  "name": "MultipleStringsReplacement",
1032
1034
  "exportNode": {
1033
1035
  "__schema": "TypeSchema",
@@ -1118,6 +1120,7 @@
1118
1120
  "line": 5,
1119
1121
  "character": 10
1120
1122
  },
1123
+ "signature": "const RefactoringAspect: Aspect",
1121
1124
  "name": "RefactoringAspect",
1122
1125
  "exportNode": {
1123
1126
  "__schema": "VariableLikeSchema",
@@ -2283,7 +2286,7 @@
2283
2286
  "componentId": {
2284
2287
  "scope": "teambit.component",
2285
2288
  "name": "refactoring",
2286
- "version": "1.0.410"
2289
+ "version": "1.0.412"
2287
2290
  },
2288
2291
  "taggedModuleExports": []
2289
2292
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/refactoring",
3
- "version": "1.0.410",
3
+ "version": "1.0.412",
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.410"
9
+ "version": "1.0.412"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -15,19 +15,18 @@
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.987",
19
- "@teambit/component": "1.0.410",
20
- "@teambit/component.sources": "0.0.29",
21
- "@teambit/envs": "1.0.410",
18
+ "@teambit/cli": "0.0.989",
19
+ "@teambit/component": "1.0.412",
20
+ "@teambit/component.sources": "0.0.30",
21
+ "@teambit/envs": "1.0.412",
22
22
  "@teambit/legacy.utils": "0.0.5",
23
- "@teambit/pkg": "1.0.410",
24
- "@teambit/typescript": "1.0.410"
23
+ "@teambit/pkg": "1.0.412",
24
+ "@teambit/typescript": "1.0.412"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/lodash": "4.14.165",
28
28
  "@types/mocha": "9.1.0",
29
- "chai": "4.3.0",
30
- "@teambit/harmony.envs.core-aspect-env": "0.0.47"
29
+ "@teambit/harmony.envs.core-aspect-env": "0.0.59"
31
30
  },
32
31
  "peerDependencies": {
33
32
  "@teambit/legacy": "1.0.624"