@airporting/tech-app 0.0.21 → 0.0.22

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.
@@ -5,7 +5,7 @@
5
5
  "name": "tech_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.0.21",
8
+ "buildVersion": "0.0.22",
9
9
  "buildName": "@airporting/tech-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -321,6 +321,7 @@
321
321
  "assets": {
322
322
  "js": {
323
323
  "sync": [
324
+ "234.js",
324
325
  "__federation_expose_dashboard.js"
325
326
  ],
326
327
  "async": []
@@ -331,6 +332,24 @@
331
332
  }
332
333
  },
333
334
  "path": "./dashboard"
335
+ },
336
+ {
337
+ "id": "tech_app:github",
338
+ "name": "github",
339
+ "assets": {
340
+ "js": {
341
+ "sync": [
342
+ "234.js",
343
+ "__federation_expose_github.js"
344
+ ],
345
+ "async": []
346
+ },
347
+ "css": {
348
+ "sync": [],
349
+ "async": []
350
+ }
351
+ },
352
+ "path": "./github"
334
353
  }
335
354
  ]
336
355
  }
@@ -5,7 +5,7 @@
5
5
  "name": "tech_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.0.21",
8
+ "buildVersion": "0.0.22",
9
9
  "buildName": "@airporting/tech-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -92,7 +92,9 @@
92
92
  "sync": []
93
93
  }
94
94
  },
95
- "usedIn": []
95
+ "usedIn": [
96
+ "./github"
97
+ ]
96
98
  },
97
99
  {
98
100
  "singleton": true,
@@ -208,7 +210,9 @@
208
210
  "sync": []
209
211
  }
210
212
  },
211
- "usedIn": []
213
+ "usedIn": [
214
+ "./github"
215
+ ]
212
216
  },
213
217
  {
214
218
  "singleton": true,
@@ -348,6 +352,7 @@
348
352
  }
349
353
  },
350
354
  "usedIn": [
355
+ "./github",
351
356
  "./dashboard"
352
357
  ]
353
358
  },
@@ -388,6 +393,7 @@
388
393
  "assets": {
389
394
  "js": {
390
395
  "sync": [
396
+ "234.js",
391
397
  "__federation_expose_dashboard.js"
392
398
  ],
393
399
  "async": []
@@ -397,6 +403,30 @@
397
403
  "async": []
398
404
  }
399
405
  }
406
+ },
407
+ {
408
+ "path": "./github",
409
+ "id": "tech_app:github",
410
+ "name": "github",
411
+ "requires": [
412
+ "react",
413
+ "@mantine/core",
414
+ "@tanstack/react-query"
415
+ ],
416
+ "file": "src/github.tsx",
417
+ "assets": {
418
+ "js": {
419
+ "sync": [
420
+ "234.js",
421
+ "__federation_expose_github.js"
422
+ ],
423
+ "async": []
424
+ },
425
+ "css": {
426
+ "sync": [],
427
+ "async": []
428
+ }
429
+ }
400
430
  }
401
431
  ]
402
432
  }