@teambit/diagnostic 1.0.41 → 1.0.43

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 DiagnosticAspect = _harmony().Aspect.create({
14
+ const DiagnosticAspect = exports.DiagnosticAspect = _harmony().Aspect.create({
15
15
  id: 'teambit.harmony/diagnostic'
16
16
  });
17
- exports.DiagnosticAspect = DiagnosticAspect;
18
17
 
19
18
  //# sourceMappingURL=diagnostic.aspect.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_harmony","data","require","DiagnosticAspect","Aspect","create","id","exports"],"sources":["diagnostic.aspect.ts"],"sourcesContent":["import { Aspect } from '@teambit/harmony';\n\nexport const DiagnosticAspect = Aspect.create({\n id: 'teambit.harmony/diagnostic',\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,gBAAgB,GAAGC,iBAAM,CAACC,MAAM,CAAC;EAC5CC,EAAE,EAAE;AACN,CAAC,CAAC;AAACC,OAAA,CAAAJ,gBAAA,GAAAA,gBAAA"}
1
+ {"version":3,"names":["_harmony","data","require","DiagnosticAspect","exports","Aspect","create","id"],"sources":["diagnostic.aspect.ts"],"sourcesContent":["import { Aspect } from '@teambit/harmony';\n\nexport const DiagnosticAspect = Aspect.create({\n id: 'teambit.harmony/diagnostic',\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,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,GAAGE,iBAAM,CAACC,MAAM,CAAC;EAC5CC,EAAE,EAAE;AACN,CAAC,CAAC"}
package/dist/index.js CHANGED
@@ -17,7 +17,6 @@ function _diagnostic() {
17
17
  };
18
18
  return data;
19
19
  }
20
- var _default = _diagnostic().DiagnosticAspect;
21
- exports.default = _default;
20
+ var _default = exports.default = _diagnostic().DiagnosticAspect;
22
21
 
23
22
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["_diagnostic","data","require","_default","DiagnosticAspect","exports","default"],"sources":["index.ts"],"sourcesContent":["import { DiagnosticAspect } from './diagnostic.aspect';\n\nexport type { DiagnosticMain } from './diagnostic.main.runtime';\nexport default DiagnosticAspect;\nexport { DiagnosticAspect };\n"],"mappings":";;;;;;;;;;;;AAAA,SAAAA,YAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,WAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAuD,IAAAE,QAAA,GAGxCC,8BAAgB;AAAAC,OAAA,CAAAC,OAAA,GAAAH,QAAA"}
1
+ {"version":3,"names":["_diagnostic","data","require","_default","exports","default","DiagnosticAspect"],"sources":["index.ts"],"sourcesContent":["import { DiagnosticAspect } from './diagnostic.aspect';\n\nexport type { DiagnosticMain } from './diagnostic.main.runtime';\nexport default DiagnosticAspect;\nexport { DiagnosticAspect };\n"],"mappings":";;;;;;;;;;;;AAAA,SAAAA,YAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,WAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAuD,IAAAE,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAGxCC,8BAAgB"}
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@teambit/diagnostic",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "homepage": "https://bit.cloud/teambit/harmony/diagnostic",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "diagnostic",
9
- "version": "1.0.41"
9
+ "version": "1.0.43"
10
10
  },
11
11
  "dependencies": {
12
12
  "graphql-tag": "2.12.1",
13
13
  "core-js": "^3.0.0",
14
- "@babel/runtime": "7.20.0",
14
+ "@babel/runtime": "7.23.2",
15
15
  "@teambit/harmony": "0.4.6",
16
- "@teambit/graphql": "1.0.41",
17
- "@teambit/cli": "0.0.806",
18
- "@teambit/express": "0.0.905"
16
+ "@teambit/graphql": "1.0.43",
17
+ "@teambit/cli": "0.0.808",
18
+ "@teambit/express": "0.0.907"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/mocha": "9.1.0",
@@ -26,7 +26,7 @@
26
26
  "@types/testing-library__jest-dom": "5.9.5"
27
27
  },
28
28
  "peerDependencies": {
29
- "@teambit/legacy": "1.0.587",
29
+ "@teambit/legacy": "1.0.590",
30
30
  "react": "^16.8.0 || ^17.0.0",
31
31
  "react-dom": "^16.8.0 || ^17.0.0"
32
32
  },