@genesislcap/foundation-utils 14.133.1 → 14.134.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.
@@ -394,6 +394,29 @@
394
394
  }
395
395
  ]
396
396
  },
397
+ {
398
+ "kind": "javascript-module",
399
+ "path": "src/directives/index.ts",
400
+ "declarations": [],
401
+ "exports": [
402
+ {
403
+ "kind": "js",
404
+ "name": "*",
405
+ "declaration": {
406
+ "name": "*",
407
+ "package": "./sync"
408
+ }
409
+ },
410
+ {
411
+ "kind": "js",
412
+ "name": "*",
413
+ "declaration": {
414
+ "name": "*",
415
+ "package": "./when-else"
416
+ }
417
+ }
418
+ ]
419
+ },
397
420
  {
398
421
  "kind": "javascript-module",
399
422
  "path": "src/design-system/design-system.ts",
@@ -444,29 +467,6 @@
444
467
  }
445
468
  ]
446
469
  },
447
- {
448
- "kind": "javascript-module",
449
- "path": "src/directives/index.ts",
450
- "declarations": [],
451
- "exports": [
452
- {
453
- "kind": "js",
454
- "name": "*",
455
- "declaration": {
456
- "name": "*",
457
- "package": "./sync"
458
- }
459
- },
460
- {
461
- "kind": "js",
462
- "name": "*",
463
- "declaration": {
464
- "name": "*",
465
- "package": "./when-else"
466
- }
467
- }
468
- ]
469
- },
470
470
  {
471
471
  "kind": "javascript-module",
472
472
  "path": "src/env/index.ts",
@@ -1225,6 +1225,62 @@
1225
1225
  }
1226
1226
  ]
1227
1227
  },
1228
+ {
1229
+ "kind": "javascript-module",
1230
+ "path": "src/resource/index.ts",
1231
+ "declarations": [],
1232
+ "exports": [
1233
+ {
1234
+ "kind": "js",
1235
+ "name": "*",
1236
+ "declaration": {
1237
+ "name": "*",
1238
+ "package": "./types"
1239
+ }
1240
+ }
1241
+ ]
1242
+ },
1243
+ {
1244
+ "kind": "javascript-module",
1245
+ "path": "src/resource/types.ts",
1246
+ "declarations": [
1247
+ {
1248
+ "kind": "variable",
1249
+ "name": "ResourceType",
1250
+ "type": {
1251
+ "text": "{\n local: 'local',\n remote: 'remote',\n}"
1252
+ },
1253
+ "default": "{\n local: 'local',\n remote: 'remote',\n}",
1254
+ "description": "An object that defines two resource types: \"local\" and \"remote\".",
1255
+ "privacy": "public"
1256
+ }
1257
+ ],
1258
+ "exports": [
1259
+ {
1260
+ "kind": "js",
1261
+ "name": "ResourceType",
1262
+ "declaration": {
1263
+ "name": "ResourceType",
1264
+ "module": "src/resource/types.ts"
1265
+ }
1266
+ }
1267
+ ]
1268
+ },
1269
+ {
1270
+ "kind": "javascript-module",
1271
+ "path": "src/serializers/index.ts",
1272
+ "declarations": [],
1273
+ "exports": [
1274
+ {
1275
+ "kind": "js",
1276
+ "name": "*",
1277
+ "declaration": {
1278
+ "name": "*",
1279
+ "package": "./json"
1280
+ }
1281
+ }
1282
+ ]
1283
+ },
1228
1284
  {
1229
1285
  "kind": "javascript-module",
1230
1286
  "path": "src/observer/index.ts",
@@ -1297,62 +1353,6 @@
1297
1353
  }
1298
1354
  ]
1299
1355
  },
1300
- {
1301
- "kind": "javascript-module",
1302
- "path": "src/resource/index.ts",
1303
- "declarations": [],
1304
- "exports": [
1305
- {
1306
- "kind": "js",
1307
- "name": "*",
1308
- "declaration": {
1309
- "name": "*",
1310
- "package": "./types"
1311
- }
1312
- }
1313
- ]
1314
- },
1315
- {
1316
- "kind": "javascript-module",
1317
- "path": "src/resource/types.ts",
1318
- "declarations": [
1319
- {
1320
- "kind": "variable",
1321
- "name": "ResourceType",
1322
- "type": {
1323
- "text": "{\n local: 'local',\n remote: 'remote',\n}"
1324
- },
1325
- "default": "{\n local: 'local',\n remote: 'remote',\n}",
1326
- "description": "An object that defines two resource types: \"local\" and \"remote\".",
1327
- "privacy": "public"
1328
- }
1329
- ],
1330
- "exports": [
1331
- {
1332
- "kind": "js",
1333
- "name": "ResourceType",
1334
- "declaration": {
1335
- "name": "ResourceType",
1336
- "module": "src/resource/types.ts"
1337
- }
1338
- }
1339
- ]
1340
- },
1341
- {
1342
- "kind": "javascript-module",
1343
- "path": "src/serializers/index.ts",
1344
- "declarations": [],
1345
- "exports": [
1346
- {
1347
- "kind": "js",
1348
- "name": "*",
1349
- "declaration": {
1350
- "name": "*",
1351
- "package": "./json"
1352
- }
1353
- }
1354
- ]
1355
- },
1356
1356
  {
1357
1357
  "kind": "javascript-module",
1358
1358
  "path": "src/styles/color.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.133.1",
4
+ "version": "14.134.0",
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.133.1",
23
- "@genesislcap/genx": "14.133.1",
22
+ "@genesislcap/foundation-testing": "14.134.0",
23
+ "@genesislcap/genx": "14.134.0",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.133.1",
27
+ "@genesislcap/foundation-logger": "14.134.0",
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": "60a1b03191d94703044ded0ed9c95d2ec4d61963"
45
+ "gitHead": "2e07ccefac615ca60229b55ffed0da7ed23dfeca"
46
46
  }