@teambit/tracker 1.0.310 → 1.0.311

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/tracker@1.0.310" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.component/tracker@1.0.311" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -116,7 +116,8 @@
116
116
  "character": 3
117
117
  },
118
118
  "raw": "/**\n * add a new component to the .bitmap file.\n * this method only adds the records in memory but doesn't persist to the filesystem.\n * to write the .bitmap file once completed, run \"await this.bitMap.write();\"\n */",
119
- "comment": "add a new component to the .bitmap file.\nthis method only adds the records in memory but doesn't persist to the filesystem.\nto write the .bitmap file once completed, run \"await this.bitMap.write();\""
119
+ "comment": "add a new component to the .bitmap file.\nthis method only adds the records in memory but doesn't persist to the filesystem.\nto write the .bitmap file once completed, run \"await this.bitMap.write();\"",
120
+ "tags": []
120
121
  },
121
122
  "signature": "(method) TrackerMain.track(trackData: TrackData): Promise<TrackResult>",
122
123
  "name": "track",
@@ -905,7 +906,8 @@
905
906
  "character": 3
906
907
  },
907
908
  "raw": "/**\n * add a new component to the .bitmap file.\n * this method only adds the records in memory but doesn't persist to the filesystem.\n * to write the .bitmap file once completed, run \"await this.bitMap.write();\"\n */",
908
- "comment": "add a new component to the .bitmap file.\nthis method only adds the records in memory but doesn't persist to the filesystem.\nto write the .bitmap file once completed, run \"await this.bitMap.write();\""
909
+ "comment": "add a new component to the .bitmap file.\nthis method only adds the records in memory but doesn't persist to the filesystem.\nto write the .bitmap file once completed, run \"await this.bitMap.write();\"",
910
+ "tags": []
909
911
  },
910
912
  "signature": "(method) TrackerMain.track(trackData: TrackData): Promise<TrackResult>",
911
913
  "name": "track",
@@ -1333,7 +1335,7 @@
1333
1335
  "componentId": {
1334
1336
  "scope": "teambit.component",
1335
1337
  "name": "tracker",
1336
- "version": "1.0.310"
1338
+ "version": "1.0.311"
1337
1339
  },
1338
1340
  "taggedModuleExports": []
1339
1341
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/tracker",
3
- "version": "1.0.310",
3
+ "version": "1.0.311",
4
4
  "homepage": "https://bit.cloud/teambit/component/tracker",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "tracker",
9
- "version": "1.0.310"
9
+ "version": "1.0.311"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -19,11 +19,11 @@
19
19
  "@teambit/component-id": "1.2.0",
20
20
  "@teambit/legacy-bit-id": "1.1.1",
21
21
  "@teambit/harmony": "0.4.6",
22
- "@teambit/cli": "0.0.887",
22
+ "@teambit/cli": "0.0.888",
23
23
  "@teambit/workspace.modules.node-modules-linker": "0.0.174",
24
- "@teambit/workspace": "1.0.310",
25
- "@teambit/envs": "1.0.310",
26
- "@teambit/logger": "0.0.980"
24
+ "@teambit/workspace": "1.0.311",
25
+ "@teambit/envs": "1.0.311",
26
+ "@teambit/logger": "0.0.981"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/fs-extra": "9.0.7",