@teambit/status 1.0.329 → 1.0.330
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/status@1.0.
|
|
3
|
+
<testsuite name="teambit.component/status@1.0.330" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -873,7 +873,7 @@
|
|
|
873
873
|
"componentId": {
|
|
874
874
|
"scope": "teambit.component",
|
|
875
875
|
"name": "component-issues",
|
|
876
|
-
"version": "0.0.
|
|
876
|
+
"version": "0.0.150"
|
|
877
877
|
}
|
|
878
878
|
},
|
|
879
879
|
"isOptional": false
|
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
"componentId": {
|
|
2283
2283
|
"scope": "teambit.component",
|
|
2284
2284
|
"name": "status",
|
|
2285
|
-
"version": "1.0.
|
|
2285
|
+
"version": "1.0.330"
|
|
2286
2286
|
},
|
|
2287
2287
|
"taggedModuleExports": []
|
|
2288
2288
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/status",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.330",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/status",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "status",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.330"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"@teambit/component-version": "1.0.3",
|
|
17
17
|
"@teambit/harmony": "0.4.6",
|
|
18
18
|
"@teambit/lane-id": "0.0.311",
|
|
19
|
-
"@teambit/cli": "0.0.
|
|
20
|
-
"@teambit/component-issues": "0.0.
|
|
21
|
-
"@teambit/component": "1.0.
|
|
22
|
-
"@teambit/insights": "1.0.
|
|
23
|
-
"@teambit/issues": "1.0.
|
|
24
|
-
"@teambit/lanes": "1.0.
|
|
25
|
-
"@teambit/remove": "1.0.
|
|
26
|
-
"@teambit/workspace": "1.0.
|
|
19
|
+
"@teambit/cli": "0.0.907",
|
|
20
|
+
"@teambit/component-issues": "0.0.150",
|
|
21
|
+
"@teambit/component": "1.0.330",
|
|
22
|
+
"@teambit/insights": "1.0.330",
|
|
23
|
+
"@teambit/issues": "1.0.330",
|
|
24
|
+
"@teambit/lanes": "1.0.330",
|
|
25
|
+
"@teambit/remove": "1.0.330",
|
|
26
|
+
"@teambit/workspace": "1.0.330"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/lodash": "4.14.165",
|
|
File without changes
|