@genesislcap/foundation-utils 14.441.0 → 14.442.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 +89 -89
- package/dist/dts/env/variables.d.ts.map +1 -1
- package/dist/dts/formatters/localeNumberParser.d.ts.map +1 -1
- package/dist/dts/route/route.d.ts.map +1 -1
- package/dist/dts/serializers/json/types.d.ts.map +1 -1
- package/dist/esm/env/variables.js +0 -1
- package/dist/esm/formatters/localeNumberParser.js +1 -0
- package/dist/esm/route/route.js +1 -0
- package/dist/esm/serializers/json/types.js +1 -1
- package/package.json +13 -13
|
@@ -209,47 +209,6 @@
|
|
|
209
209
|
}
|
|
210
210
|
]
|
|
211
211
|
},
|
|
212
|
-
{
|
|
213
|
-
"kind": "javascript-module",
|
|
214
|
-
"path": "src/converters/index.ts",
|
|
215
|
-
"declarations": [],
|
|
216
|
-
"exports": [
|
|
217
|
-
{
|
|
218
|
-
"kind": "js",
|
|
219
|
-
"name": "*",
|
|
220
|
-
"declaration": {
|
|
221
|
-
"name": "*",
|
|
222
|
-
"package": "./string-array-converter"
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
]
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"kind": "javascript-module",
|
|
229
|
-
"path": "src/converters/string-array-converter.ts",
|
|
230
|
-
"declarations": [
|
|
231
|
-
{
|
|
232
|
-
"kind": "variable",
|
|
233
|
-
"name": "stringArrayConverter",
|
|
234
|
-
"type": {
|
|
235
|
-
"text": "ValueConverter"
|
|
236
|
-
},
|
|
237
|
-
"default": "{\n fromView(v: string): string | string[] | undefined {\n if (!v?.trim()) return undefined;\n return v.includes(',') ? v.split(',').map((s) => s.trim()) : v.trim();\n },\n toView(v: string | string[] | undefined): string {\n if (typeof v === 'string') return v;\n if (Array.isArray(v)) return v.join(',');\n return '';\n },\n}",
|
|
238
|
-
"description": "A @microsoft/fast-element#ValueConverter that converts between comma-separated string attributes\nand `string | string[]` properties.",
|
|
239
|
-
"privacy": "public"
|
|
240
|
-
}
|
|
241
|
-
],
|
|
242
|
-
"exports": [
|
|
243
|
-
{
|
|
244
|
-
"kind": "js",
|
|
245
|
-
"name": "stringArrayConverter",
|
|
246
|
-
"declaration": {
|
|
247
|
-
"name": "stringArrayConverter",
|
|
248
|
-
"module": "src/converters/string-array-converter.ts"
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
]
|
|
252
|
-
},
|
|
253
212
|
{
|
|
254
213
|
"kind": "javascript-module",
|
|
255
214
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -448,6 +407,29 @@
|
|
|
448
407
|
}
|
|
449
408
|
]
|
|
450
409
|
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "javascript-module",
|
|
412
|
+
"path": "src/directives/index.ts",
|
|
413
|
+
"declarations": [],
|
|
414
|
+
"exports": [
|
|
415
|
+
{
|
|
416
|
+
"kind": "js",
|
|
417
|
+
"name": "*",
|
|
418
|
+
"declaration": {
|
|
419
|
+
"name": "*",
|
|
420
|
+
"package": "./sync"
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"kind": "js",
|
|
425
|
+
"name": "*",
|
|
426
|
+
"declaration": {
|
|
427
|
+
"name": "*",
|
|
428
|
+
"package": "./when-else"
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
]
|
|
432
|
+
},
|
|
451
433
|
{
|
|
452
434
|
"kind": "javascript-module",
|
|
453
435
|
"path": "src/design-system/design-system.ts",
|
|
@@ -650,29 +632,6 @@
|
|
|
650
632
|
}
|
|
651
633
|
]
|
|
652
634
|
},
|
|
653
|
-
{
|
|
654
|
-
"kind": "javascript-module",
|
|
655
|
-
"path": "src/directives/index.ts",
|
|
656
|
-
"declarations": [],
|
|
657
|
-
"exports": [
|
|
658
|
-
{
|
|
659
|
-
"kind": "js",
|
|
660
|
-
"name": "*",
|
|
661
|
-
"declaration": {
|
|
662
|
-
"name": "*",
|
|
663
|
-
"package": "./sync"
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"kind": "js",
|
|
668
|
-
"name": "*",
|
|
669
|
-
"declaration": {
|
|
670
|
-
"name": "*",
|
|
671
|
-
"package": "./when-else"
|
|
672
|
-
}
|
|
673
|
-
}
|
|
674
|
-
]
|
|
675
|
-
},
|
|
676
635
|
{
|
|
677
636
|
"kind": "javascript-module",
|
|
678
637
|
"path": "src/encoding/index.ts",
|
|
@@ -690,7 +649,7 @@
|
|
|
690
649
|
},
|
|
691
650
|
{
|
|
692
651
|
"kind": "javascript-module",
|
|
693
|
-
"path": "src/
|
|
652
|
+
"path": "src/converters/index.ts",
|
|
694
653
|
"declarations": [],
|
|
695
654
|
"exports": [
|
|
696
655
|
{
|
|
@@ -698,45 +657,33 @@
|
|
|
698
657
|
"name": "*",
|
|
699
658
|
"declaration": {
|
|
700
659
|
"name": "*",
|
|
701
|
-
"package": "./
|
|
660
|
+
"package": "./string-array-converter"
|
|
702
661
|
}
|
|
703
662
|
}
|
|
704
663
|
]
|
|
705
664
|
},
|
|
706
665
|
{
|
|
707
666
|
"kind": "javascript-module",
|
|
708
|
-
"path": "src/
|
|
667
|
+
"path": "src/converters/string-array-converter.ts",
|
|
709
668
|
"declarations": [
|
|
710
669
|
{
|
|
711
|
-
"kind": "
|
|
712
|
-
"name": "
|
|
713
|
-
"
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
},
|
|
719
|
-
"description": "The target to define the property change handler on."
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"name": "name",
|
|
723
|
-
"type": {
|
|
724
|
-
"text": "string"
|
|
725
|
-
},
|
|
726
|
-
"description": "The property name."
|
|
727
|
-
}
|
|
728
|
-
],
|
|
729
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
670
|
+
"kind": "variable",
|
|
671
|
+
"name": "stringArrayConverter",
|
|
672
|
+
"type": {
|
|
673
|
+
"text": "ValueConverter"
|
|
674
|
+
},
|
|
675
|
+
"default": "{\n fromView(v: string): string | string[] | undefined {\n if (!v?.trim()) return undefined;\n return v.includes(',') ? v.split(',').map((s) => s.trim()) : v.trim();\n },\n toView(v: string | string[] | undefined): string {\n if (typeof v === 'string') return v;\n if (Array.isArray(v)) return v.join(',');\n return '';\n },\n}",
|
|
676
|
+
"description": "A @microsoft/fast-element#ValueConverter that converts between comma-separated string attributes\nand `string | string[]` properties.",
|
|
730
677
|
"privacy": "public"
|
|
731
678
|
}
|
|
732
679
|
],
|
|
733
680
|
"exports": [
|
|
734
681
|
{
|
|
735
682
|
"kind": "js",
|
|
736
|
-
"name": "
|
|
683
|
+
"name": "stringArrayConverter",
|
|
737
684
|
"declaration": {
|
|
738
|
-
"name": "
|
|
739
|
-
"module": "src/
|
|
685
|
+
"name": "stringArrayConverter",
|
|
686
|
+
"module": "src/converters/string-array-converter.ts"
|
|
740
687
|
}
|
|
741
688
|
}
|
|
742
689
|
]
|
|
@@ -1216,6 +1163,59 @@
|
|
|
1216
1163
|
}
|
|
1217
1164
|
]
|
|
1218
1165
|
},
|
|
1166
|
+
{
|
|
1167
|
+
"kind": "javascript-module",
|
|
1168
|
+
"path": "src/decorators/index.ts",
|
|
1169
|
+
"declarations": [],
|
|
1170
|
+
"exports": [
|
|
1171
|
+
{
|
|
1172
|
+
"kind": "js",
|
|
1173
|
+
"name": "*",
|
|
1174
|
+
"declaration": {
|
|
1175
|
+
"name": "*",
|
|
1176
|
+
"package": "./renderOnChange"
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
]
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"kind": "javascript-module",
|
|
1183
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
1184
|
+
"declarations": [
|
|
1185
|
+
{
|
|
1186
|
+
"kind": "function",
|
|
1187
|
+
"name": "renderOnChange",
|
|
1188
|
+
"parameters": [
|
|
1189
|
+
{
|
|
1190
|
+
"name": "target",
|
|
1191
|
+
"type": {
|
|
1192
|
+
"text": "FASTElement & { render(): void }"
|
|
1193
|
+
},
|
|
1194
|
+
"description": "The target to define the property change handler on."
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "name",
|
|
1198
|
+
"type": {
|
|
1199
|
+
"text": "string"
|
|
1200
|
+
},
|
|
1201
|
+
"description": "The property name."
|
|
1202
|
+
}
|
|
1203
|
+
],
|
|
1204
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
1205
|
+
"privacy": "public"
|
|
1206
|
+
}
|
|
1207
|
+
],
|
|
1208
|
+
"exports": [
|
|
1209
|
+
{
|
|
1210
|
+
"kind": "js",
|
|
1211
|
+
"name": "renderOnChange",
|
|
1212
|
+
"declaration": {
|
|
1213
|
+
"name": "renderOnChange",
|
|
1214
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
]
|
|
1218
|
+
},
|
|
1219
1219
|
{
|
|
1220
1220
|
"kind": "javascript-module",
|
|
1221
1221
|
"path": "src/error/errorMap.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,QAAA,IAAI,QAAQ,EAAE,MAAkB,CAAC;AAQjC,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC;AAG/B;;;;;;;GAOG;AACH,QAAA,IAAI,YAAY,EAAE,MAAY,CAAC;AAS/B,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAGvC;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAgG,CAAC;AAShI;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC;AAGzC;;GAEG;AACH,QAAA,IAAI,SAAS,EAAE,MAA+B,CAAC;AAM/C,OAAO,EAAE,SAAS,EAAE,CAAC;AAGrB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAA+B,CAAC;AAMvD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkC,CAAC;AAM1D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,UAAU,EAAE,MAA2B,CAAC;AAM5C,OAAO,EAAE,UAAU,EAAE,CAAC;AAGtB;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAyC,CAAC;AAMnE,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAgD,CAAC;AAM1E,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,kBAAkB,EAAE,MAA0C,CAAC;AAMnE,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAG9B;;GAEG;AACH,QAAA,IAAI,YAAY,EAAE,MAAuB,CAAC;AAM1C,OAAO,EAAE,YAAY,EAAE,CAAC;AAGxB;;GAEG;AACH,QAAA,IAAI,aAAa,EAAE,MAAoC,CAAC;AAMxD,OAAO,EAAE,aAAa,EAAE,CAAC;AAGzB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkB,CAAC;AAM1C,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,gBAAgB,EAAE,MAAgC,CAAC;AAMvD,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeNumberParser.d.ts","sourceRoot":"","sources":["../../../src/formatters/localeNumberParser.ts"],"names":[],"mappings":"AAWA;;GAEG;AACH,qBAAa,YAAY;IACvB;;;OAGG;IACH,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,MAAM,CAAM;gBACR,MAAM,EAAE,MAAM;IAc1B,KAAK,CAAC,YAAY,EAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"localeNumberParser.d.ts","sourceRoot":"","sources":["../../../src/formatters/localeNumberParser.ts"],"names":[],"mappings":"AAWA;;GAEG;AACH,qBAAa,YAAY;IACvB;;;OAGG;IACH,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,MAAM,CAAM;gBACR,MAAM,EAAE,MAAM;IAc1B,KAAK,CAAC,YAAY,EAAE,MAAM;IAc1B,YAAY,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO;CAG5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../src/route/route.ts"],"names":[],"mappings":"AAOA;;;;GAIG;AACH,qBAAa,SAAS;IACpB;;OAEG;IACS,QAAQ,EAAE,MAAM,CAA4B;IAExD,OAAO,CAAC,kBAAkB,CAAuB;IACjD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAY;IAEnC,OAAO;IAIP;;OAEG;IACH,WAAkB,MAAM,IAAI,SAAS,CAKpC;IAED;;OAEG;IACH,OAAO,CAAC,wBAAwB;IAYhC;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAOzB;;OAEG;IACI,OAAO,IAAI,IAAI;
|
|
1
|
+
{"version":3,"file":"route.d.ts","sourceRoot":"","sources":["../../../src/route/route.ts"],"names":[],"mappings":"AAOA;;;;GAIG;AACH,qBAAa,SAAS;IACpB;;OAEG;IACS,QAAQ,EAAE,MAAM,CAA4B;IAExD,OAAO,CAAC,kBAAkB,CAAuB;IACjD,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAY;IAEnC,OAAO;IAIP;;OAEG;IACH,WAAkB,MAAM,IAAI,SAAS,CAKpC;IAED;;OAEG;IACH,OAAO,CAAC,wBAAwB;IAYhC;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAOzB;;OAEG;IACI,OAAO,IAAI,IAAI;CAavB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/serializers/json/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/serializers/json/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD;;GAEG;AACH,eAAO,MAAM,OAAO,QACkI,CAAC;AAEvJ;;GAEG;AACH,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC;;GAEG;AACH,KAAK,cAAc,GACf,aAAa,GACb;IACE,SAAS,EAAE,GAAG,CAAC;IACf,QAAQ,CAAC,OAAO,EAAE,GAAG,GAAG,GAAG,CAAC;CAC7B,CAAC;AAON;;GAEG;AACH,eAAO,MAAM,OAAO,GAAI,QAAQ,MAAM,mBAAiC,CAAC;AAExE;;GAEG;AACH,eAAO,MAAM,SAAS,GAAI,QAAQ,GAAG,KAAG,MAAM,GAAG,SAwBhD,CAAC"}
|
|
@@ -26,6 +26,7 @@ export class NumberParser {
|
|
|
26
26
|
const shortcutMatch = localeNumber.trim().match(SHORTCUT_REGEX);
|
|
27
27
|
const multiplier = shortcutMatch ? SHORTCUT_MULTIPLIERS[shortcutMatch[2].toLowerCase()] : 1;
|
|
28
28
|
const normalized = shortcutMatch ? shortcutMatch[1] : localeNumber;
|
|
29
|
+
// oxlint-disable-next-line no-cond-assign -- intentional parse idiom (assignment in condition)
|
|
29
30
|
return (localeNumber = normalized
|
|
30
31
|
.trim()
|
|
31
32
|
.replace(this._group, '')
|
package/dist/esm/route/route.js
CHANGED
|
@@ -52,6 +52,7 @@ export class RouteUtil {
|
|
|
52
52
|
*/
|
|
53
53
|
destroy() {
|
|
54
54
|
// Remove popstate listener
|
|
55
|
+
// oxlint-disable-next-line unicorn/no-invalid-remove-event-listener -- symmetric to addEventListener(.bind)
|
|
55
56
|
window.removeEventListener('popstate', this.handleRouteChange.bind(this));
|
|
56
57
|
// Clear polling interval
|
|
57
58
|
if (this.routeCheckInterval !== null) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @internal
|
|
3
3
|
*/
|
|
4
|
-
export const ISO8601 = /^\d{4}-(0[1-9]|1[0-2])-([12]\d|0[1-9]|3[01])([T\s](([01]\d|2[0-3])
|
|
4
|
+
export const ISO8601 = /^\d{4}-(0[1-9]|1[0-2])-([12]\d|0[1-9]|3[01])([T\s](([01]\d|2[0-3]):[0-5]\d|24:00)(:[0-5]\d([.,]\d+)?)?([zZ]|([+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?$/;
|
|
5
5
|
/**
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
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.442.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"clean": "rimraf dist temp tsconfig.tsbuildinfo",
|
|
19
19
|
"dev": "genx dev -b ts",
|
|
20
20
|
"test": "genx test",
|
|
21
|
-
"lint": "genx lint
|
|
22
|
-
"lint:fix": "genx lint --fix"
|
|
21
|
+
"lint": "genx lint -l ox",
|
|
22
|
+
"lint:fix": "genx lint -l ox --fix"
|
|
23
23
|
},
|
|
24
24
|
"madge": {
|
|
25
25
|
"detectiveOptions": {
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.
|
|
33
|
-
"@genesislcap/genx": "14.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.
|
|
35
|
-
"@genesislcap/ts-builder": "14.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
37
|
-
"@genesislcap/vite-builder": "14.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.442.0",
|
|
33
|
+
"@genesislcap/genx": "14.442.0",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.442.0",
|
|
35
|
+
"@genesislcap/ts-builder": "14.442.0",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.442.0",
|
|
37
|
+
"@genesislcap/vite-builder": "14.442.0",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.442.0",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/expression-builder": "14.442.0",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.442.0",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "ad425e4ea17dad7d5b580200f2ca31758896d07f"
|
|
62
62
|
}
|