@genesislcap/foundation-utils 14.278.3 → 14.281.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 +15 -15
- package/package.json +10 -10
|
@@ -528,21 +528,6 @@
|
|
|
528
528
|
}
|
|
529
529
|
]
|
|
530
530
|
},
|
|
531
|
-
{
|
|
532
|
-
"kind": "javascript-module",
|
|
533
|
-
"path": "src/encoding/index.ts",
|
|
534
|
-
"declarations": [],
|
|
535
|
-
"exports": [
|
|
536
|
-
{
|
|
537
|
-
"kind": "js",
|
|
538
|
-
"name": "*",
|
|
539
|
-
"declaration": {
|
|
540
|
-
"name": "*",
|
|
541
|
-
"package": "./base64"
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
]
|
|
545
|
-
},
|
|
546
531
|
{
|
|
547
532
|
"kind": "javascript-module",
|
|
548
533
|
"path": "src/env/index.ts",
|
|
@@ -984,6 +969,21 @@
|
|
|
984
969
|
}
|
|
985
970
|
]
|
|
986
971
|
},
|
|
972
|
+
{
|
|
973
|
+
"kind": "javascript-module",
|
|
974
|
+
"path": "src/encoding/index.ts",
|
|
975
|
+
"declarations": [],
|
|
976
|
+
"exports": [
|
|
977
|
+
{
|
|
978
|
+
"kind": "js",
|
|
979
|
+
"name": "*",
|
|
980
|
+
"declaration": {
|
|
981
|
+
"name": "*",
|
|
982
|
+
"package": "./base64"
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
]
|
|
986
|
+
},
|
|
987
987
|
{
|
|
988
988
|
"kind": "javascript-module",
|
|
989
989
|
"path": "src/error/errorMap.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.281.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.281.0",
|
|
31
|
+
"@genesislcap/genx": "14.281.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.281.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.281.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.281.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.281.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.281.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11",
|
|
38
38
|
"rimraf": "^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@genesislcap/expression-builder": "14.258.1",
|
|
42
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/foundation-logger": "14.281.0",
|
|
43
43
|
"@microsoft/fast-components": "2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "1.14.0",
|
|
45
45
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "dist/custom-elements.json",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "b2843ad2a9e1b5997b721f9fd1127666922c7259"
|
|
61
61
|
}
|