@genesislcap/foundation-utils 14.137.1-alpha-ee4af66.0 → 14.138.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.
- package/dist/custom-elements.json +38 -38
- package/package.json +5 -5
|
@@ -402,29 +402,6 @@
|
|
|
402
402
|
}
|
|
403
403
|
]
|
|
404
404
|
},
|
|
405
|
-
{
|
|
406
|
-
"kind": "javascript-module",
|
|
407
|
-
"path": "src/directives/index.ts",
|
|
408
|
-
"declarations": [],
|
|
409
|
-
"exports": [
|
|
410
|
-
{
|
|
411
|
-
"kind": "js",
|
|
412
|
-
"name": "*",
|
|
413
|
-
"declaration": {
|
|
414
|
-
"name": "*",
|
|
415
|
-
"package": "./sync"
|
|
416
|
-
}
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"kind": "js",
|
|
420
|
-
"name": "*",
|
|
421
|
-
"declaration": {
|
|
422
|
-
"name": "*",
|
|
423
|
-
"package": "./when-else"
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
]
|
|
427
|
-
},
|
|
428
405
|
{
|
|
429
406
|
"kind": "javascript-module",
|
|
430
407
|
"path": "src/design-system/design-system.ts",
|
|
@@ -475,6 +452,29 @@
|
|
|
475
452
|
}
|
|
476
453
|
]
|
|
477
454
|
},
|
|
455
|
+
{
|
|
456
|
+
"kind": "javascript-module",
|
|
457
|
+
"path": "src/directives/index.ts",
|
|
458
|
+
"declarations": [],
|
|
459
|
+
"exports": [
|
|
460
|
+
{
|
|
461
|
+
"kind": "js",
|
|
462
|
+
"name": "*",
|
|
463
|
+
"declaration": {
|
|
464
|
+
"name": "*",
|
|
465
|
+
"package": "./sync"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "*",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "*",
|
|
473
|
+
"package": "./when-else"
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
478
|
{
|
|
479
479
|
"kind": "javascript-module",
|
|
480
480
|
"path": "src/env/index.ts",
|
|
@@ -1305,21 +1305,6 @@
|
|
|
1305
1305
|
}
|
|
1306
1306
|
]
|
|
1307
1307
|
},
|
|
1308
|
-
{
|
|
1309
|
-
"kind": "javascript-module",
|
|
1310
|
-
"path": "src/serializers/index.ts",
|
|
1311
|
-
"declarations": [],
|
|
1312
|
-
"exports": [
|
|
1313
|
-
{
|
|
1314
|
-
"kind": "js",
|
|
1315
|
-
"name": "*",
|
|
1316
|
-
"declaration": {
|
|
1317
|
-
"name": "*",
|
|
1318
|
-
"package": "./json"
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
]
|
|
1322
|
-
},
|
|
1323
1308
|
{
|
|
1324
1309
|
"kind": "javascript-module",
|
|
1325
1310
|
"path": "src/resource/index.ts",
|
|
@@ -1361,6 +1346,21 @@
|
|
|
1361
1346
|
}
|
|
1362
1347
|
]
|
|
1363
1348
|
},
|
|
1349
|
+
{
|
|
1350
|
+
"kind": "javascript-module",
|
|
1351
|
+
"path": "src/serializers/index.ts",
|
|
1352
|
+
"declarations": [],
|
|
1353
|
+
"exports": [
|
|
1354
|
+
{
|
|
1355
|
+
"kind": "js",
|
|
1356
|
+
"name": "*",
|
|
1357
|
+
"declaration": {
|
|
1358
|
+
"name": "*",
|
|
1359
|
+
"package": "./json"
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
]
|
|
1363
|
+
},
|
|
1364
1364
|
{
|
|
1365
1365
|
"kind": "javascript-module",
|
|
1366
1366
|
"path": "src/state/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.138.0",
|
|
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.138.0",
|
|
23
|
+
"@genesislcap/genx": "14.138.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.138.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.30.6",
|
|
29
29
|
"@microsoft/fast-element": "^1.12.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "216927472cee1a5088da5f2442878ece50d398d4"
|
|
46
46
|
}
|