@genesislcap/foundation-utils 14.79.2-alpha-9debc2e.0 → 14.80.0

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.
@@ -341,6 +341,29 @@
341
341
  }
342
342
  ]
343
343
  },
344
+ {
345
+ "kind": "javascript-module",
346
+ "path": "src/directives/index.ts",
347
+ "declarations": [],
348
+ "exports": [
349
+ {
350
+ "kind": "js",
351
+ "name": "*",
352
+ "declaration": {
353
+ "name": "*",
354
+ "package": "./sync"
355
+ }
356
+ },
357
+ {
358
+ "kind": "js",
359
+ "name": "*",
360
+ "declaration": {
361
+ "name": "*",
362
+ "package": "./when-else"
363
+ }
364
+ }
365
+ ]
366
+ },
344
367
  {
345
368
  "kind": "javascript-module",
346
369
  "path": "src/decorators/index.ts",
@@ -443,29 +466,6 @@
443
466
  }
444
467
  ]
445
468
  },
446
- {
447
- "kind": "javascript-module",
448
- "path": "src/directives/index.ts",
449
- "declarations": [],
450
- "exports": [
451
- {
452
- "kind": "js",
453
- "name": "*",
454
- "declaration": {
455
- "name": "*",
456
- "package": "./sync"
457
- }
458
- },
459
- {
460
- "kind": "js",
461
- "name": "*",
462
- "declaration": {
463
- "name": "*",
464
- "package": "./when-else"
465
- }
466
- }
467
- ]
468
- },
469
469
  {
470
470
  "kind": "javascript-module",
471
471
  "path": "src/env/index.ts",
@@ -1684,43 +1684,6 @@
1684
1684
  }
1685
1685
  ]
1686
1686
  },
1687
- {
1688
- "kind": "javascript-module",
1689
- "path": "src/uuid/index.ts",
1690
- "declarations": [],
1691
- "exports": [
1692
- {
1693
- "kind": "js",
1694
- "name": "*",
1695
- "declaration": {
1696
- "name": "*",
1697
- "package": "./uuid"
1698
- }
1699
- }
1700
- ]
1701
- },
1702
- {
1703
- "kind": "javascript-module",
1704
- "path": "src/uuid/uuid.ts",
1705
- "declarations": [
1706
- {
1707
- "kind": "variable",
1708
- "name": "UUID",
1709
- "description": "A dependency injection token for the UUID interface.",
1710
- "privacy": "public"
1711
- }
1712
- ],
1713
- "exports": [
1714
- {
1715
- "kind": "js",
1716
- "name": "UUID",
1717
- "declaration": {
1718
- "name": "UUID",
1719
- "module": "src/uuid/uuid.ts"
1720
- }
1721
- }
1722
- ]
1723
- },
1724
1687
  {
1725
1688
  "kind": "javascript-module",
1726
1689
  "path": "src/window/index.ts",
@@ -1869,6 +1832,43 @@
1869
1832
  }
1870
1833
  ]
1871
1834
  },
1835
+ {
1836
+ "kind": "javascript-module",
1837
+ "path": "src/uuid/index.ts",
1838
+ "declarations": [],
1839
+ "exports": [
1840
+ {
1841
+ "kind": "js",
1842
+ "name": "*",
1843
+ "declaration": {
1844
+ "name": "*",
1845
+ "package": "./uuid"
1846
+ }
1847
+ }
1848
+ ]
1849
+ },
1850
+ {
1851
+ "kind": "javascript-module",
1852
+ "path": "src/uuid/uuid.ts",
1853
+ "declarations": [
1854
+ {
1855
+ "kind": "variable",
1856
+ "name": "UUID",
1857
+ "description": "A dependency injection token for the UUID interface.",
1858
+ "privacy": "public"
1859
+ }
1860
+ ],
1861
+ "exports": [
1862
+ {
1863
+ "kind": "js",
1864
+ "name": "UUID",
1865
+ "declaration": {
1866
+ "name": "UUID",
1867
+ "module": "src/uuid/uuid.ts"
1868
+ }
1869
+ }
1870
+ ]
1871
+ },
1872
1872
  {
1873
1873
  "kind": "javascript-module",
1874
1874
  "path": "src/directives/sync/index.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.79.2-alpha-9debc2e.0",
4
+ "version": "14.80.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,5 +41,5 @@
41
41
  "access": "public"
42
42
  },
43
43
  "customElements": "dist/custom-elements.json",
44
- "gitHead": "ec3885e8c184ec6ff0234a716ddece0ee6e066e1"
44
+ "gitHead": "3d24e496108a7e41591df635302ab6ebe6d78169"
45
45
  }