@teambit/diagnostic 1.0.434 → 1.0.435

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