@genesislcap/foundation-utils 14.223.1-alpha-8510bde.0 → 14.224.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,12 +2,6 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "src/index.federated.ts",
8
- "declarations": [],
9
- "exports": []
10
- },
11
5
  {
12
6
  "kind": "javascript-module",
13
7
  "path": "src/index.ts",
@@ -167,6 +161,317 @@
167
161
  }
168
162
  ]
169
163
  },
164
+ {
165
+ "kind": "javascript-module",
166
+ "path": "src/directives/index.ts",
167
+ "declarations": [],
168
+ "exports": [
169
+ {
170
+ "kind": "js",
171
+ "name": "*",
172
+ "declaration": {
173
+ "name": "*",
174
+ "package": "./sync"
175
+ }
176
+ },
177
+ {
178
+ "kind": "js",
179
+ "name": "*",
180
+ "declaration": {
181
+ "name": "*",
182
+ "package": "./when-else"
183
+ }
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "kind": "javascript-module",
189
+ "path": "src/design-system/design-system.ts",
190
+ "declarations": [
191
+ {
192
+ "kind": "function",
193
+ "name": "assureDesignSystem",
194
+ "return": {
195
+ "type": {
196
+ "text": "DesignSystemModule"
197
+ }
198
+ },
199
+ "parameters": [
200
+ {
201
+ "name": "module",
202
+ "type": {
203
+ "text": "DesignSystemModule"
204
+ }
205
+ }
206
+ ],
207
+ "description": "assureDesignSystem.",
208
+ "privacy": "public"
209
+ }
210
+ ],
211
+ "exports": [
212
+ {
213
+ "kind": "js",
214
+ "name": "assureDesignSystem",
215
+ "declaration": {
216
+ "name": "assureDesignSystem",
217
+ "module": "src/design-system/design-system.ts"
218
+ }
219
+ }
220
+ ]
221
+ },
222
+ {
223
+ "kind": "javascript-module",
224
+ "path": "src/design-system/index.ts",
225
+ "declarations": [],
226
+ "exports": [
227
+ {
228
+ "kind": "js",
229
+ "name": "*",
230
+ "declaration": {
231
+ "name": "*",
232
+ "package": "./design-system"
233
+ }
234
+ }
235
+ ]
236
+ },
237
+ {
238
+ "kind": "javascript-module",
239
+ "path": "src/env/index.ts",
240
+ "declarations": [],
241
+ "exports": [
242
+ {
243
+ "kind": "js",
244
+ "name": "*",
245
+ "declaration": {
246
+ "name": "*",
247
+ "package": "./is-dev"
248
+ }
249
+ },
250
+ {
251
+ "kind": "js",
252
+ "name": "*",
253
+ "declaration": {
254
+ "name": "*",
255
+ "package": "./variables"
256
+ }
257
+ }
258
+ ]
259
+ },
260
+ {
261
+ "kind": "javascript-module",
262
+ "path": "src/env/is-dev.ts",
263
+ "declarations": [
264
+ {
265
+ "kind": "function",
266
+ "name": "isDev",
267
+ "description": "Determines if the current environment is a development environment.",
268
+ "privacy": "public"
269
+ }
270
+ ],
271
+ "exports": [
272
+ {
273
+ "kind": "js",
274
+ "name": "isDev",
275
+ "declaration": {
276
+ "name": "isDev",
277
+ "module": "src/env/is-dev.ts"
278
+ }
279
+ }
280
+ ]
281
+ },
282
+ {
283
+ "kind": "javascript-module",
284
+ "path": "src/env/variables.ts",
285
+ "declarations": [
286
+ {
287
+ "kind": "variable",
288
+ "name": "SOCKET_EXT",
289
+ "type": {
290
+ "text": "string"
291
+ }
292
+ },
293
+ {
294
+ "kind": "variable",
295
+ "name": "_SOCKET_EXT",
296
+ "type": {
297
+ "text": "string"
298
+ },
299
+ "default": "'gwf'",
300
+ "description": "The sub-path used for WebSocket connections when API_HOST is not set",
301
+ "privacy": "public"
302
+ },
303
+ {
304
+ "kind": "variable",
305
+ "name": "FORCE_HTTP",
306
+ "type": {
307
+ "text": "string"
308
+ }
309
+ },
310
+ {
311
+ "kind": "variable",
312
+ "name": "_FORCE_HTTP",
313
+ "type": {
314
+ "text": "string"
315
+ },
316
+ "description": "The path to a JSON config file for the HTTP mode.",
317
+ "privacy": "public"
318
+ },
319
+ {
320
+ "kind": "variable",
321
+ "name": "GENESIS_SOCKET_URL",
322
+ "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
323
+ "description": "Genesis Socket URL",
324
+ "privacy": "public"
325
+ },
326
+ {
327
+ "kind": "variable",
328
+ "name": "API_HOST",
329
+ "type": {
330
+ "text": "string"
331
+ }
332
+ },
333
+ {
334
+ "kind": "variable",
335
+ "name": "_API_HOST",
336
+ "type": {
337
+ "text": "string"
338
+ },
339
+ "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
340
+ "description": "The Genesis Server URL (WebSocket or HTTP).",
341
+ "privacy": "public"
342
+ },
343
+ {
344
+ "kind": "variable",
345
+ "name": "HTTP_CONFIG",
346
+ "type": {
347
+ "text": "string"
348
+ }
349
+ },
350
+ {
351
+ "kind": "variable",
352
+ "name": "_HTTP_CONFIG",
353
+ "type": {
354
+ "text": "string"
355
+ },
356
+ "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
357
+ "privacy": "public"
358
+ },
359
+ {
360
+ "kind": "variable",
361
+ "name": "DEFAULT_ORGANISATION",
362
+ "type": {
363
+ "text": "string"
364
+ }
365
+ },
366
+ {
367
+ "kind": "variable",
368
+ "name": "_DEFAULT_ORGANISATION",
369
+ "type": {
370
+ "text": "string"
371
+ },
372
+ "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
373
+ "privacy": "public"
374
+ },
375
+ {
376
+ "kind": "variable",
377
+ "name": "DEFAULT_PASSWORD",
378
+ "type": {
379
+ "text": "string"
380
+ }
381
+ },
382
+ {
383
+ "kind": "variable",
384
+ "name": "_DEFAULT_PASSWORD",
385
+ "type": {
386
+ "text": "string"
387
+ },
388
+ "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
389
+ "privacy": "public"
390
+ },
391
+ {
392
+ "kind": "variable",
393
+ "name": "DEFAULT_USER",
394
+ "type": {
395
+ "text": "string"
396
+ }
397
+ },
398
+ {
399
+ "kind": "variable",
400
+ "name": "_DEFAULT_USER",
401
+ "type": {
402
+ "text": "string"
403
+ },
404
+ "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
405
+ "privacy": "public"
406
+ }
407
+ ],
408
+ "exports": [
409
+ {
410
+ "kind": "js",
411
+ "name": "SOCKET_EXT",
412
+ "declaration": {
413
+ "name": "_SOCKET_EXT",
414
+ "module": "src/env/variables.ts"
415
+ }
416
+ },
417
+ {
418
+ "kind": "js",
419
+ "name": "FORCE_HTTP",
420
+ "declaration": {
421
+ "name": "_FORCE_HTTP",
422
+ "module": "src/env/variables.ts"
423
+ }
424
+ },
425
+ {
426
+ "kind": "js",
427
+ "name": "GENESIS_SOCKET_URL",
428
+ "declaration": {
429
+ "name": "GENESIS_SOCKET_URL",
430
+ "module": "src/env/variables.ts"
431
+ }
432
+ },
433
+ {
434
+ "kind": "js",
435
+ "name": "API_HOST",
436
+ "declaration": {
437
+ "name": "_API_HOST",
438
+ "module": "src/env/variables.ts"
439
+ }
440
+ },
441
+ {
442
+ "kind": "js",
443
+ "name": "HTTP_CONFIG",
444
+ "declaration": {
445
+ "name": "_HTTP_CONFIG",
446
+ "module": "src/env/variables.ts"
447
+ }
448
+ },
449
+ {
450
+ "kind": "js",
451
+ "name": "DEFAULT_ORGANISATION",
452
+ "declaration": {
453
+ "name": "_DEFAULT_ORGANISATION",
454
+ "module": "src/env/variables.ts"
455
+ }
456
+ },
457
+ {
458
+ "kind": "js",
459
+ "name": "DEFAULT_PASSWORD",
460
+ "declaration": {
461
+ "name": "_DEFAULT_PASSWORD",
462
+ "module": "src/env/variables.ts"
463
+ }
464
+ },
465
+ {
466
+ "kind": "js",
467
+ "name": "DEFAULT_USER",
468
+ "declaration": {
469
+ "name": "_DEFAULT_USER",
470
+ "module": "src/env/variables.ts"
471
+ }
472
+ }
473
+ ]
474
+ },
170
475
  {
171
476
  "kind": "javascript-module",
172
477
  "path": "src/data/inMemoryDatabase.ts",
@@ -365,132 +670,6 @@
365
670
  }
366
671
  ]
367
672
  },
