@genesislcap/foundation-utils 14.165.1 → 14.165.2

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.
@@ -1305,6 +1305,47 @@
1305
1305
  }
1306
1306
  ]
1307
1307
  },
1308
+ {
1309
+ "kind": "javascript-module",
1310
+ "path": "src/resource/index.ts",
1311
+ "declarations": [],
1312
+ "exports": [
1313
+ {
1314
+ "kind": "js",
1315
+ "name": "*",
1316
+ "declaration": {
1317
+ "name": "*",
1318
+ "package": "./types"
1319
+ }
1320
+ }
1321
+ ]
1322
+ },
1323
+ {
1324
+ "kind": "javascript-module",
1325
+ "path": "src/resource/types.ts",
1326
+ "declarations": [
1327
+ {
1328
+ "kind": "variable",
1329
+ "name": "ResourceType",
1330
+ "type": {
1331
+ "text": "{\n local: 'local',\n remote: 'remote',\n}"
1332
+ },
1333
+ "default": "{\n local: 'local',\n remote: 'remote',\n}",
1334
+ "description": "An object that defines two resource types: \"local\" and \"remote\".",
1335
+ "privacy": "public"
1336
+ }
1337
+ ],
1338
+ "exports": [
1339
+ {
1340
+ "kind": "js",
1341
+ "name": "ResourceType",
1342
+ "declaration": {
1343
+ "name": "ResourceType",
1344
+ "module": "src/resource/types.ts"
1345
+ }
1346
+ }
1347
+ ]
1348
+ },
1308
1349
  {
1309
1350
  "kind": "javascript-module",
1310
1351
  "path": "src/serializers/index.ts",
@@ -1793,47 +1834,6 @@
1793
1834
  }
1794
1835
  ]
1795
1836
  },
1796
- {
1797
- "kind": "javascript-module",
1798
- "path": "src/resource/index.ts",
1799
- "declarations": [],
1800
- "exports": [
1801
- {
1802
- "kind": "js",
1803
- "name": "*",
1804
- "declaration": {
1805
- "name": "*",
1806
- "package": "./types"
1807
- }
1808
- }
1809
- ]
1810
- },
1811
- {
1812
- "kind": "javascript-module",
1813
- "path": "src/resource/types.ts",
1814
- "declarations": [
1815
- {
1816
- "kind": "variable",
1817
- "name": "ResourceType",
1818
- "type": {
1819
- "text": "{\n local: 'local',\n remote: 'remote',\n}"
1820
- },
1821
- "default": "{\n local: 'local',\n remote: 'remote',\n}",
1822
- "description": "An object that defines two resource types: \"local\" and \"remote\".",
1823
- "privacy": "public"
1824
- }
1825
- ],
1826
- "exports": [
1827
- {
1828
- "kind": "js",
1829
- "name": "ResourceType",
1830
- "declaration": {
1831
- "name": "ResourceType",
1832
- "module": "src/resource/types.ts"
1833
- }
1834
- }
1835
- ]
1836
- },
1837
1837
  {
1838
1838
  "kind": "javascript-module",
1839
1839
  "path": "src/utils/index.ts",
@@ -1869,43 +1869,6 @@
1869
1869
  }
1870
1870
  ]
1871
1871
  },
1872
- {
1873
- "kind": "javascript-module",
1874
- "path": "src/uuid/index.ts",
1875
- "declarations": [],
1876
- "exports": [
1877
- {
1878
- "kind": "js",
1879
- "name": "*",
1880
- "declaration": {
1881
- "name": "*",
1882
- "package": "./uuid"
1883
- }
1884
- }
1885
- ]
1886
- },
1887
- {
1888
- "kind": "javascript-module",
1889
- "path": "src/uuid/uuid.ts",
1890
- "declarations": [
1891
- {
1892
- "kind": "variable",
1893
- "name": "UUID",
1894
- "description": "A dependency injection token for the UUID interface.",
1895
- "privacy": "public"
1896
- }
1897
- ],
1898
- "exports": [
1899
- {
1900
- "kind": "js",
1901
- "name": "UUID",
1902
- "declaration": {
1903
- "name": "UUID",
1904
- "module": "src/uuid/uuid.ts"
1905
- }
1906
- }
1907
- ]
1908
- },
1909
1872
  {
1910
1873
  "kind": "javascript-module",
1911
1874
  "path": "src/window/index.ts",
@@ -2054,6 +2017,43 @@
2054
2017
  }
2055
2018
  ]
2056
2019
  },
2020
+ {
2021
+ "kind": "javascript-module",
2022
+ "path": "src/uuid/index.ts",
2023
+ "declarations": [],
2024
+ "exports": [
2025
+ {
2026
+ "kind": "js",
2027
+ "name": "*",
2028
+ "declaration": {
2029
+ "name": "*",
2030
+ "package": "./uuid"
2031
+ }
2032
+ }
2033
+ ]
2034
+ },
2035
+ {
2036
+ "kind": "javascript-module",
2037
+ "path": "src/uuid/uuid.ts",
2038
+ "declarations": [
2039
+ {
2040
+ "kind": "variable",
2041
+ "name": "UUID",
2042
+ "description": "A dependency injection token for the UUID interface.",
2043
+ "privacy": "public"
2044
+ }
2045
+ ],
2046
+ "exports": [
2047
+ {
2048
+ "kind": "js",
2049
+ "name": "UUID",
2050
+ "declaration": {
2051
+ "name": "UUID",
2052
+ "module": "src/uuid/uuid.ts"
2053
+ }
2054
+ }
2055
+ ]
2056
+ },
2057
2057
  {
2058
2058
  "kind": "javascript-module",
2059
2059
  "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.165.1",
4
+ "version": "14.165.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,17 +19,17 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.165.1",
23
- "@genesislcap/genx": "14.165.1",
24
- "@genesislcap/rollup-builder": "14.165.1",
25
- "@genesislcap/ts-builder": "14.165.1",
26
- "@genesislcap/uvu-playwright-builder": "14.165.1",
27
- "@genesislcap/vite-builder": "14.165.1",
28
- "@genesislcap/webpack-builder": "14.165.1",
22
+ "@genesislcap/foundation-testing": "14.165.2",
23
+ "@genesislcap/genx": "14.165.2",
24
+ "@genesislcap/rollup-builder": "14.165.2",
25
+ "@genesislcap/ts-builder": "14.165.2",
26
+ "@genesislcap/uvu-playwright-builder": "14.165.2",
27
+ "@genesislcap/vite-builder": "14.165.2",
28
+ "@genesislcap/webpack-builder": "14.165.2",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.165.1",
32
+ "@genesislcap/foundation-logger": "14.165.2",
33
33
  "@microsoft/fast-components": "^2.30.6",
34
34
  "@microsoft/fast-element": "^1.12.0",
35
35
  "@microsoft/fast-foundation": "^2.49.4",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "customElements": "dist/custom-elements.json",
50
- "gitHead": "dbe3bd6ccc2637e5b0d54b039136562fa2bcac75"
50
+ "gitHead": "82e64d5c660134bc453fc0171f6f937b5f78848c"
51
51
  }