@genesislcap/foundation-utils 14.223.1-alpha-600a8b9.0 → 14.223.1-alpha-6c9f0a7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -418,29 +418,6 @@
418
418
  }
419
419
  ]
420
420
  },
421
- {
422
- "kind": "javascript-module",
423
- "path": "src/directives/index.ts",
424
- "declarations": [],
425
- "exports": [
426
- {
427
- "kind": "js",
428
- "name": "*",
429
- "declaration": {
430
- "name": "*",
431
- "package": "./sync"
432
- }
433
- },
434
- {
435
- "kind": "js",
436
- "name": "*",
437
- "declaration": {
438
- "name": "*",
439
- "package": "./when-else"
440
- }
441
- }
442
- ]
443
- },
444
421
  {
445
422
  "kind": "javascript-module",
446
423
  "path": "src/design-system/design-system.ts",
@@ -491,6 +468,29 @@
491
468
  }
492
469
  ]
493
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
+ },
494
494
  {
495
495
  "kind": "javascript-module",
496
496
  "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.223.1-alpha-600a8b9.0",
4
+ "version": "14.223.1-alpha-6c9f0a7.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,25 +27,30 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.223.1-alpha-600a8b9.0",
31
- "@genesislcap/genx": "14.223.1-alpha-600a8b9.0",
32
- "@genesislcap/rollup-builder": "14.223.1-alpha-600a8b9.0",
33
- "@genesislcap/ts-builder": "14.223.1-alpha-600a8b9.0",
34
- "@genesislcap/uvu-playwright-builder": "14.223.1-alpha-600a8b9.0",
35
- "@genesislcap/vite-builder": "14.223.1-alpha-600a8b9.0",
36
- "@genesislcap/webpack-builder": "14.223.1-alpha-600a8b9.0",
30
+ "@genesislcap/foundation-testing": "14.223.1-alpha-6c9f0a7.0",
31
+ "@genesislcap/genx": "14.223.1-alpha-6c9f0a7.0",
32
+ "@genesislcap/rollup-builder": "14.223.1-alpha-6c9f0a7.0",
33
+ "@genesislcap/ts-builder": "14.223.1-alpha-6c9f0a7.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.223.1-alpha-6c9f0a7.0",
35
+ "@genesislcap/vite-builder": "14.223.1-alpha-6c9f0a7.0",
36
+ "@genesislcap/webpack-builder": "14.223.1-alpha-6c9f0a7.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.223.1-alpha-600a8b9.0",
41
- "@microsoft/fast-components": "^2.30.6",
42
- "@microsoft/fast-element": "1.12.0",
43
- "@microsoft/fast-foundation": "2.49.5",
40
+ "@genesislcap/foundation-logger": "14.223.1-alpha-6c9f0a7.0",
41
+ "@microsoft/fast-components": "2.30.6",
42
+ "@microsoft/fast-element": "1.14.0",
43
+ "@microsoft/fast-foundation": "2.49.6",
44
44
  "lossless-json": "^2.0.11",
45
45
  "numeral": "2.0.6",
46
46
  "tslib": "^2.3.1",
47
47
  "uuid": "^8.3.2"
48
48
  },
49
+ "peerDependencies": {
50
+ "@microsoft/fast-components": "2.30.6",
51
+ "@microsoft/fast-element": "1.14.0",
52
+ "@microsoft/fast-foundation": "2.49.6"
53
+ },
49
54
  "repository": {
50
55
  "type": "git",
51
56
  "url": "git+https://github.com/genesislcap/foundation-ui.git",
@@ -55,5 +60,5 @@
55
60
  "access": "public"
56
61
  },
57
62
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "bcb4280835849ef6d18b9e68867ca96d423ec5d4"
63
+ "gitHead": "a80c90d35680f5f6b09f77126db4c701739cbcda"
59
64
  }