@genesislcap/foundation-utils 14.167.1 → 14.167.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.
@@ -402,29 +402,6 @@
402
402
  }
403
403
  ]
404
404
  },
405
- {
406
- "kind": "javascript-module",
407
- "path": "src/directives/index.ts",
408
- "declarations": [],
409
- "exports": [
410
- {
411
- "kind": "js",
412
- "name": "*",
413
- "declaration": {
414
- "name": "*",
415
- "package": "./sync"
416
- }
417
- },
418
- {
419
- "kind": "js",
420
- "name": "*",
421
- "declaration": {
422
- "name": "*",
423
- "package": "./when-else"
424
- }
425
- }
426
- ]
427
- },
428
405
  {
429
406
  "kind": "javascript-module",
430
407
  "path": "src/design-system/design-system.ts",
@@ -897,6 +874,29 @@
897
874
  }
898
875
  ]
899
876
  },
877
+ {
878
+ "kind": "javascript-module",
879
+ "path": "src/directives/index.ts",
880
+ "declarations": [],
881
+ "exports": [
882
+ {
883
+ "kind": "js",
884
+ "name": "*",
885
+ "declaration": {
886
+ "name": "*",
887
+ "package": "./sync"
888
+ }
889
+ },
890
+ {
891
+ "kind": "js",
892
+ "name": "*",
893
+ "declaration": {
894
+ "name": "*",
895
+ "package": "./when-else"
896
+ }
897
+ }
898
+ ]
899
+ },
900
900
  {
901
901
  "kind": "javascript-module",
902
902
  "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.167.1",
4
+ "version": "14.167.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,17 +19,17 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.167.1",
23
- "@genesislcap/genx": "14.167.1",
24
- "@genesislcap/rollup-builder": "14.167.1",
25
- "@genesislcap/ts-builder": "14.167.1",
26
- "@genesislcap/uvu-playwright-builder": "14.167.1",
27
- "@genesislcap/vite-builder": "14.167.1",
28
- "@genesislcap/webpack-builder": "14.167.1",
22
+ "@genesislcap/foundation-testing": "14.167.2",
23
+ "@genesislcap/genx": "14.167.2",
24
+ "@genesislcap/rollup-builder": "14.167.2",
25
+ "@genesislcap/ts-builder": "14.167.2",
26
+ "@genesislcap/uvu-playwright-builder": "14.167.2",
27
+ "@genesislcap/vite-builder": "14.167.2",
28
+ "@genesislcap/webpack-builder": "14.167.2",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.167.1",
32
+ "@genesislcap/foundation-logger": "14.167.2",
33
33
  "@microsoft/fast-components": "^2.30.6",
34
34
  "@microsoft/fast-element": "^1.12.0",
35
35
  "@microsoft/fast-foundation": "^2.49.4",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "customElements": "dist/custom-elements.json",
50
- "gitHead": "37f5c8b576a21785bcc87526aa9cba0d1bcd72b8"
50
+ "gitHead": "2a8195a275ed18e314669107b77cbf70b6285b97"
51
51
  }