@teambit/community 1.0.40 → 1.0.42

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.
@@ -11,9 +11,8 @@ function _harmony() {
11
11
  };
12
12
  return data;
13
13
  }
14
- const CommunityAspect = _harmony().Aspect.create({
14
+ const CommunityAspect = exports.CommunityAspect = _harmony().Aspect.create({
15
15
  id: 'teambit.community/community'
16
16
  });
17
- exports.CommunityAspect = CommunityAspect;
18
17
 
19
18
  //# sourceMappingURL=community.aspect.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_harmony","data","require","CommunityAspect","Aspect","create","id","exports"],"sources":["community.aspect.ts"],"sourcesContent":["import { Aspect } from '@teambit/harmony';\n\nexport const CommunityAspect = Aspect.create({\n id: 'teambit.community/community',\n});\n"],"mappings":";;;;;;AAAA,SAAAA,SAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,QAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEO,MAAME,eAAe,GAAGC,iBAAM,CAACC,MAAM,CAAC;EAC3CC,EAAE,EAAE;AACN,CAAC,CAAC;AAACC,OAAA,CAAAJ,eAAA,GAAAA,eAAA"}
1
+ {"version":3,"names":["_harmony","data","require","CommunityAspect","exports","Aspect","create","id"],"sources":["community.aspect.ts"],"sourcesContent":["import { Aspect } from '@teambit/harmony';\n\nexport const CommunityAspect = Aspect.create({\n id: 'teambit.community/community',\n});\n"],"mappings":";;;;;;AAAA,SAAAA,SAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,QAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAEO,MAAME,eAAe,GAAAC,OAAA,CAAAD,eAAA,GAAGE,iBAAM,CAACC,MAAM,CAAC;EAC3CC,EAAE,EAAE;AACN,CAAC,CAAC"}
package/dist/index.js CHANGED
@@ -17,7 +17,6 @@ function _community() {
17
17
  };
18
18
  return data;
19
19
  }
20
- var _default = _community().CommunityAspect;
21
- exports.default = _default;
20
+ var _default = exports.default = _community().CommunityAspect;
22
21
 
23
22
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["_community","data","require","_default","CommunityAspect","exports","default"],"sources":["index.ts"],"sourcesContent":["import { CommunityAspect } from './community.aspect';\n\nexport type { CommunityMain } from './community.main.runtime';\nexport default CommunityAspect;\nexport { CommunityAspect };\n"],"mappings":";;;;;;;;;;;;AAAA,SAAAA,WAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,UAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAqD,IAAAE,QAAA,GAGtCC,4BAAe;AAAAC,OAAA,CAAAC,OAAA,GAAAH,QAAA"}
1
+ {"version":3,"names":["_community","data","require","_default","exports","default","CommunityAspect"],"sources":["index.ts"],"sourcesContent":["import { CommunityAspect } from './community.aspect';\n\nexport type { CommunityMain } from './community.main.runtime';\nexport default CommunityAspect;\nexport { CommunityAspect };\n"],"mappings":";;;;;;;;;;;;AAAA,SAAAA,WAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,UAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAqD,IAAAE,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAGtCC,4BAAe"}
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@teambit/community",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
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.40"
9
+ "version": "1.0.42"
10
10
  },
11
11
  "dependencies": {
12
12
  "core-js": "^3.0.0",
13
- "@babel/runtime": "7.20.0",
13
+ "@babel/runtime": "7.23.2",
14
14
  "@teambit/harmony": "0.4.6",
15
- "@teambit/cli": "0.0.806",
16
- "@teambit/generator": "1.0.41"
15
+ "@teambit/cli": "0.0.807",
16
+ "@teambit/generator": "1.0.43"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/mocha": "9.1.0",
@@ -24,7 +24,7 @@
24
24
  "@types/testing-library__jest-dom": "5.9.5"
25
25
  },
26
26
  "peerDependencies": {
27
- "@teambit/legacy": "1.0.587",
27
+ "@teambit/legacy": "1.0.590",
28
28
  "react": "^16.8.0 || ^17.0.0",
29
29
  "react-dom": "^16.8.0 || ^17.0.0"
30
30
  },