@teambit/community 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.community/community@1.0.
|
|
3
|
+
<testsuite name="teambit.community/community@1.0.412" 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 CommunityMain",
|
|
23
24
|
"name": "CommunityMain",
|
|
24
25
|
"exportNode": {
|
|
25
26
|
"__schema": "ClassSchema",
|
|
@@ -297,6 +298,7 @@
|
|
|
297
298
|
"line": 5,
|
|
298
299
|
"character": 10
|
|
299
300
|
},
|
|
301
|
+
"signature": "const CommunityAspect: Aspect",
|
|
300
302
|
"name": "CommunityAspect",
|
|
301
303
|
"exportNode": {
|
|
302
304
|
"__schema": "VariableLikeSchema",
|
|
@@ -703,7 +705,7 @@
|
|
|
703
705
|
"componentId": {
|
|
704
706
|
"scope": "teambit.community",
|
|
705
707
|
"name": "community",
|
|
706
|
-
"version": "1.0.
|
|
708
|
+
"version": "1.0.412"
|
|
707
709
|
},
|
|
708
710
|
"taggedModuleExports": []
|
|
709
711
|
}
|
package/package.json
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/community",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.412",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/community/community",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.community",
|
|
8
8
|
"name": "community",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.412"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@teambit/harmony": "0.4.6",
|
|
13
|
-
"@teambit/cli": "0.0.
|
|
14
|
-
"@teambit/generator": "1.0.
|
|
13
|
+
"@teambit/cli": "0.0.989",
|
|
14
|
+
"@teambit/generator": "1.0.413"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/mocha": "9.1.0",
|
|
18
|
-
"
|
|
19
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.47"
|
|
18
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.59"
|
|
20
19
|
},
|
|
21
20
|
"peerDependencies": {
|
|
22
21
|
"@teambit/legacy": "1.0.624"
|
|
File without changes
|