@genesislcap/foundation-utils 14.329.0 → 14.330.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.
@@ -503,29 +503,6 @@
503
503
  }
504
504
  ]
505
505
  },
506
- {
507
- "kind": "javascript-module",
508
- "path": "src/directives/index.ts",
509
- "declarations": [],
510
- "exports": [
511
- {
512
- "kind": "js",
513
- "name": "*",
514
- "declaration": {
515
- "name": "*",
516
- "package": "./sync"
517
- }
518
- },
519
- {
520
- "kind": "js",
521
- "name": "*",
522
- "declaration": {
523
- "name": "*",
524
- "package": "./when-else"
525
- }
526
- }
527
- ]
528
- },
529
506
  {
530
507
  "kind": "javascript-module",
531
508
  "path": "src/decorators/index.ts",
@@ -581,7 +558,7 @@
581
558
  },
582
559
  {
583
560
  "kind": "javascript-module",
584
- "path": "src/encoding/index.ts",
561
+ "path": "src/directives/index.ts",
585
562
  "declarations": [],
586
563
  "exports": [
587
564
  {
@@ -589,7 +566,15 @@
589
566
  "name": "*",
590
567
  "declaration": {
591
568
  "name": "*",
592
- "package": "./base64"
569
+ "package": "./sync"
570
+ }
571
+ },
572
+ {
573
+ "kind": "js",
574
+ "name": "*",
575
+ "declaration": {
576
+ "name": "*",
577
+ "package": "./when-else"
593
578
  }
594
579
  }
595
580
  ]
@@ -1268,6 +1253,21 @@
1268
1253
  }
1269
1254
  ]
1270
1255
  },
1256
+ {
1257
+ "kind": "javascript-module",
1258
+ "path": "src/encoding/index.ts",
1259
+ "declarations": [],
1260
+ "exports": [
1261
+ {
1262
+ "kind": "js",
1263
+ "name": "*",
1264
+ "declaration": {
1265
+ "name": "*",
1266
+ "package": "./base64"
1267
+ }
1268
+ }
1269
+ ]
1270
+ },
1271
1271
  {
1272
1272
  "kind": "javascript-module",
1273
1273
  "path": "src/formatters/datetime.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.329.0",
4
+ "version": "14.330.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.329.0",
31
- "@genesislcap/genx": "14.329.0",
32
- "@genesislcap/rollup-builder": "14.329.0",
33
- "@genesislcap/ts-builder": "14.329.0",
34
- "@genesislcap/uvu-playwright-builder": "14.329.0",
35
- "@genesislcap/vite-builder": "14.329.0",
36
- "@genesislcap/webpack-builder": "14.329.0",
30
+ "@genesislcap/foundation-testing": "14.330.0",
31
+ "@genesislcap/genx": "14.330.0",
32
+ "@genesislcap/rollup-builder": "14.330.0",
33
+ "@genesislcap/ts-builder": "14.330.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.330.0",
35
+ "@genesislcap/vite-builder": "14.330.0",
36
+ "@genesislcap/webpack-builder": "14.330.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.329.0",
41
- "@genesislcap/foundation-logger": "14.329.0",
40
+ "@genesislcap/expression-builder": "14.330.0",
41
+ "@genesislcap/foundation-logger": "14.330.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": "b3e477f5cd4531384935f255ac3ab9aab22ed77c"
59
+ "gitHead": "f6f09dc864888890f952e2208aa606e01eea5bce"
60
60
  }