@teambit/diagnostic 1.0.452 → 1.0.453

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.harmony/diagnostic@1.0.452" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.harmony/diagnostic@1.0.453" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -57,7 +57,8 @@
57
57
  "line": 17,
58
58
  "character": 29
59
59
  },
60
- "name": "DiagnosticSlot"
60
+ "name": "DiagnosticSlot",
61
+ "internalFilePath": "diagnostic.main.runtime.ts"
61
62
  },
62
63
  "isOptional": false,
63
64
  "isSpread": false
@@ -169,7 +170,8 @@
169
170
  "line": 23,
170
171
  "character": 27
171
172
  },
172
- "name": "Diagnostic"
173
+ "name": "Diagnostic",
174
+ "internalFilePath": "diagnostic.ts"
173
175
  }
174
176
  },
175
177
  "isOptional": false,
@@ -264,7 +266,11 @@
264
266
  "line": 46,
265
267
  "character": 26
266
268
  },
267
- "name": "ExpressMain"
269
+ "name": "ExpressMain",
270
+ "componentId": {
271
+ "scope": "teambit.harmony",
272
+ "name": "express"
273
+ }
268
274
  },
269
275
  {
270
276
  "__schema": "TypeRefSchema",
@@ -273,7 +279,11 @@
273
279
  "line": 46,
274
280
  "character": 39
275
281
  },
276
- "name": "GraphqlMain"
282
+ "name": "GraphqlMain",
283
+ "componentId": {
284
+ "scope": "teambit.harmony",
285
+ "name": "graphql"
286
+ }
277
287
  }
278
288
  ]
279
289
  },
@@ -323,7 +333,8 @@
323
333
  "line": 48,
324
334
  "character": 24
325
335
  },
326
- "name": "DiagnosticSlot"
336
+ "name": "DiagnosticSlot",
337
+ "internalFilePath": "diagnostic.main.runtime.ts"
327
338
  }
328
339
  ]
329
340
  },
@@ -425,6 +436,11 @@
425
436
  "character": 30
426
437
  },
427
438
  "name": "SlotRegistry",
439
+ "componentId": {
440
+ "scope": "teambit.harmony",
441
+ "name": "harmony",
442
+ "version": "0.4.6"
443
+ },
428
444
  "typeArgs": [
429
445
  {
430
446
  "__schema": "TypeArraySchema",
@@ -440,7 +456,8 @@
440
456
  "line": 12,
441
457
  "character": 43
442
458
  },
443
- "name": "Diagnostic"
459
+ "name": "Diagnostic",
460
+ "internalFilePath": "diagnostic.ts"
444
461
  }
445
462
  }
446
463
  ]
@@ -481,7 +498,8 @@
481
498
  "line": 17,
482
499
  "character": 29
483
500
  },
484
- "name": "DiagnosticSlot"
501
+ "name": "DiagnosticSlot",
502
+ "internalFilePath": "diagnostic.main.runtime.ts"
485
503
  },
486
504
  "isOptional": false,
487
505
  "isSpread": false
@@ -593,7 +611,8 @@
593
611
  "line": 23,
594
612
  "character": 27
595
613
  },
596
- "name": "Diagnostic"
614
+ "name": "Diagnostic",
615
+ "internalFilePath": "diagnostic.ts"
597
616
  }
598
617
  },
599
618
  "isOptional": false,
@@ -688,7 +707,11 @@
688
707
  "line": 46,
689
708
  "character": 26
690
709
  },
691
- "name": "ExpressMain"
710
+ "name": "ExpressMain",
711
+ "componentId": {
712
+ "scope": "teambit.harmony",
713
+ "name": "express"
714
+ }
692
715
  },
693
716
  {
694
717
  "__schema": "TypeRefSchema",
@@ -697,7 +720,11 @@
697
720
  "line": 46,
698
721
  "character": 39
699
722
  },
700
- "name": "GraphqlMain"
723
+ "name": "GraphqlMain",
724
+ "componentId": {
725
+ "scope": "teambit.harmony",
726
+ "name": "graphql"
727
+ }
701
728
  }
702
729
  ]
703
730
  },
@@ -747,7 +774,8 @@
747
774
  "line": 48,
748
775
  "character": 24
749
776
  },
750
- "name": "DiagnosticSlot"
777
+ "name": "DiagnosticSlot",
778
+ "internalFilePath": "diagnostic.main.runtime.ts"
751
779
  }
752
780
  ]
753
781
  },
@@ -828,7 +856,7 @@
828
856
  "componentId": {
829
857
  "scope": "teambit.harmony",
830
858
  "name": "diagnostic",
831
- "version": "1.0.452"
859
+ "version": "1.0.453"
832
860
  },
833
861
  "taggedModuleExports": []
834
862
  }
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@teambit/diagnostic",
3
- "version": "1.0.452",
3
+ "version": "1.0.453",
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.452"
9
+ "version": "1.0.453"
10
10
  },
11
11
  "dependencies": {
12
12
  "graphql-tag": "2.12.1",
13
13
  "@teambit/harmony": "0.4.6",
14
- "@teambit/graphql": "1.0.452",
14
+ "@teambit/graphql": "1.0.453",
15
15
  "@teambit/bit.get-bit-version": "0.0.1",
16
- "@teambit/cli": "0.0.1029",
17
- "@teambit/express": "0.0.1128"
16
+ "@teambit/cli": "0.0.1030",
17
+ "@teambit/express": "0.0.1129"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/mocha": "9.1.0",