@genesislcap/foundation-utils 14.21.0 → 14.22.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 +40 -40
- package/package.json +3 -3
|
@@ -892,6 +892,46 @@
|
|
|
892
892
|
}
|
|
893
893
|
]
|
|
894
894
|
},
|
|
895
|
+
{
|
|
896
|
+
"kind": "javascript-module",
|
|
897
|
+
"path": "src/resource/index.ts",
|
|
898
|
+
"declarations": [],
|
|
899
|
+
"exports": [
|
|
900
|
+
{
|
|
901
|
+
"kind": "js",
|
|
902
|
+
"name": "*",
|
|
903
|
+
"declaration": {
|
|
904
|
+
"name": "*",
|
|
905
|
+
"package": "./types"
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"kind": "javascript-module",
|
|
912
|
+
"path": "src/resource/types.ts",
|
|
913
|
+
"declarations": [
|
|
914
|
+
{
|
|
915
|
+
"kind": "variable",
|
|
916
|
+
"name": "ResourceType",
|
|
917
|
+
"type": {
|
|
918
|
+
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
919
|
+
},
|
|
920
|
+
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
921
|
+
"privacy": "public"
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"exports": [
|
|
925
|
+
{
|
|
926
|
+
"kind": "js",
|
|
927
|
+
"name": "ResourceType",
|
|
928
|
+
"declaration": {
|
|
929
|
+
"name": "ResourceType",
|
|
930
|
+
"module": "src/resource/types.ts"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
]
|
|
934
|
+
},
|
|
895
935
|
{
|
|
896
936
|
"kind": "javascript-module",
|
|
897
937
|
"path": "src/observer/index.ts",
|
|
@@ -962,46 +1002,6 @@
|
|
|
962
1002
|
}
|
|
963
1003
|
]
|
|
964
1004
|
},
|
|
965
|
-
{
|
|
966
|
-
"kind": "javascript-module",
|
|
967
|
-
"path": "src/resource/index.ts",
|
|
968
|
-
"declarations": [],
|
|
969
|
-
"exports": [
|
|
970
|
-
{
|
|
971
|
-
"kind": "js",
|
|
972
|
-
"name": "*",
|
|
973
|
-
"declaration": {
|
|
974
|
-
"name": "*",
|
|
975
|
-
"package": "./types"
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
]
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"kind": "javascript-module",
|
|
982
|
-
"path": "src/resource/types.ts",
|
|
983
|
-
"declarations": [
|
|
984
|
-
{
|
|
985
|
-
"kind": "variable",
|
|
986
|
-
"name": "ResourceType",
|
|
987
|
-
"type": {
|
|
988
|
-
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
989
|
-
},
|
|
990
|
-
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
991
|
-
"privacy": "public"
|
|
992
|
-
}
|
|
993
|
-
],
|
|
994
|
-
"exports": [
|
|
995
|
-
{
|
|
996
|
-
"kind": "js",
|
|
997
|
-
"name": "ResourceType",
|
|
998
|
-
"declaration": {
|
|
999
|
-
"name": "ResourceType",
|
|
1000
|
-
"module": "src/resource/types.ts"
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
]
|
|
1004
|
-
},
|
|
1005
1005
|
{
|
|
1006
1006
|
"kind": "javascript-module",
|
|
1007
1007
|
"path": "src/serializers/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.22.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
31
|
-
"@genesislcap/genx": "^14.
|
|
31
|
+
"@genesislcap/genx": "^14.22.1",
|
|
32
32
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
33
33
|
"@playwright/test": "^1.18.1",
|
|
34
34
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
92
|
"customElements": "dist/custom-elements.json",
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "92229d8fa1d4a867a0fb888e541e0a5ea258436e"
|
|
94
94
|
}
|