@genesislcap/foundation-utils 14.100.1 → 14.101.1
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.
- package/dist/custom-elements.json +41 -41
- package/package.json +5 -5
|
@@ -1291,6 +1291,47 @@
|
|
|
1291
1291
|
}
|
|
1292
1292
|
]
|
|
1293
1293
|
},
|
|
1294
|
+
{
|
|
1295
|
+
"kind": "javascript-module",
|
|
1296
|
+
"path": "src/resource/index.ts",
|
|
1297
|
+
"declarations": [],
|
|
1298
|
+
"exports": [
|
|
1299
|
+
{
|
|
1300
|
+
"kind": "js",
|
|
1301
|
+
"name": "*",
|
|
1302
|
+
"declaration": {
|
|
1303
|
+
"name": "*",
|
|
1304
|
+
"package": "./types"
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
]
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"kind": "javascript-module",
|
|
1311
|
+
"path": "src/resource/types.ts",
|
|
1312
|
+
"declarations": [
|
|
1313
|
+
{
|
|
1314
|
+
"kind": "variable",
|
|
1315
|
+
"name": "ResourceType",
|
|
1316
|
+
"type": {
|
|
1317
|
+
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1318
|
+
},
|
|
1319
|
+
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1320
|
+
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1321
|
+
"privacy": "public"
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"exports": [
|
|
1325
|
+
{
|
|
1326
|
+
"kind": "js",
|
|
1327
|
+
"name": "ResourceType",
|
|
1328
|
+
"declaration": {
|
|
1329
|
+
"name": "ResourceType",
|
|
1330
|
+
"module": "src/resource/types.ts"
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
]
|
|
1334
|
+
},
|
|
1294
1335
|
{
|
|
1295
1336
|
"kind": "javascript-module",
|
|
1296
1337
|
"path": "src/serializers/index.ts",
|
|
@@ -1653,47 +1694,6 @@
|
|
|
1653
1694
|
}
|
|
1654
1695
|
]
|
|
1655
1696
|
},
|
|
1656
|
-
{
|
|
1657
|
-
"kind": "javascript-module",
|
|
1658
|
-
"path": "src/resource/index.ts",
|
|
1659
|
-
"declarations": [],
|
|
1660
|
-
"exports": [
|
|
1661
|
-
{
|
|
1662
|
-
"kind": "js",
|
|
1663
|
-
"name": "*",
|
|
1664
|
-
"declaration": {
|
|
1665
|
-
"name": "*",
|
|
1666
|
-
"package": "./types"
|
|
1667
|
-
}
|
|
1668
|
-
}
|
|
1669
|
-
]
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"kind": "javascript-module",
|
|
1673
|
-
"path": "src/resource/types.ts",
|
|
1674
|
-
"declarations": [
|
|
1675
|
-
{
|
|
1676
|
-
"kind": "variable",
|
|
1677
|
-
"name": "ResourceType",
|
|
1678
|
-
"type": {
|
|
1679
|
-
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1680
|
-
},
|
|
1681
|
-
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1682
|
-
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1683
|
-
"privacy": "public"
|
|
1684
|
-
}
|
|
1685
|
-
],
|
|
1686
|
-
"exports": [
|
|
1687
|
-
{
|
|
1688
|
-
"kind": "js",
|
|
1689
|
-
"name": "ResourceType",
|
|
1690
|
-
"declaration": {
|
|
1691
|
-
"name": "ResourceType",
|
|
1692
|
-
"module": "src/resource/types.ts"
|
|
1693
|
-
}
|
|
1694
|
-
}
|
|
1695
|
-
]
|
|
1696
|
-
},
|
|
1697
1697
|
{
|
|
1698
1698
|
"kind": "javascript-module",
|
|
1699
1699
|
"path": "src/utils/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.
|
|
4
|
+
"version": "14.101.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.101.1",
|
|
23
|
+
"@genesislcap/genx": "14.101.1",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.101.1",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "103f9b840d36e413d1aec9d321e50606b045e65a"
|
|
46
46
|
}
|