@genesislcap/foundation-utils 14.214.1 → 14.214.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -468,6 +468,29 @@
468
468
  }
469
469
  ]
470
470
  },
471
+ {
472
+ "kind": "javascript-module",
473
+ "path": "src/directives/index.ts",
474
+ "declarations": [],
475
+ "exports": [
476
+ {
477
+ "kind": "js",
478
+ "name": "*",
479
+ "declaration": {
480
+ "name": "*",
481
+ "package": "./sync"
482
+ }
483
+ },
484
+ {
485
+ "kind": "js",
486
+ "name": "*",
487
+ "declaration": {
488
+ "name": "*",
489
+ "package": "./when-else"
490
+ }
491
+ }
492
+ ]
493
+ },
471
494
  {
472
495
  "kind": "javascript-module",
473
496
  "path": "src/env/index.ts",
@@ -905,29 +928,6 @@
905
928
  }
906
929
  ]
907
930
  },
908
- {
909
- "kind": "javascript-module",
910
- "path": "src/directives/index.ts",
911
- "declarations": [],
912
- "exports": [
913
- {
914
- "kind": "js",
915
- "name": "*",
916
- "declaration": {
917
- "name": "*",
918
- "package": "./sync"
919
- }
920
- },
921
- {
922
- "kind": "js",
923
- "name": "*",
924
- "declaration": {
925
- "name": "*",
926
- "package": "./when-else"
927
- }
928
- }
929
- ]
930
- },
931
931
  {
932
932
  "kind": "javascript-module",
933
933
  "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.214.1",
4
+ "version": "14.214.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.214.1",
31
- "@genesislcap/genx": "14.214.1",
32
- "@genesislcap/rollup-builder": "14.214.1",
33
- "@genesislcap/ts-builder": "14.214.1",
34
- "@genesislcap/uvu-playwright-builder": "14.214.1",
35
- "@genesislcap/vite-builder": "14.214.1",
36
- "@genesislcap/webpack-builder": "14.214.1",
30
+ "@genesislcap/foundation-testing": "14.214.2",
31
+ "@genesislcap/genx": "14.214.2",
32
+ "@genesislcap/rollup-builder": "14.214.2",
33
+ "@genesislcap/ts-builder": "14.214.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.214.2",
35
+ "@genesislcap/vite-builder": "14.214.2",
36
+ "@genesislcap/webpack-builder": "14.214.2",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.214.1",
40
+ "@genesislcap/foundation-logger": "14.214.2",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "9004ab51d127b82f36be2f73ed658cd7cbfba897"
58
+ "gitHead": "181b76ca557a8a88be4cff765645d618c37debf3"
59
59
  }