368
- {
369
- "kind": "javascript-module",
370
- "path": "src/decorators/index.ts",
371
- "declarations": [],
372
- "exports": [
373
- {
374
- "kind": "js",
375
- "name": "*",
376
- "declaration": {
377
- "name": "*",
378
- "package": "./renderOnChange"
379
- }
380
- }
381
- ]
382
- },
383
- {
384
- "kind": "javascript-module",
385
- "path": "src/decorators/renderOnChange.ts",
386
- "declarations": [
387
- {
388
- "kind": "function",
389
- "name": "renderOnChange",
390
- "parameters": [
391
- {
392
- "name": "target",
393
- "type": {
394
- "text": "FASTElement & { render(): void }"
395
- },
396
- "description": "The target to define the property change handler on."
397
- },
398
- {
399
- "name": "name",
400
- "type": {
401
- "text": "string"
402
- },
403
- "description": "The property name."
404
- }
405
- ],
406
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
407
- "privacy": "public"
408
- }
409
- ],
410
- "exports": [
411
- {
412
- "kind": "js",
413
- "name": "renderOnChange",
414
- "declaration": {
415
- "name": "renderOnChange",
416
- "module": "src/decorators/renderOnChange.ts"
417
- }
418
- }
419
- ]
420
- },
421
- {
422
- "kind": "javascript-module",
423
- "path": "src/design-system/design-system.ts",
424
- "declarations": [
425
- {
426
- "kind": "function",
427
- "name": "assureDesignSystem",
428
- "return": {
429
- "type": {
430
- "text": "DesignSystemModule"
431
- }
432
- },
433
- "parameters": [
434
- {
435
- "name": "module",
436
- "type": {
437
- "text": "DesignSystemModule"
438
- }
439
- }
440
- ],
441
- "description": "assureDesignSystem.",
442
- "privacy": "public"
443
- }
444
- ],
445
- "exports": [
446
- {
447
- "kind": "js",
448
- "name": "assureDesignSystem",
449
- "declaration": {
450
- "name": "assureDesignSystem",
451
- "module": "src/design-system/design-system.ts"
452
- }
453
- }
454
- ]
455
- },
456
- {
457
- "kind": "javascript-module",
458
- "path": "src/design-system/index.ts",
459
- "declarations": [],
460
- "exports": [
461
- {
462
- "kind": "js",
463
- "name": "*",
464
- "declaration": {
465
- "name": "*",
466
- "package": "./design-system"
467
- }
468
- }
469
- ]
470
- },
471
- {
472
- "kind": "javascript-module",
473
- "path": "src/directives/index.ts",
474
- "declarations": [],
475
- "exports": [
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./sync"
482
- }
483
- },
484
- {
485
- "kind": "js",
486
- "name": "*",
487
- "declaration": {
488
- "name": "*",
489
- "package": "./when-else"
490
- }
491
- }
492
- ]
493
- },
494
673
  {
495
674
  "kind": "javascript-module",
496
675
  "path": "src/error/errorMap.ts",
@@ -674,256 +853,71 @@
674
853
  }
