@genesislcap/foundation-utils 14.312.1 → 14.313.1-alpha-8845835.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.
@@ -375,6 +375,29 @@
375
375
  }
376
376
  ]
377
377
  },
378
+ {
379
+ "kind": "javascript-module",
380
+ "path": "src/directives/index.ts",
381
+ "declarations": [],
382
+ "exports": [
383
+ {
384
+ "kind": "js",
385
+ "name": "*",
386
+ "declaration": {
387
+ "name": "*",
388
+ "package": "./sync"
389
+ }
390
+ },
391
+ {
392
+ "kind": "js",
393
+ "name": "*",
394
+ "declaration": {
395
+ "name": "*",
396
+ "package": "./when-else"
397
+ }
398
+ }
399
+ ]
400
+ },
378
401
  {
379
402
  "kind": "javascript-module",
380
403
  "path": "src/decorators/index.ts",
@@ -428,29 +451,6 @@
428
451
  }
429
452
  ]
430
453
  },
431
- {
432
- "kind": "javascript-module",
433
- "path": "src/directives/index.ts",
434
- "declarations": [],
435
- "exports": [
436
- {
437
- "kind": "js",
438
- "name": "*",
439
- "declaration": {
440
- "name": "*",
441
- "package": "./sync"
442
- }
443
- },
444
- {
445
- "kind": "js",
446
- "name": "*",
447
- "declaration": {
448
- "name": "*",
449
- "package": "./when-else"
450
- }
451
- }
452
- ]
453
- },
454
454
  {
455
455
  "kind": "javascript-module",
456
456
  "path": "src/encoding/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.312.1",
4
+ "version": "14.313.1-alpha-8845835.0",
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.312.1",
31
- "@genesislcap/genx": "14.312.1",
32
- "@genesislcap/rollup-builder": "14.312.1",
33
- "@genesislcap/ts-builder": "14.312.1",
34
- "@genesislcap/uvu-playwright-builder": "14.312.1",
35
- "@genesislcap/vite-builder": "14.312.1",
36
- "@genesislcap/webpack-builder": "14.312.1",
30
+ "@genesislcap/foundation-testing": "14.313.1-alpha-8845835.0",
31
+ "@genesislcap/genx": "14.313.1-alpha-8845835.0",
32
+ "@genesislcap/rollup-builder": "14.313.1-alpha-8845835.0",
33
+ "@genesislcap/ts-builder": "14.313.1-alpha-8845835.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.313.1-alpha-8845835.0",
35
+ "@genesislcap/vite-builder": "14.313.1-alpha-8845835.0",
36
+ "@genesislcap/webpack-builder": "14.313.1-alpha-8845835.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.312.1",
41
- "@genesislcap/foundation-logger": "14.312.1",
40
+ "@genesislcap/expression-builder": "14.313.1-alpha-8845835.0",
41
+ "@genesislcap/foundation-logger": "14.313.1-alpha-8845835.0",
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": "e93a505007f5271b52652f77b2117629f5b18def"
59
+ "gitHead": "8614f40fa9885bc44f7dcecf054ca96a288fed49"
60
60
  }