@genesislcap/foundation-utils 14.26.2-alpha-4e419a3.0 → 14.26.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.
@@ -386,6 +386,29 @@
386
386
  }
387
387
  ]
388
388
  },
389
+ {
390
+ "kind": "javascript-module",
391
+ "path": "src/directives/index.ts",
392
+ "declarations": [],
393
+ "exports": [
394
+ {
395
+ "kind": "js",
396
+ "name": "*",
397
+ "declaration": {
398
+ "name": "*",
399
+ "package": "./sync"
400
+ }
401
+ },
402
+ {
403
+ "kind": "js",
404
+ "name": "*",
405
+ "declaration": {
406
+ "name": "*",
407
+ "package": "./when-else"
408
+ }
409
+ }
410
+ ]
411
+ },
389
412
  {
390
413
  "kind": "javascript-module",
391
414
  "path": "src/design-system/design-system.ts",
@@ -435,29 +458,6 @@
435
458
  }
436
459
  ]
437
460
  },
438
- {
439
- "kind": "javascript-module",
440
- "path": "src/directives/index.ts",
441
- "declarations": [],
442
- "exports": [
443
- {
444
- "kind": "js",
445
- "name": "*",
446
- "declaration": {
447
- "name": "*",
448
- "package": "./sync"
449
- }
450
- },
451
- {
452
- "kind": "js",
453
- "name": "*",
454
- "declaration": {
455
- "name": "*",
456
- "package": "./when-else"
457
- }
458
- }
459
- ]
460
- },
461
461
  {
462
462
  "kind": "javascript-module",
463
463
  "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.26.2-alpha-4e419a3.0",
4
+ "version": "14.26.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -23,7 +23,7 @@
23
23
  "serve": "genx serve"
24
24
  },
25
25
  "devDependencies": {
26
- "@genesislcap/genx": "14.26.2-alpha-4e419a3.0",
26
+ "@genesislcap/genx": "^14.26.2",
27
27
  "@playwright/test": "^1.18.1",
28
28
  "@types/node": "^16.4.3",
29
29
  "analytics": "^0.8.0",
@@ -53,5 +53,5 @@
53
53
  "access": "public"
54
54
  },
55
55
  "customElements": "dist/custom-elements.json",
56
- "gitHead": "afa2fcb0f7401b895199d5319ded5b1462b2a2d3"
56
+ "gitHead": "60c523f3f5ac39cc3fe9a6aa4e52871d245f66c2"
57
57
  }