@teambit/version-history 0.0.201 → 0.0.203

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.scope/version-history@0.0.201" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.scope/version-history@0.0.203" 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 VersionHistoryMain",
23
24
  "name": "VersionHistoryMain",
24
25
  "exportNode": {
25
26
  "__schema": "ClassSchema",
@@ -786,6 +787,7 @@
786
787
  "line": 5,
787
788
  "character": 10
788
789
  },
790
+ "signature": "const VersionHistoryAspect: Aspect",
789
791
  "name": "VersionHistoryAspect",
790
792
  "exportNode": {
791
793
  "__schema": "VariableLikeSchema",
@@ -1846,7 +1848,7 @@
1846
1848
  "componentId": {
1847
1849
  "scope": "teambit.scope",
1848
1850
  "name": "version-history",
1849
- "version": "0.0.201"
1851
+ "version": "0.0.203"
1850
1852
  },
1851
1853
  "taggedModuleExports": []
1852
1854
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/version-history",
3
- "version": "0.0.201",
3
+ "version": "0.0.203",
4
4
  "homepage": "https://bit.cloud/teambit/scope/version-history",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.scope",
8
8
  "name": "version-history",
9
- "version": "0.0.201"
9
+ "version": "0.0.203"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -14,10 +14,10 @@
14
14
  "@teambit/harmony": "0.4.6",
15
15
  "@teambit/bit-error": "0.0.404",
16
16
  "@teambit/component-id": "1.2.0",
17
- "@teambit/cli": "0.0.986",
18
- "@teambit/legacy.scope-api": "0.0.32",
19
- "@teambit/logger": "0.0.1079",
20
- "@teambit/scope": "1.0.409"
17
+ "@teambit/cli": "0.0.988",
18
+ "@teambit/legacy.scope-api": "0.0.33",
19
+ "@teambit/logger": "0.0.1081",
20
+ "@teambit/scope": "1.0.411"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/lodash": "4.14.165",
@@ -26,7 +26,7 @@
26
26
  "@teambit/harmony.envs.core-aspect-env": "0.0.47"
27
27
  },
28
28
  "peerDependencies": {
29
- "@teambit/legacy": "1.0.747"
29
+ "@teambit/legacy": "1.0.748"
30
30
  },
31
31
  "license": "Apache-2.0",
32
32
  "optionalDependencies": {},