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