@teambit/component-writer 1.0.508 → 1.0.510
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.
|
|
3
|
+
<testsuite name="teambit.component/component-writer@1.0.510" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"componentId": {
|
|
195
195
|
"scope": "teambit.legacy",
|
|
196
196
|
"name": "consumer",
|
|
197
|
-
"version": "0.0.
|
|
197
|
+
"version": "0.0.17"
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
200
|
},
|
|
@@ -1475,7 +1475,7 @@
|
|
|
1475
1475
|
"componentId": {
|
|
1476
1476
|
"scope": "teambit.legacy",
|
|
1477
1477
|
"name": "consumer",
|
|
1478
|
-
"version": "0.0.
|
|
1478
|
+
"version": "0.0.17"
|
|
1479
1479
|
}
|
|
1480
1480
|
}
|
|
1481
1481
|
},
|
|
@@ -1838,7 +1838,7 @@
|
|
|
1838
1838
|
"componentId": {
|
|
1839
1839
|
"scope": "teambit.component",
|
|
1840
1840
|
"name": "component-writer",
|
|
1841
|
-
"version": "1.0.
|
|
1841
|
+
"version": "1.0.510"
|
|
1842
1842
|
},
|
|
1843
1843
|
"taggedModuleExports": []
|
|
1844
1844
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/component-writer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.510",
|
|
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.
|
|
9
|
+
"version": "1.0.510"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -16,22 +16,22 @@
|
|
|
16
16
|
"@teambit/bit-error": "0.0.404",
|
|
17
17
|
"@teambit/component-id": "1.2.2",
|
|
18
18
|
"@teambit/component-version": "1.0.3",
|
|
19
|
-
"@teambit/cli": "0.0.
|
|
20
|
-
"@teambit/compiler": "1.0.
|
|
21
|
-
"@teambit/component.sources": "0.0.
|
|
22
|
-
"@teambit/config-merger": "0.0.
|
|
23
|
-
"@teambit/install": "1.0.
|
|
24
|
-
"@teambit/legacy.bit-map": "0.0.
|
|
19
|
+
"@teambit/cli": "0.0.1087",
|
|
20
|
+
"@teambit/compiler": "1.0.510",
|
|
21
|
+
"@teambit/component.sources": "0.0.69",
|
|
22
|
+
"@teambit/config-merger": "0.0.377",
|
|
23
|
+
"@teambit/install": "1.0.510",
|
|
24
|
+
"@teambit/legacy.bit-map": "0.0.74",
|
|
25
25
|
"@teambit/legacy.constants": "0.0.4",
|
|
26
|
-
"@teambit/legacy.consumer-component": "0.0.
|
|
27
|
-
"@teambit/legacy.consumer": "0.0.
|
|
26
|
+
"@teambit/legacy.consumer-component": "0.0.18",
|
|
27
|
+
"@teambit/legacy.consumer": "0.0.17",
|
|
28
28
|
"@teambit/legacy.utils": "0.0.12",
|
|
29
|
-
"@teambit/logger": "0.0.
|
|
30
|
-
"@teambit/merging": "1.0.
|
|
31
|
-
"@teambit/mover": "1.0.
|
|
32
|
-
"@teambit/workspace": "1.0.
|
|
33
|
-
"@teambit/legacy.scope": "0.0.
|
|
34
|
-
"@teambit/scope.objects": "0.0.
|
|
29
|
+
"@teambit/logger": "0.0.1180",
|
|
30
|
+
"@teambit/merging": "1.0.510",
|
|
31
|
+
"@teambit/mover": "1.0.510",
|
|
32
|
+
"@teambit/workspace": "1.0.510",
|
|
33
|
+
"@teambit/legacy.scope": "0.0.17",
|
|
34
|
+
"@teambit/scope.objects": "0.0.17"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|