@teambit/watcher 1.0.412 → 1.0.414
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.
|
3
|
+
<testsuite name="teambit.workspace/watcher@1.0.414" tests="0" failures="0" errors="0" skipped="0"/>
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
@@ -960,7 +960,7 @@
|
|
960
960
|
"componentId": {
|
961
961
|
"scope": "teambit.component",
|
962
962
|
"name": "component-id",
|
963
|
-
"version": "1.2.
|
963
|
+
"version": "1.2.2"
|
964
964
|
}
|
965
965
|
},
|
966
966
|
"isOptional": false
|
@@ -2531,7 +2531,7 @@
|
|
2531
2531
|
"componentId": {
|
2532
2532
|
"scope": "teambit.workspace",
|
2533
2533
|
"name": "watcher",
|
2534
|
-
"version": "1.0.
|
2534
|
+
"version": "1.0.414"
|
2535
2535
|
},
|
2536
2536
|
"taggedModuleExports": []
|
2537
2537
|
}
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/watcher",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.414",
|
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.
|
9
|
+
"version": "1.0.414"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "2.4.2",
|
@@ -17,17 +17,17 @@
|
|
17
17
|
"@teambit/chokidar": "3.5.6",
|
18
18
|
"fs-extra": "10.0.0",
|
19
19
|
"@teambit/harmony": "0.4.6",
|
20
|
-
"@teambit/component-id": "1.2.
|
21
|
-
"@teambit/compiler": "1.0.
|
22
|
-
"@teambit/logger": "0.0.
|
23
|
-
"@teambit/workspace": "1.0.
|
24
|
-
"@teambit/cli": "0.0.
|
25
|
-
"@teambit/pubsub": "1.0.
|
26
|
-
"@teambit/global-config": "0.0.
|
27
|
-
"@teambit/ipc-events": "1.0.
|
28
|
-
"@teambit/scope": "1.0.
|
29
|
-
"@teambit/legacy.bit-map": "0.0.
|
30
|
-
"@teambit/legacy.utils": "0.0.
|
20
|
+
"@teambit/component-id": "1.2.2",
|
21
|
+
"@teambit/compiler": "1.0.414",
|
22
|
+
"@teambit/logger": "0.0.1084",
|
23
|
+
"@teambit/workspace": "1.0.414",
|
24
|
+
"@teambit/cli": "0.0.991",
|
25
|
+
"@teambit/pubsub": "1.0.414",
|
26
|
+
"@teambit/global-config": "0.0.994",
|
27
|
+
"@teambit/ipc-events": "1.0.414",
|
28
|
+
"@teambit/scope": "1.0.414",
|
29
|
+
"@teambit/legacy.bit-map": "0.0.36",
|
30
|
+
"@teambit/legacy.utils": "0.0.6"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
33
|
"@types/lodash": "4.14.165",
|
File without changes
|