@genesislcap/foundation-utils 14.344.0-fui-2424-height-width.1 → 14.344.0-fui-2424-height-width.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.
- package/dist/custom-elements.json +15 -15
- package/package.json +11 -11
|
@@ -579,21 +579,6 @@
|
|
|
579
579
|
}
|
|
580
580
|
]
|
|
581
581
|
},
|
|
582
|
-
{
|
|
583
|
-
"kind": "javascript-module",
|
|
584
|
-
"path": "src/encoding/index.ts",
|
|
585
|
-
"declarations": [],
|
|
586
|
-
"exports": [
|
|
587
|
-
{
|
|
588
|
-
"kind": "js",
|
|
589
|
-
"name": "*",
|
|
590
|
-
"declaration": {
|
|
591
|
-
"name": "*",
|
|
592
|
-
"package": "./base64"
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
]
|
|
596
|
-
},
|
|
597
582
|
{
|
|
598
583
|
"kind": "javascript-module",
|
|
599
584
|
"path": "src/env/index.ts",
|
|
@@ -1268,6 +1253,21 @@
|
|
|
1268
1253
|
}
|
|
1269
1254
|
]
|
|
1270
1255
|
},
|
|
1256
|
+
{
|
|
1257
|
+
"kind": "javascript-module",
|
|
1258
|
+
"path": "src/encoding/index.ts",
|
|
1259
|
+
"declarations": [],
|
|
1260
|
+
"exports": [
|
|
1261
|
+
{
|
|
1262
|
+
"kind": "js",
|
|
1263
|
+
"name": "*",
|
|
1264
|
+
"declaration": {
|
|
1265
|
+
"name": "*",
|
|
1266
|
+
"package": "./base64"
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1269
|
+
]
|
|
1270
|
+
},
|
|
1271
1271
|
{
|
|
1272
1272
|
"kind": "javascript-module",
|
|
1273
1273
|
"path": "src/formatters/datetime.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.344.0-fui-2424-height-width.
|
|
4
|
+
"version": "14.344.0-fui-2424-height-width.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.344.0-fui-2424-height-width.
|
|
31
|
-
"@genesislcap/genx": "14.344.0-fui-2424-height-width.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.344.0-fui-2424-height-width.
|
|
33
|
-
"@genesislcap/ts-builder": "14.344.0-fui-2424-height-width.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.344.0-fui-2424-height-width.
|
|
35
|
-
"@genesislcap/vite-builder": "14.344.0-fui-2424-height-width.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.344.0-fui-2424-height-width.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.344.0-fui-2424-height-width.2",
|
|
31
|
+
"@genesislcap/genx": "14.344.0-fui-2424-height-width.2",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.344.0-fui-2424-height-width.2",
|
|
33
|
+
"@genesislcap/ts-builder": "14.344.0-fui-2424-height-width.2",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.344.0-fui-2424-height-width.2",
|
|
35
|
+
"@genesislcap/vite-builder": "14.344.0-fui-2424-height-width.2",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.344.0-fui-2424-height-width.2",
|
|
37
37
|
"@types/json-schema": "^7.0.11"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/expression-builder": "14.344.0-fui-2424-height-width.
|
|
41
|
-
"@genesislcap/foundation-logger": "14.344.0-fui-2424-height-width.
|
|
40
|
+
"@genesislcap/expression-builder": "14.344.0-fui-2424-height-width.2",
|
|
41
|
+
"@genesislcap/foundation-logger": "14.344.0-fui-2424-height-width.2",
|
|
42
42
|
"@microsoft/fast-components": "2.30.6",
|
|
43
43
|
"@microsoft/fast-element": "1.14.0",
|
|
44
44
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"customElements": "dist/custom-elements.json",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "2d17c5de7ce496012f26ef700aafb8cd69a76490"
|
|
60
60
|
}
|