@airporting/tech-app 0.0.21 → 0.0.23

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.23",
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.23",
9
9
  "buildName": "@airporting/tech-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -348,7 +348,8 @@
348
348
  }
349
349
  },
350
350
  "usedIn": [
351
- "./dashboard"
351
+ "./dashboard",
352
+ "./github"
352
353
  ]
353
354
  },
354
355
  {
@@ -388,6 +389,7 @@
388
389
  "assets": {
389
390
  "js": {
390
391
  "sync": [
392
+ "234.js",
391
393
  "__federation_expose_dashboard.js"
392
394
  ],
393
395
  "async": []
@@ -397,6 +399,28 @@
397
399
  "async": []
398
400
  }
399
401
  }
402
+ },
403
+ {
404
+ "path": "./github",
405
+ "id": "tech_app:github",
406
+ "name": "github",
407
+ "requires": [
408
+ "react"
409
+ ],
410
+ "file": "src/github.tsx",
411
+ "assets": {
412
+ "js": {
413
+ "sync": [
414
+ "234.js",
415
+ "__federation_expose_github.js"
416
+ ],
417
+ "async": []
418
+ },
419
+ "css": {
420
+ "sync": [],
421
+ "async": []
422
+ }
423
+ }
400
424
  }
401
425
  ]
402
426
  }