@teambit/community 1.0.330 → 1.0.331
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.331" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -56,8 +56,7 @@
|
|
|
56
56
|
"line": 20,
|
|
57
57
|
"character": 21
|
|
58
58
|
},
|
|
59
|
-
"name": "CommunityWorkspaceConfig"
|
|
60
|
-
"internalFilePath": "community.main.runtime.ts"
|
|
59
|
+
"name": "CommunityWorkspaceConfig"
|
|
61
60
|
},
|
|
62
61
|
"isOptional": false,
|
|
63
62
|
"isSpread": false
|
|
@@ -234,11 +233,7 @@
|
|
|
234
233
|
"line": 39,
|
|
235
234
|
"character": 33
|
|
236
235
|
},
|
|
237
|
-
"name": "GeneratorMain"
|
|
238
|
-
"componentId": {
|
|
239
|
-
"scope": "teambit.generator",
|
|
240
|
-
"name": "generator"
|
|
241
|
-
}
|
|
236
|
+
"name": "GeneratorMain"
|
|
242
237
|
}
|
|
243
238
|
]
|
|
244
239
|
},
|
|
@@ -260,8 +255,7 @@
|
|
|
260
255
|
"line": 39,
|
|
261
256
|
"character": 57
|
|
262
257
|
},
|
|
263
|
-
"name": "CommunityWorkspaceConfig"
|
|
264
|
-
"internalFilePath": "community.main.runtime.ts"
|
|
258
|
+
"name": "CommunityWorkspaceConfig"
|
|
265
259
|
},
|
|
266
260
|
"isOptional": false,
|
|
267
261
|
"isSpread": false
|
|
@@ -431,8 +425,7 @@
|
|
|
431
425
|
"line": 20,
|
|
432
426
|
"character": 21
|
|
433
427
|
},
|
|
434
|
-
"name": "CommunityWorkspaceConfig"
|
|
435
|
-
"internalFilePath": "community.main.runtime.ts"
|
|
428
|
+
"name": "CommunityWorkspaceConfig"
|
|
436
429
|
},
|
|
437
430
|
"isOptional": false,
|
|
438
431
|
"isSpread": false
|
|
@@ -609,11 +602,7 @@
|
|
|
609
602
|
"line": 39,
|
|
610
603
|
"character": 33
|
|
611
604
|
},
|
|
612
|
-
"name": "GeneratorMain"
|
|
613
|
-
"componentId": {
|
|
614
|
-
"scope": "teambit.generator",
|
|
615
|
-
"name": "generator"
|
|
616
|
-
}
|
|
605
|
+
"name": "GeneratorMain"
|
|
617
606
|
}
|
|
618
607
|
]
|
|
619
608
|
},
|
|
@@ -635,8 +624,7 @@
|
|
|
635
624
|
"line": 39,
|
|
636
625
|
"character": 57
|
|
637
626
|
},
|
|
638
|
-
"name": "CommunityWorkspaceConfig"
|
|
639
|
-
"internalFilePath": "community.main.runtime.ts"
|
|
627
|
+
"name": "CommunityWorkspaceConfig"
|
|
640
628
|
},
|
|
641
629
|
"isOptional": false,
|
|
642
630
|
"isSpread": false
|
|
@@ -715,7 +703,7 @@
|
|
|
715
703
|
"componentId": {
|
|
716
704
|
"scope": "teambit.community",
|
|
717
705
|
"name": "community",
|
|
718
|
-
"version": "1.0.
|
|
706
|
+
"version": "1.0.331"
|
|
719
707
|
},
|
|
720
708
|
"taggedModuleExports": []
|
|
721
709
|
}
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/community",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.331",
|
|
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.331"
|
|
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.908",
|
|
14
|
+
"@teambit/generator": "1.0.332"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/mocha": "9.1.0",
|
|
18
18
|
"chai": "4.3.0",
|
|
19
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
19
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.42"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@teambit/legacy": "1.0.624"
|
|
File without changes
|