@genesislcap/foundation-utils 14.139.1 → 14.139.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 +23 -23
- package/package.json +5 -5
|
@@ -1210,6 +1210,29 @@
|
|
|
1210
1210
|
}
|
|
1211
1211
|
]
|
|
1212
1212
|
},
|
|
1213
|
+
{
|
|
1214
|
+
"kind": "javascript-module",
|
|
1215
|
+
"path": "src/mixins/index.ts",
|
|
1216
|
+
"declarations": [],
|
|
1217
|
+
"exports": [
|
|
1218
|
+
{
|
|
1219
|
+
"kind": "js",
|
|
1220
|
+
"name": "*",
|
|
1221
|
+
"declaration": {
|
|
1222
|
+
"name": "*",
|
|
1223
|
+
"package": "./pendingState"
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"kind": "js",
|
|
1228
|
+
"name": "*",
|
|
1229
|
+
"declaration": {
|
|
1230
|
+
"name": "*",
|
|
1231
|
+
"package": "./lifecycle"
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
]
|
|
1235
|
+
},
|
|
1213
1236
|
{
|
|
1214
1237
|
"kind": "javascript-module",
|
|
1215
1238
|
"path": "src/observer/index.ts",
|
|
@@ -1323,29 +1346,6 @@
|
|
|
1323
1346
|
}
|
|
1324
1347
|
]
|
|
1325
1348
|
},
|
|
1326
|
-
{
|
|
1327
|
-
"kind": "javascript-module",
|
|
1328
|
-
"path": "src/mixins/index.ts",
|
|
1329
|
-
"declarations": [],
|
|
1330
|
-
"exports": [
|
|
1331
|
-
{
|
|
1332
|
-
"kind": "js",
|
|
1333
|
-
"name": "*",
|
|
1334
|
-
"declaration": {
|
|
1335
|
-
"name": "*",
|
|
1336
|
-
"package": "./pendingState"
|
|
1337
|
-
}
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"kind": "js",
|
|
1341
|
-
"name": "*",
|
|
1342
|
-
"declaration": {
|
|
1343
|
-
"name": "*",
|
|
1344
|
-
"package": "./lifecycle"
|
|
1345
|
-
}
|
|
1346
|
-
}
|
|
1347
|
-
]
|
|
1348
|
-
},
|
|
1349
1349
|
{
|
|
1350
1350
|
"kind": "javascript-module",
|
|
1351
1351
|
"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.139.
|
|
4
|
+
"version": "14.139.2",
|
|
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.139.
|
|
23
|
-
"@genesislcap/genx": "14.139.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.139.2",
|
|
23
|
+
"@genesislcap/genx": "14.139.2",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.139.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.139.2",
|
|
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": "945af0dd1cf6327fd8d38b7a336fa7a873da4211"
|
|
46
46
|
}
|