@genesislcap/foundation-utils 14.192.1 → 14.192.2-axes.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.
@@ -357,29 +357,6 @@
357
357
  }
358
358
  ]
359
359
  },
360
- {
361
- "kind": "javascript-module",
362
- "path": "src/directives/index.ts",
363
- "declarations": [],
364
- "exports": [
365
- {
366
- "kind": "js",
367
- "name": "*",
368
- "declaration": {
369
- "name": "*",
370
- "package": "./sync"
371
- }
372
- },
373
- {
374
- "kind": "js",
375
- "name": "*",
376
- "declaration": {
377
- "name": "*",
378
- "package": "./when-else"
379
- }
380
- }
381
- ]
382
- },
383
360
  {
384
361
  "kind": "javascript-module",
385
362
  "path": "src/decorators/index.ts",
@@ -483,6 +460,29 @@
483
460
  }
484
461
  ]
485
462
  },
463
+ {
464
+ "kind": "javascript-module",
465
+ "path": "src/directives/index.ts",
466
+ "declarations": [],
467
+ "exports": [
468
+ {
469
+ "kind": "js",
470
+ "name": "*",
471
+ "declaration": {
472
+ "name": "*",
473
+ "package": "./sync"
474
+ }
475
+ },
476
+ {
477
+ "kind": "js",
478
+ "name": "*",
479
+ "declaration": {
480
+ "name": "*",
481
+ "package": "./when-else"
482
+ }
483
+ }
484
+ ]
485
+ },
486
486
  {
487
487
  "kind": "javascript-module",
488
488
  "path": "src/env/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.192.1",
4
+ "version": "14.192.2-axes.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.192.1",
31
- "@genesislcap/genx": "14.192.1",
32
- "@genesislcap/rollup-builder": "14.192.1",
33
- "@genesislcap/ts-builder": "14.192.1",
34
- "@genesislcap/uvu-playwright-builder": "14.192.1",
35
- "@genesislcap/vite-builder": "14.192.1",
36
- "@genesislcap/webpack-builder": "14.192.1",
30
+ "@genesislcap/foundation-testing": "14.192.2-axes.2",
31
+ "@genesislcap/genx": "14.192.2-axes.2",
32
+ "@genesislcap/rollup-builder": "14.192.2-axes.2",
33
+ "@genesislcap/ts-builder": "14.192.2-axes.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.192.2-axes.2",
35
+ "@genesislcap/vite-builder": "14.192.2-axes.2",
36
+ "@genesislcap/webpack-builder": "14.192.2-axes.2",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.192.1",
40
+ "@genesislcap/foundation-logger": "14.192.2-axes.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",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "a29aa171eb4bd0a83c1787bdcfb0351f77ff0cc5"
57
+ "gitHead": "b7ee0f6f803626c4a575826bea4e2df5f8905533"
58
58
  }