@teambit/component-writer 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/component-writer@1.0.410" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.component/component-writer@1.0.412" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -20,6 +20,7 @@
20
20
  "line": 4,
21
21
  "character": 3
22
22
  },
23
+ "signature": "class ComponentWriterMain",
23
24
  "name": "ComponentWriterMain",
24
25
  "exportNode": {
25
26
  "__schema": "ClassSchema",
@@ -423,6 +424,7 @@
423
424
  "line": 5,
424
425
  "character": 3
425
426
  },
427
+ "signature": "type ComponentWriterResults = {\n installationError?: Error | undefined;\n compilationError?: Error | undefined;\n workspaceConfigUpdateResult?: WorkspaceConfigUpdateResult | undefined;\n}",
426
428
  "name": "ComponentWriterResults",
427
429
  "exportNode": {
428
430
  "__schema": "TypeSchema",
@@ -512,6 +514,7 @@
512
514
  "line": 6,
513
515
  "character": 3
514
516
  },
517
+ "signature": "interface ManyComponentsWriterParams",
515
518
  "name": "ManyComponentsWriterParams",
516
519
  "exportNode": {
517
520
  "__schema": "InterfaceSchema",
@@ -802,6 +805,7 @@
802
805
  "line": 8,
803
806
  "character": 10
804
807
  },
808
+ "signature": "function incrementPathRecursively(p: string, allPaths: string[]): string",
805
809
  "name": "incrementPathRecursively",
806
810
  "exportNode": {
807
811
  "__schema": "FunctionLikeSchema",
@@ -893,6 +897,7 @@
893
897
  "line": 10,
894
898
  "character": 10
895
899
  },
900
+ "signature": "const ComponentWriterAspect: Aspect",
896
901
  "name": "ComponentWriterAspect",
897
902
  "exportNode": {
898
903
  "__schema": "VariableLikeSchema",
@@ -1825,7 +1830,7 @@
1825
1830
  "componentId": {
1826
1831
  "scope": "teambit.component",
1827
1832
  "name": "component-writer",
1828
- "version": "1.0.410"
1833
+ "version": "1.0.412"
1829
1834
  },
1830
1835
  "taggedModuleExports": []
1831
1836
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component-writer",
3
- "version": "1.0.410",
3
+ "version": "1.0.412",
4
4
  "homepage": "https://bit.cloud/teambit/component/component-writer",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "component-writer",
9
- "version": "1.0.410"
9
+ "version": "1.0.412"
10
10
  },
11
11
  "dependencies": {
12
12
  "fs-extra": "10.0.0",
@@ -16,24 +16,23 @@
16
16
  "@teambit/bit-error": "0.0.404",
17
17
  "@teambit/component-id": "1.2.0",
18
18
  "@teambit/component-version": "1.0.3",
19
- "@teambit/cli": "0.0.987",
20
- "@teambit/compiler": "1.0.410",
21
- "@teambit/component.sources": "0.0.29",
22
- "@teambit/config-merger": "0.0.277",
23
- "@teambit/install": "1.0.410",
24
- "@teambit/legacy.bit-map": "0.0.33",
19
+ "@teambit/cli": "0.0.989",
20
+ "@teambit/compiler": "1.0.412",
21
+ "@teambit/component.sources": "0.0.30",
22
+ "@teambit/config-merger": "0.0.279",
23
+ "@teambit/install": "1.0.412",
24
+ "@teambit/legacy.bit-map": "0.0.34",
25
25
  "@teambit/legacy.utils": "0.0.5",
26
- "@teambit/logger": "0.0.1080",
27
- "@teambit/merging": "1.0.410",
28
- "@teambit/mover": "1.0.410",
29
- "@teambit/workspace": "1.0.410"
26
+ "@teambit/logger": "0.0.1082",
27
+ "@teambit/merging": "1.0.412",
28
+ "@teambit/mover": "1.0.412",
29
+ "@teambit/workspace": "1.0.412"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/fs-extra": "9.0.7",
33
33
  "@types/lodash": "4.14.165",
34
34
  "@types/mocha": "9.1.0",
35
- "chai": "4.3.0",
36
- "@teambit/harmony.envs.core-aspect-env": "0.0.47"
35
+ "@teambit/harmony.envs.core-aspect-env": "0.0.59"
37
36
  },
38
37
  "peerDependencies": {
39
38
  "@teambit/legacy": "1.0.624"