@teambit/ipc-events 1.0.409 → 1.0.411
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.harmony/ipc-events@1.0.
|
|
3
|
+
<testsuite name="teambit.harmony/ipc-events@1.0.411" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"line": 3,
|
|
21
21
|
"character": 15
|
|
22
22
|
},
|
|
23
|
+
"signature": "class IpcEventsMain",
|
|
23
24
|
"name": "IpcEventsMain",
|
|
24
25
|
"exportNode": {
|
|
25
26
|
"__schema": "ClassSchema",
|
|
@@ -534,6 +535,7 @@
|
|
|
534
535
|
"line": 5,
|
|
535
536
|
"character": 10
|
|
536
537
|
},
|
|
538
|
+
"signature": "const IpcEventsAspect: Aspect",
|
|
537
539
|
"name": "IpcEventsAspect",
|
|
538
540
|
"exportNode": {
|
|
539
541
|
"__schema": "VariableLikeSchema",
|
|
@@ -1297,7 +1299,7 @@
|
|
|
1297
1299
|
"componentId": {
|
|
1298
1300
|
"scope": "teambit.harmony",
|
|
1299
1301
|
"name": "ipc-events",
|
|
1300
|
-
"version": "1.0.
|
|
1302
|
+
"version": "1.0.411"
|
|
1301
1303
|
},
|
|
1302
1304
|
"taggedModuleExports": []
|
|
1303
1305
|
}
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/ipc-events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.411",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/ipc-events",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "ipc-events",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.411"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
13
13
|
"p-map-series": "2.1.0",
|
|
14
14
|
"@teambit/harmony": "0.4.6",
|
|
15
|
-
"@teambit/cli": "0.0.
|
|
16
|
-
"@teambit/logger": "0.0.
|
|
17
|
-
"@teambit/scope": "1.0.
|
|
15
|
+
"@teambit/cli": "0.0.988",
|
|
16
|
+
"@teambit/logger": "0.0.1081",
|
|
17
|
+
"@teambit/scope": "1.0.411"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|