@teambit/watcher 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.workspace/watcher@1.0.410" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.workspace/watcher@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": "type WatchOptions = {\n msgs?: EventMessages | undefined;\n initiator?: CompilationInitiator | undefined;\n verbose?: boolean | undefined;\n spawnTSServer?: boolean | undefined;\n checkTypes?: CheckTypes | undefined;\n preCompile?: boolean | undefined;\n compile?: boolean | undefined;\n import?: boolean | undefined;\n}",
23
24
  "name": "WatchOptions",
24
25
  "exportNode": {
25
26
  "__schema": "TypeSchema",
@@ -209,6 +210,7 @@
209
210
  "line": 4,
210
211
  "character": 10
211
212
  },
213
+ "signature": "enum CheckTypes",
212
214
  "name": "CheckTypes",
213
215
  "exportNode": {
214
216
  "__schema": "EnumSchema",
@@ -260,6 +262,7 @@
260
262
  "line": 5,
261
263
  "character": 15
262
264
  },
265
+ "signature": "class WatcherMain",
263
266
  "name": "WatcherMain",
264
267
  "exportNode": {
265
268
  "__schema": "ClassSchema",
@@ -858,6 +861,7 @@
858
861
  "line": 7,
859
862
  "character": 10
860
863
  },
864
+ "signature": "const WatcherAspect: Aspect",
861
865
  "name": "WatcherAspect",
862
866
  "exportNode": {
863
867
  "__schema": "VariableLikeSchema",
@@ -2527,7 +2531,7 @@
2527
2531
  "componentId": {
2528
2532
  "scope": "teambit.workspace",
2529
2533
  "name": "watcher",
2530
- "version": "1.0.410"
2534
+ "version": "1.0.412"
2531
2535
  },
2532
2536
  "taggedModuleExports": []
2533
2537
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/watcher",
3
- "version": "1.0.410",
3
+ "version": "1.0.412",
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.410"
9
+ "version": "1.0.412"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -18,23 +18,22 @@
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.410",
22
- "@teambit/logger": "0.0.1080",
23
- "@teambit/workspace": "1.0.410",
24
- "@teambit/cli": "0.0.987",
25
- "@teambit/pubsub": "1.0.410",
26
- "@teambit/global-config": "0.0.990",
27
- "@teambit/ipc-events": "1.0.410",
28
- "@teambit/scope": "1.0.410",
29
- "@teambit/legacy.bit-map": "0.0.33",
21
+ "@teambit/compiler": "1.0.412",
22
+ "@teambit/logger": "0.0.1082",
23
+ "@teambit/workspace": "1.0.412",
24
+ "@teambit/cli": "0.0.989",
25
+ "@teambit/pubsub": "1.0.412",
26
+ "@teambit/global-config": "0.0.992",
27
+ "@teambit/ipc-events": "1.0.412",
28
+ "@teambit/scope": "1.0.412",
29
+ "@teambit/legacy.bit-map": "0.0.34",
30
30
  "@teambit/legacy.utils": "0.0.5"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/lodash": "4.14.165",
34
34
  "@types/fs-extra": "9.0.7",
35
35
  "@types/mocha": "9.1.0",
36
- "chai": "4.3.0",
37
- "@teambit/harmony.envs.core-aspect-env": "0.0.47"
36
+ "@teambit/harmony.envs.core-aspect-env": "0.0.59"
38
37
  },
39
38
  "peerDependencies": {
40
39
  "@teambit/legacy": "1.0.624"