@genesislcap/foundation-utils 14.24.3-bny.21 → 14.24.3

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.
@@ -333,6 +333,55 @@
333
333
  }
334
334
  ]
335
335
  },
336
+ {
337
+ "kind": "javascript-module",
338
+ "path": "src/design-system/design-system.ts",
339
+ "declarations": [
340
+ {
341
+ "kind": "function",
342
+ "name": "assureDesignSystem",
343
+ "return": {
344
+ "type": {
345
+ "text": "DesignSystemModule"
346
+ }
347
+ },
348
+ "parameters": [
349
+ {
350
+ "name": "module",
351
+ "type": {
352
+ "text": "DesignSystemModule"
353
+ }
354
+ }
355
+ ],
356
+ "privacy": "public"
357
+ }
358
+ ],
359
+ "exports": [
360
+ {
361
+ "kind": "js",
362
+ "name": "assureDesignSystem",
363
+ "declaration": {
364
+ "name": "assureDesignSystem",
365
+ "module": "src/design-system/design-system.ts"
366
+ }
367
+ }
368
+ ]
369
+ },
370
+ {
371
+ "kind": "javascript-module",
372
+ "path": "src/design-system/index.ts",
373
+ "declarations": [],
374
+ "exports": [
375
+ {
376
+ "kind": "js",
377
+ "name": "*",
378
+ "declaration": {
379
+ "name": "*",
380
+ "package": "./design-system"
381
+ }
382
+ }
383
+ ]
384
+ },
336
385
  {
337
386
  "kind": "javascript-module",
338
387
  "path": "src/decorators/index.ts",
@@ -409,55 +458,6 @@
409
458
  }
410
459
  ]
411
460
  },
412
- {
413
- "kind": "javascript-module",
414
- "path": "src/design-system/design-system.ts",
415
- "declarations": [
416
- {
417
- "kind": "function",
418
- "name": "assureDesignSystem",
419
- "return": {
420
- "type": {
421
- "text": "DesignSystemModule"
422
- }
423
- },
424
- "parameters": [
425
- {
426
- "name": "module",
427
- "type": {
428
- "text": "DesignSystemModule"
429
- }
430
- }
431
- ],
432
- "privacy": "public"
433
- }
434
- ],
435
- "exports": [
436
- {
437
- "kind": "js",
438
- "name": "assureDesignSystem",
439
- "declaration": {
440
- "name": "assureDesignSystem",
441
- "module": "src/design-system/design-system.ts"
442
- }
443
- }
444
- ]
445
- },
446
- {
447
- "kind": "javascript-module",
448
- "path": "src/design-system/index.ts",
449
- "declarations": [],
450
- "exports": [
451
- {
452
- "kind": "js",
453
- "name": "*",
454
- "declaration": {
455
- "name": "*",
456
- "package": "./design-system"
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.24.3-bny.21",
4
+ "version": "14.24.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -24,7 +24,7 @@
24
24
  "test": "echo \"Error: no test specified\""
25
25
  },
26
26
  "devDependencies": {
27
- "@genesislcap/genx": "14.24.3-bny.21",
27
+ "@genesislcap/genx": "^14.24.3",
28
28
  "@module-federation/dashboard-plugin": "2.3.0",
29
29
  "@playwright/test": "^1.18.1",
30
30
  "@types/node": "^16.4.3",
@@ -78,5 +78,5 @@
78
78
  "access": "public"
79
79
  },
80
80
  "customElements": "dist/custom-elements.json",
81
- "gitHead": "56ed5cdfc809ddd6dbd99fa51b750ee9618d0e58"
81
+ "gitHead": "364368afc90a9300bf9be70e0bce9862caa33ff2"
82
82
  }