675
854
  }
676
855
  ]
677
- },
678
- {
679
- "kind": "javascript-module",
680
- "path": "src/error/index.ts",
681
- "declarations": [],
682
- "exports": [
683
- {
684
- "kind": "js",
685
- "name": "*",
686
- "declaration": {
687
- "name": "*",
688
- "package": "./errorMap"
689
- }
690
- }
691
- ]
692
- },
693
- {
694
- "kind": "javascript-module",
695
- "path": "src/env/index.ts",
696
- "declarations": [],
697
- "exports": [
698
- {
699
- "kind": "js",
700
- "name": "*",
701
- "declaration": {
702
- "name": "*",
703
- "package": "./is-dev"
704
- }
705
- },
856
+ },
857
+ {
858
+ "kind": "javascript-module",
859
+ "path": "src/error/index.ts",
860
+ "declarations": [],
861
+ "exports": [
706
862
  {
707
863
  "kind": "js",
708
864
  "name": "*",
709
865
  "declaration": {
710
866
  "name": "*",
711
- "package": "./variables"
867
+ "package": "./errorMap"
712
868
  }
713
869
  }
714
870
  ]
715
871
  },
716
872
  {
717
873
  "kind": "javascript-module",
718
- "path": "src/env/is-dev.ts",
719
- "declarations": [
720
- {
721
- "kind": "function",
722
- "name": "isDev",
723
- "description": "Determines if the current environment is a development environment.",
724
- "privacy": "public"
725
- }
726
- ],
874
+ "path": "src/decorators/index.ts",
875
+ "declarations": [],
727
876
  "exports": [
728
877
  {
729
878
  "kind": "js",
730
- "name": "isDev",
879
+ "name": "*",
731
880
  "declaration": {
732
- "name": "isDev",
733
- "module": "src/env/is-dev.ts"
881
+ "name": "*",
882
+ "package": "./renderOnChange"
734
883
  }
735
884
  }
736
885
  ]
737
886
  },
738
887
  {
739
888
  "kind": "javascript-module",
740
- "path": "src/env/variables.ts",
889
+ "path": "src/decorators/renderOnChange.ts",
741
890
  "declarations": [
742
891
  {
743
- "kind": "variable",
744
- "name": "SOCKET_EXT",
745
- "type": {
746
- "text": "string"
747
- }
748
- },
749
- {
750
- "kind": "variable",
751
- "name": "_SOCKET_EXT",
752
- "type": {
753
- "text": "string"
754
- },
755
- "default": "'gwf'",
756
- "description": "The sub-path used for WebSocket connections when API_HOST is not set",
757
- "privacy": "public"
758
- },
759
- {
760
- "kind": "variable",
761
- "name": "FORCE_HTTP",
762
- "type": {
763
- "text": "string"
764
- }
765
- },
766
- {
767
- "kind": "variable",
768
- "name": "_FORCE_HTTP",
769
- "type": {
770
- "text": "string"
771
- },
772
- "description": "The path to a JSON config file for the HTTP mode.",
773
- "privacy": "public"
774
- },
775
- {
776
- "kind": "variable",
777
- "name": "GENESIS_SOCKET_URL",
778
- "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
779
- "description": "Genesis Socket URL",
780
- "privacy": "public"
781
- },
782
- {
783
- "kind": "variable",
784
- "name": "API_HOST",
785
- "type": {
786
- "text": "string"
787
- }
788
- },
789
- {
790
- "kind": "variable",
791
- "name": "_API_HOST",
792
- "type": {
793
- "text": "string"
794
- },
795
- "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
796
- "description": "The Genesis Server URL (WebSocket or HTTP).",
797
- "privacy": "public"
798
- },
799
- {
800
- "kind": "variable",
801
- "name": "HTTP_CONFIG",
802
- "type": {
803
- "text": "string"
804
- }
805
- },
806
- {
807
- "kind": "variable",
808
- "name": "_HTTP_CONFIG",
809
- "type": {
810
- "text": "string"
811
- },
812
- "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
813
- "privacy": "public"
814
- },
815
- {
816
- "kind": "variable",
817
- "name": "DEFAULT_ORGANISATION",
818
- "type": {
819
- "text": "string"
820
- }
821
- },
822
- {
823
- "kind": "variable",
824
- "name": "_DEFAULT_ORGANISATION",
825
- "type": {
826
- "text": "string"
827
- },
828
- "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
829
- "privacy": "public"
830
- },
831
- {
832
- "kind": "variable",
833
- "name": "DEFAULT_PASSWORD",
834
- "type": {
835
- "text": "string"
836
- }
837
- },
838
- {
839
- "kind": "variable",
840
- "name": "_DEFAULT_PASSWORD",
841
- "type": {
842
- "text": "string"
843
- },
844
- "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
845
- "privacy": "public"
846
- },
847
- {
848
- "kind": "variable",
849
- "name": "DEFAULT_USER",
850
- "type": {
851
- "text": "string"
852
- }
853
- },
854
- {
855
- "kind": "variable",
856
- "name": "_DEFAULT_USER",
857
- "type": {
858
- "text": "string"
859
- },
860
- "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
892
+ "kind": "function",
893
+ "name": "renderOnChange",
894
+ "parameters": [
895
+ {
896
+ "name": "target",
897
+ "type": {
898
+ "text": "FASTElement & { render(): void }"
899
+ },
900
+ "description": "The target to define the property change handler on."
901
+ },
902
+ {
903
+ "name": "name",
904
+ "type": {
905
+ "text": "string"
906
+ },
907
+ "description": "The property name."
908
+ }
909
+ ],
910
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
861
911
  "privacy": "public"
862
912
  }
863
913
  ],
864
914
  "exports": [
865
915
  {
866
916
  "kind": "js",
867
- "name": "SOCKET_EXT",
868
- "declaration": {
869
- "name": "_SOCKET_EXT",
870
- "module": "src/env/variables.ts"
871
- }
872
- },
873
- {
874
- "kind": "js",
875
- "name": "FORCE_HTTP",
876
- "declaration": {
877
- "name": "_FORCE_HTTP",
878
- "module": "src/env/variables.ts"
879
- }
880
- },
881
- {
882
- "kind": "js",
883
- "name": "GENESIS_SOCKET_URL",
884
- "declaration": {
885
- "name": "GENESIS_SOCKET_URL",
886
- "module": "src/env/variables.ts"
887
- }
888
- },
889
- {
890
- "kind": "js",
891
- "name": "API_HOST",
892
- "declaration": {
893
- "name": "_API_HOST",
894
- "module": "src/env/variables.ts"
895
- }
896
- },
897
- {
898
- "kind": "js",
899
- "name": "HTTP_CONFIG",
900
- "declaration": {
901
- "name": "_HTTP_CONFIG",
902
- "module": "src/env/variables.ts"
903
- }
904
- },
905
- {
906
- "kind": "js",
907
- "name": "DEFAULT_ORGANISATION",
908
- "declaration": {
909
- "name": "_DEFAULT_ORGANISATION",
910
- "module": "src/env/variables.ts"
911
- }
912
- },
913
- {
914
- "kind": "js",
915
- "name": "DEFAULT_PASSWORD",
916
- "declaration": {
917
- "name": "_DEFAULT_PASSWORD",
918
- "module": "src/env/variables.ts"
919
- }
920
- },
921
- {
922
- "kind": "js",
923
- "name": "DEFAULT_USER",
917
+ "name": "renderOnChange",
924
918
  "declaration": {
925
- "name": "_DEFAULT_USER",
926
- "module": "src/env/variables.ts"
919
+ "name": "renderOnChange",
920
+ "module": "src/decorators/renderOnChange.ts"
927
921
  }
928
922
  }
929
923
  ]
@@ -1506,6 +1500,21 @@
1506
1500
  }
1507
1501
  ]
