@genesislcap/foundation-utils 14.20.0 → 14.20.1-alpha-ea89a96.0

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,55 @@
386
386
  }
387
387
  ]
388
388
  },
389
+ {
390
+ "kind": "javascript-module",
391
+ "path": "src/design-system/design-system.ts",
392
+ "declarations": [
393
+ {
394
+ "kind": "function",
395
+ "name": "assureDesignSystem",
396
+ "return": {
397
+ "type": {
398
+ "text": "DesignSystemModule"
399
+ }
400
+ },
401
+ "parameters": [
402
+ {
403
+ "name": "module",
404
+ "type": {
405
+ "text": "DesignSystemModule"
406
+ }
407
+ }
408
+ ],
409
+ "privacy": "public"
410
+ }
411
+ ],
412
+ "exports": [
413
+ {
414
+ "kind": "js",
415
+ "name": "assureDesignSystem",
416
+ "declaration": {
417
+ "name": "assureDesignSystem",
418
+ "module": "src/design-system/design-system.ts"
419
+ }
420
+ }
421
+ ]
422
+ },
423
+ {
424
+ "kind": "javascript-module",
425
+ "path": "src/design-system/index.ts",
426
+ "declarations": [],
427
+ "exports": [
428
+ {
429
+ "kind": "js",
430
+ "name": "*",
431
+ "declaration": {
432
+ "name": "*",
433
+ "package": "./design-system"
434
+ }
435
+ }
436
+ ]
437
+ },
389
438
  {
390
439
  "kind": "javascript-module",
391
440
  "path": "src/directives/index.ts",
@@ -614,55 +663,6 @@
614
663
  }
615
664
  ]
616
665
  },
617
- {
618
- "kind": "javascript-module",
619
- "path": "src/design-system/design-system.ts",
620
- "declarations": [
621
- {
622
- "kind": "function",
623
- "name": "assureDesignSystem",
624
- "return": {
625
- "type": {
626
- "text": "DesignSystemModule"
627
- }
628
- },
629
- "parameters": [
630
- {
631
- "name": "module",
632
- "type": {
633
- "text": "DesignSystemModule"
634
- }
635
- }
636
- ],
637
- "privacy": "public"
638
- }
639
- ],
640
- "exports": [
641
- {
642
- "kind": "js",
643
- "name": "assureDesignSystem",
644
- "declaration": {
645
- "name": "assureDesignSystem",
646
- "module": "src/design-system/design-system.ts"
647
- }
648
- }
649
- ]
650
- },
651
- {
652
- "kind": "javascript-module",
653
- "path": "src/design-system/index.ts",
654
- "declarations": [],
655
- "exports": [
656
- {
657
- "kind": "js",
658
- "name": "*",
659
- "declaration": {
660
- "name": "*",
661
- "package": "./design-system"
662
- }
663
- }
664
- ]
665
- },
666
666
  {
667
667
  "kind": "javascript-module",
668
668
  "path": "src/formatters/datetime.ts",
@@ -1798,41 +1798,6 @@
1798
1798
  }
1799
1799
  ]
1800
1800
  },
1801
- {
1802
- "kind": "javascript-module",
1803
- "path": "src/serializers/json/index.ts",
1804
- "declarations": [],
1805
- "exports": [
1806
- {
1807
- "kind": "js",
1808
- "name": "*",
1809
- "declaration": {
1810
- "name": "*",
1811
- "package": "./json"
1812
- }
1813
- }
1814
- ]
1815
- },
1816
- {
1817
- "kind": "javascript-module",
1818
- "path": "src/serializers/json/json.ts",
1819
- "declarations": [
1820
- {
1821
- "kind": "variable",
1822
- "name": "JSONSerializer"
1823
- }
1824
- ],
1825
- "exports": [
1826
- {
1827
- "kind": "js",
1828
- "name": "JSONSerializer",
1829
- "declaration": {
1830
- "name": "JSONSerializer",
1831
- "module": "src/serializers/json/json.ts"
1832
- }
1833
- }
1834
- ]
1835
- },
1836
1801
  {
1837
1802
  "kind": "javascript-module",
1838
1803
  "path": "src/mixins/pendingState/index.ts",
@@ -1932,6 +1897,41 @@
1932
1897
  }
1933
1898
  }
1934
1899
  ]
1900
+ },
1901
+ {
1902
+ "kind": "javascript-module",
1903
+ "path": "src/serializers/json/index.ts",
1904
+ "declarations": [],
1905
+ "exports": [
1906
+ {
1907
+ "kind": "js",
1908
+ "name": "*",
1909
+ "declaration": {
1910
+ "name": "*",
1911
+ "package": "./json"
1912
+ }
1913
+ }
1914
+ ]
1915
+ },
1916
+ {
1917
+ "kind": "javascript-module",
1918
+ "path": "src/serializers/json/json.ts",
1919
+ "declarations": [
1920
+ {
1921
+ "kind": "variable",
1922
+ "name": "JSONSerializer"
1923
+ }
1924
+ ],
1925
+ "exports": [
1926
+ {
1927
+ "kind": "js",
1928
+ "name": "JSONSerializer",
1929
+ "declaration": {
1930
+ "name": "JSONSerializer",
1931
+ "module": "src/serializers/json/json.ts"
1932
+ }
1933
+ }
1934
+ ]
1935
1935
  }
1936
1936
  ]
1937
1937
  }
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.20.0",
4
+ "version": "14.20.1-alpha-ea89a96.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -10,25 +10,22 @@
10
10
  "PORT": 3040
11
11
  },
12
12
  "scripts": {
13
- "api": "npm run cem:analyze",
14
- "build": "npm run clean && npm run build:tsc && npm run api",
13
+ "build": "genx build",
15
14
  "build:rollup": "rollup -c",
16
15
  "build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
17
- "build:tsc": "tsc -b ./tsconfig.json",
18
16
  "build:webpack": "cross-env NODE_ENV=production webpack",
19
17
  "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
20
- "cem:analyze": "cem analyze --config custom-elements-manifest.config.js",
21
- "clean": "genx clean dist tsconfig.tsbuildinfo .rollup.cache",
18
+ "clean": "genx clean",
22
19
  "dev": "npm run dev:tsc",
23
20
  "dev:rollup": "rollup -c -w --configDev",
24
- "dev:tsc": "tsc -b ./tsconfig.json -w",
21
+ "dev:tsc": "genx dev",
25
22
  "dev:webpack": "cross-env NODE_ENV=development webpack serve",
26
23
  "serve": "genx serve",
27
24
  "test": "echo \"Error: no test specified\""
28
25
  },
29
26
  "devDependencies": {
30
27
  "@custom-elements-manifest/analyzer": "^0.8.2",
31
- "@genesislcap/genx": "^14.20.0",
28
+ "@genesislcap/genx": "14.20.1-alpha-ea89a96.0",
32
29
  "@module-federation/dashboard-plugin": "2.3.0",
33
30
  "@playwright/test": "^1.18.1",
34
31
  "@rollup/plugin-commonjs": "^21.0.1",
@@ -90,5 +87,5 @@
90
87
  "access": "public"
91
88
  },
92
89
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "2bbc3006120ed45f50a4542012562f1a5d620e57"
90
+ "gitHead": "912a2105583bd536acd8c30e35375bd1dafaa012"
94
91
  }