@genesislcap/foundation-forms 14.22.1 → 14.23.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.
Files changed (1) hide show
  1. package/package.json +10 -15
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-forms",
3
3
  "description": "Genesis Foundation Forms",
4
- "version": "14.22.1",
4
+ "version": "14.23.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -20,20 +20,15 @@
20
20
  "PORT": 3090
21
21
  },
22
22
  "scripts": {
23
- "api": "npm run api:extract && npm run api:document && npm run cem:analyze",
24
- "api:document": "api-documenter markdown -i dist -o docs/api",
25
- "api:extract": "api-extractor run",
26
- "build": "npm run clean && npm run build:tsc && npm run api",
23
+ "build": "genx build",
27
24
  "build:rollup": "rollup -c",
28
25
  "build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
29
- "build:tsc": "tsc -b ./tsconfig.json",
30
26
  "build:webpack": "cross-env NODE_ENV=production webpack",
31
27
  "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
32
- "cem:analyze": "cem analyze --config custom-elements-manifest.config.js",
33
- "clean": "genx clean dist tsconfig.tsbuildinfo .rollup.cache",
28
+ "clean": "genx clean",
34
29
  "dev": "npm run dev:tsc",
35
30
  "dev:rollup": "rollup -c -w --configDev",
36
- "dev:tsc": "tsc -b ./tsconfig.json -w",
31
+ "dev:tsc": "genx dev",
37
32
  "dev:webpack": "cross-env NODE_ENV=development webpack serve",
38
33
  "serve": "genx serve",
39
34
  "test": "npm run test:unit",
@@ -49,8 +44,8 @@
49
44
  },
50
45
  "devDependencies": {
51
46
  "@custom-elements-manifest/analyzer": "^0.8.2",
52
- "@genesislcap/foundation-testing": "^14.22.1",
53
- "@genesislcap/genx": "^14.22.1",
47
+ "@genesislcap/foundation-testing": "^14.23.0",
48
+ "@genesislcap/genx": "^14.23.0",
54
49
  "@microsoft/api-documenter": "^7.19.13",
55
50
  "@microsoft/api-extractor": "^7.31.1",
56
51
  "@module-federation/dashboard-plugin": "2.3.0",
@@ -100,9 +95,9 @@
100
95
  "webpack-merge": "^5.7.3"
101
96
  },
102
97
  "dependencies": {
103
- "@genesislcap/foundation-comms": "^14.22.1",
104
- "@genesislcap/foundation-criteria": "^14.22.1",
105
- "@genesislcap/foundation-utils": "^14.22.1",
98
+ "@genesislcap/foundation-comms": "^14.23.0",
99
+ "@genesislcap/foundation-criteria": "^14.23.0",
100
+ "@genesislcap/foundation-utils": "^14.23.0",
106
101
  "@jsonforms/core": "^3.0.0",
107
102
  "@microsoft/fast-components": "^2.21.3",
108
103
  "@microsoft/fast-element": "^1.7.0",
@@ -123,5 +118,5 @@
123
118
  "access": "public"
124
119
  },
125
120
  "customElements": "dist/custom-elements.json",
126
- "gitHead": "92229d8fa1d4a867a0fb888e541e0a5ea258436e"
121
+ "gitHead": "e32f041c0d827b1731f2de5ba5aeef20bb4ae7a9"
127
122
  }