@teambit/watcher 1.0.242 → 1.0.243

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.workspace/watcher@1.0.242" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.workspace/watcher@1.0.243" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -2655,7 +2655,7 @@
2655
2655
  "componentId": {
2656
2656
  "scope": "teambit.workspace",
2657
2657
  "name": "watcher",
2658
- "version": "1.0.242"
2658
+ "version": "1.0.243"
2659
2659
  },
2660
2660
  "taggedModuleExports": []
2661
2661
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/watcher",
3
- "version": "1.0.242",
3
+ "version": "1.0.243",
4
4
  "homepage": "https://bit.cloud/teambit/workspace/watcher",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.workspace",
8
8
  "name": "watcher",
9
- "version": "1.0.242"
9
+ "version": "1.0.243"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -18,14 +18,14 @@
18
18
  "fs-extra": "10.0.0",
19
19
  "@teambit/harmony": "0.4.6",
20
20
  "@teambit/component-id": "1.2.0",
21
- "@teambit/compiler": "1.0.242",
21
+ "@teambit/compiler": "1.0.243",
22
22
  "@teambit/logger": "0.0.955",
23
- "@teambit/workspace": "1.0.242",
23
+ "@teambit/workspace": "1.0.243",
24
24
  "@teambit/cli": "0.0.862",
25
- "@teambit/pubsub": "1.0.242",
25
+ "@teambit/pubsub": "1.0.243",
26
26
  "@teambit/global-config": "0.0.865",
27
- "@teambit/ipc-events": "1.0.242",
28
- "@teambit/scope": "1.0.242"
27
+ "@teambit/ipc-events": "1.0.243",
28
+ "@teambit/scope": "1.0.243"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/lodash": "4.14.165",