@teambit/status 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/status@1.0.410" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.component/status@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 StatusMain",
23
24
  "name": "StatusMain",
24
25
  "exportNode": {
25
26
  "__schema": "ClassSchema",
@@ -552,6 +553,7 @@
552
553
  "line": 5,
553
554
  "character": 10
554
555
  },
556
+ "signature": "const StatusAspect: Aspect",
555
557
  "name": "StatusAspect",
556
558
  "exportNode": {
557
559
  "__schema": "VariableLikeSchema",
@@ -2144,7 +2146,7 @@
2144
2146
  "componentId": {
2145
2147
  "scope": "teambit.component",
2146
2148
  "name": "status",
2147
- "version": "1.0.410"
2149
+ "version": "1.0.412"
2148
2150
  },
2149
2151
  "taggedModuleExports": []
2150
2152
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/status",
3
- "version": "1.0.410",
3
+ "version": "1.0.412",
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.410"
9
+ "version": "1.0.412"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -16,21 +16,20 @@
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.987",
19
+ "@teambit/cli": "0.0.989",
20
20
  "@teambit/component-issues": "0.0.150",
21
- "@teambit/component": "1.0.410",
22
- "@teambit/insights": "1.0.410",
23
- "@teambit/issues": "1.0.410",
24
- "@teambit/lanes": "1.0.410",
25
- "@teambit/legacy.component-list": "0.0.30",
26
- "@teambit/remove": "1.0.410",
27
- "@teambit/workspace": "1.0.410"
21
+ "@teambit/component": "1.0.412",
22
+ "@teambit/insights": "1.0.412",
23
+ "@teambit/issues": "1.0.412",
24
+ "@teambit/lanes": "1.0.412",
25
+ "@teambit/legacy.component-list": "0.0.31",
26
+ "@teambit/remove": "1.0.412",
27
+ "@teambit/workspace": "1.0.412"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/lodash": "4.14.165",
31
31
  "@types/mocha": "9.1.0",
32
- "chai": "4.3.0",
33
- "@teambit/harmony.envs.core-aspect-env": "0.0.47"
32
+ "@teambit/harmony.envs.core-aspect-env": "0.0.59"
34
33
  },
35
34
  "peerDependencies": {
36
35
  "@teambit/legacy": "1.0.624"