@teambit/diagnostic 1.0.258 → 1.0.260

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.258" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.harmony/diagnostic@1.0.260" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -56,7 +56,8 @@
56
56
  "line": 17,
57
57
  "character": 29
58
58
  },
59
- "name": "DiagnosticSlot"
59
+ "name": "DiagnosticSlot",
60
+ "internalFilePath": "diagnostic.main.runtime.ts"
60
61
  },
61
62
  "isOptional": false,
62
63
  "isSpread": false
@@ -168,7 +169,8 @@
168
169
  "line": 23,
169
170
  "character": 27
170
171
  },
171
- "name": "Diagnostic"
172
+ "name": "Diagnostic",
173
+ "internalFilePath": "diagnostic.ts"
172
174
  }
173
175
  },
174
176
  "isOptional": false,
@@ -263,7 +265,11 @@
263
265
  "line": 46,
264
266
  "character": 26
265
267
  },
266
- "name": "ExpressMain"
268
+ "name": "ExpressMain",
269
+ "componentId": {
270
+ "scope": "teambit.harmony",
271
+ "name": "express"
272
+ }
267
273
  },
268
274
  {
269
275
  "__schema": "TypeRefSchema",
@@ -272,7 +278,11 @@
272
278
  "line": 46,
273
279
  "character": 39
274
280
  },
275
- "name": "GraphqlMain"
281
+ "name": "GraphqlMain",
282
+ "componentId": {
283
+ "scope": "teambit.harmony",
284
+ "name": "graphql"
285
+ }
276
286
  }
277
287
  ]
278
288
  },
@@ -322,7 +332,8 @@
322
332
  "line": 48,
323
333
  "character": 24
324
334
  },
325
- "name": "DiagnosticSlot"
335
+ "name": "DiagnosticSlot",
336
+ "internalFilePath": "diagnostic.main.runtime.ts"
326
337
  }
327
338
  ]
328
339
  },
@@ -423,6 +434,11 @@
423
434
  "character": 30
424
435
  },
425
436
  "name": "SlotRegistry",
437
+ "componentId": {
438
+ "scope": "teambit.harmony",
439
+ "name": "harmony",
440
+ "version": "0.4.6"
441
+ },
426
442
  "typeArgs": [
427
443
  {
428
444
  "__schema": "TypeArraySchema",
@@ -438,7 +454,8 @@
438
454
  "line": 12,
439
455
  "character": 43
440
456
  },
441
- "name": "Diagnostic"
457
+ "name": "Diagnostic",
458
+ "internalFilePath": "diagnostic.ts"
442
459
  }
443
460
  }
444
461
  ]
@@ -479,7 +496,8 @@
479
496
  "line": 17,
480
497
  "character": 29
481
498
  },
482
- "name": "DiagnosticSlot"
499
+ "name": "DiagnosticSlot",
500
+ "internalFilePath": "diagnostic.main.runtime.ts"
483
501
  },
484
502
  "isOptional": false,
485
503
  "isSpread": false
@@ -591,7 +609,8 @@
591
609
  "line": 23,
592
610
  "character": 27
593
611
  },
594
- "name": "Diagnostic"
612
+ "name": "Diagnostic",
613
+ "internalFilePath": "diagnostic.ts"
595
614
  }
596
615
  },
597
616
  "isOptional": false,
@@ -686,7 +705,11 @@
686
705
  "line": 46,
687
706
  "character": 26
688
707
  },
689
- "name": "ExpressMain"
708
+ "name": "ExpressMain",
709
+ "componentId": {
710
+ "scope": "teambit.harmony",
711
+ "name": "express"
712
+ }
690
713
  },
691
714
  {
692
715
  "__schema": "TypeRefSchema",
@@ -695,7 +718,11 @@
695
718
  "line": 46,
696
719
  "character": 39
697
720
  },
698
- "name": "GraphqlMain"
721
+ "name": "GraphqlMain",
722
+ "componentId": {
723
+ "scope": "teambit.harmony",
724
+ "name": "graphql"
725
+ }
699
726
  }
700
727
  ]
701
728
  },
@@ -745,7 +772,8 @@
745
772
  "line": 48,
746
773
  "character": 24
747
774
  },
748
- "name": "DiagnosticSlot"
775
+ "name": "DiagnosticSlot",
776
+ "internalFilePath": "diagnostic.main.runtime.ts"
749
777
  }
750
778
  ]
751
779
  },
@@ -826,7 +854,7 @@
826
854
  "componentId": {
827
855
  "scope": "teambit.harmony",
828
856
  "name": "diagnostic",
829
- "version": "1.0.258"
857
+ "version": "1.0.260"
830
858
  },
831
859
  "taggedModuleExports": []
832
860
  }
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@teambit/diagnostic",
3
- "version": "1.0.258",
3
+ "version": "1.0.260",
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.258"
9
+ "version": "1.0.260"
10
10
  },
11
11
  "dependencies": {
12
12
  "graphql-tag": "2.12.1",
13
13
  "@teambit/harmony": "0.4.6",
14
- "@teambit/graphql": "1.0.258",
15
- "@teambit/cli": "0.0.862",
16
- "@teambit/express": "0.0.961"
14
+ "@teambit/graphql": "1.0.260",
15
+ "@teambit/cli": "0.0.863",
16
+ "@teambit/express": "0.0.962"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/mocha": "9.1.0",