1508
1502
  },
1503
+ {
1504
+ "kind": "javascript-module",
1505
+ "path": "src/serializers/index.ts",
1506
+ "declarations": [],
1507
+ "exports": [
1508
+ {
1509
+ "kind": "js",
1510
+ "name": "*",
1511
+ "declaration": {
1512
+ "name": "*",
1513
+ "package": "./json"
1514
+ }
1515
+ }
1516
+ ]
1517
+ },
1509
1518
  {
1510
1519
  "kind": "javascript-module",
1511
1520
  "path": "src/state/index.ts",
@@ -1632,21 +1641,6 @@
1632
1641
  }
1633
1642
  ]
1634
1643
  },
1635
- {
1636
- "kind": "javascript-module",
1637
- "path": "src/serializers/index.ts",
1638
- "declarations": [],
1639
- "exports": [
1640
- {
1641
- "kind": "js",
1642
- "name": "*",
1643
- "declaration": {
1644
- "name": "*",
1645
- "package": "./json"
1646
- }
1647
- }
1648
- ]
1649
- },
1650
1644
  {
1651
1645
  "kind": "javascript-module",
1652
1646
  "path": "src/styles/color.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.223.1-alpha-8510bde.0",
4
+ "version": "14.224.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.223.1-alpha-8510bde.0",
31
- "@genesislcap/genx": "14.223.1-alpha-8510bde.0",
32
- "@genesislcap/rollup-builder": "14.223.1-alpha-8510bde.0",
33
- "@genesislcap/ts-builder": "14.223.1-alpha-8510bde.0",
34
- "@genesislcap/uvu-playwright-builder": "14.223.1-alpha-8510bde.0",
35
- "@genesislcap/vite-builder": "14.223.1-alpha-8510bde.0",
36
- "@genesislcap/webpack-builder": "14.223.1-alpha-8510bde.0",
30
+ "@genesislcap/foundation-testing": "14.224.1",
31
+ "@genesislcap/genx": "14.224.1",
32
+ "@genesislcap/rollup-builder": "14.224.1",
33
+ "@genesislcap/ts-builder": "14.224.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.224.1",
35
+ "@genesislcap/vite-builder": "14.224.1",
36
+ "@genesislcap/webpack-builder": "14.224.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.223.1-alpha-8510bde.0",
40
+ "@genesislcap/foundation-logger": "14.224.1",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "c004581f83ffc9cc1df4c1b8f64257dd11c443cc"
58
+ "gitHead": "84efb166d0f84f3908014b548f58207cc29cedc6"
59
59
  }
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.federated.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.federated.d.ts","sourceRoot":"","sources":["../../src/index.federated.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- import('./index');