@genesislcap/foundation-utils 14.156.1 → 14.156.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.
@@ -349,29 +349,6 @@
349
349
  }
350
350
  ]
351
351
  },
352
- {
353
- "kind": "javascript-module",
354
- "path": "src/directives/index.ts",
355
- "declarations": [],
356
- "exports": [
357
- {
358
- "kind": "js",
359
- "name": "*",
360
- "declaration": {
361
- "name": "*",
362
- "package": "./sync"
363
- }
364
- },
365
- {
366
- "kind": "js",
367
- "name": "*",
368
- "declaration": {
369
- "name": "*",
370
- "package": "./when-else"
371
- }
372
- }
373
- ]
374
- },
375
352
  {
376
353
  "kind": "javascript-module",
377
354
  "path": "src/decorators/index.ts",
@@ -425,6 +402,29 @@
425
402
  }
426
403
  ]
427
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
428
  {
429
429
  "kind": "javascript-module",
430
430
  "path": "src/design-system/design-system.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.156.1",
4
+ "version": "14.156.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.156.1",
23
- "@genesislcap/genx": "14.156.1",
24
- "@genesislcap/rollup-builder": "14.156.1",
25
- "@genesislcap/ts-builder": "14.156.1",
26
- "@genesislcap/uvu-playwright-builder": "14.156.1",
27
- "@genesislcap/vite-builder": "14.156.1",
28
- "@genesislcap/webpack-builder": "14.156.1",
22
+ "@genesislcap/foundation-testing": "14.156.2",
23
+ "@genesislcap/genx": "14.156.2",
24
+ "@genesislcap/rollup-builder": "14.156.2",
25
+ "@genesislcap/ts-builder": "14.156.2",
26
+ "@genesislcap/uvu-playwright-builder": "14.156.2",
27
+ "@genesislcap/vite-builder": "14.156.2",
28
+ "@genesislcap/webpack-builder": "14.156.2",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.156.1",
32
+ "@genesislcap/foundation-logger": "14.156.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": "a46c0617f5e8fb110baf8083fd885aa3693b94dd"
50
+ "gitHead": "eeafe9d4d1fb3744050404a21a04120adbef3997"
51
51
  }