@genesislcap/foundation-forms 14.23.1-alpha-bf28a25.0 → 14.24.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 -21
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.23.1-alpha-bf28a25.0",
4
+ "version": "14.24.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -21,13 +21,13 @@
21
21
  },
22
22
  "scripts": {
23
23
  "build": "genx build",
24
- "build:rollup": "rollup -c",
25
- "build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
24
+ "build:rollup": "genx build -b rollup",
25
+ "build:rollup:stats": "genx analyze -b rollup",
26
26
  "build:webpack": "cross-env NODE_ENV=production webpack",
27
27
  "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
28
28
  "clean": "genx clean",
29
29
  "dev": "npm run dev:tsc",
30
- "dev:rollup": "rollup -c -w --configDev",
30
+ "dev:rollup": "genx dev -b rollup",
31
31
  "dev:tsc": "genx dev",
32
32
  "dev:webpack": "cross-env NODE_ENV=development webpack serve",
33
33
  "serve": "genx serve",
@@ -43,17 +43,10 @@
43
43
  "test:unit:watch": "watchlist src test -- npm run test:unit"
44
44
  },
45
45
  "devDependencies": {
46
- "@custom-elements-manifest/analyzer": "^0.8.2",
47
- "@genesislcap/foundation-testing": "14.23.1-alpha-bf28a25.0",
48
- "@genesislcap/genx": "14.23.1-alpha-bf28a25.0",
49
- "@microsoft/api-documenter": "^7.19.13",
50
- "@microsoft/api-extractor": "^7.31.1",
46
+ "@genesislcap/foundation-testing": "^14.24.0",
47
+ "@genesislcap/genx": "^14.24.0",
51
48
  "@module-federation/dashboard-plugin": "2.3.0",
52
49
  "@playwright/test": "^1.18.1",
53
- "@rollup/plugin-commonjs": "^21.0.1",
54
- "@rollup/plugin-node-resolve": "^13.1.3",
55
- "@rollup/plugin-terser": "^0.4.0",
56
- "@rollup/plugin-typescript": "^8.3.0",
57
50
  "@types/json-schema": "^7.0.11",
58
51
  "@types/ua-parser-js": "^0.7.36",
59
52
  "analytics": "^0.8.0",
@@ -76,10 +69,6 @@
76
69
  "postcss-import": "^14.0.0",
77
70
  "postcss-loader": "^6.2.1",
78
71
  "postcss-preset-env": "^7.0.1",
79
- "rollup": "^2.7.6",
80
- "rollup-plugin-filesize": "^9.1.2",
81
- "rollup-plugin-transform-tagged-template": "^0.0.3",
82
- "rollup-plugin-visualizer": "^5.6.0",
83
72
  "terser-webpack-plugin": "^5.3.1",
84
73
  "to-string-loader": "^1.2.0",
85
74
  "ts-loader": "9.3.1",
@@ -95,9 +84,9 @@
95
84
  "webpack-merge": "^5.7.3"
96
85
  },
97
86
  "dependencies": {
98
- "@genesislcap/foundation-comms": "14.23.1-alpha-bf28a25.0",
99
- "@genesislcap/foundation-criteria": "14.23.1-alpha-bf28a25.0",
100
- "@genesislcap/foundation-utils": "14.23.1-alpha-bf28a25.0",
87
+ "@genesislcap/foundation-comms": "^14.24.0",
88
+ "@genesislcap/foundation-criteria": "^14.24.0",
89
+ "@genesislcap/foundation-utils": "^14.24.0",
101
90
  "@jsonforms/core": "^3.0.0",
102
91
  "@microsoft/fast-components": "^2.21.3",
103
92
  "@microsoft/fast-element": "^1.7.0",
@@ -118,5 +107,5 @@
118
107
  "access": "public"
119
108
  },
120
109
  "customElements": "dist/custom-elements.json",
121
- "gitHead": "549ee6b1bd5ad5ba19da94c04a41c58543a71bd2"
110
+ "gitHead": "94a3b388d39d65f0376bb347238a4151b3cfdd09"
122
111
  }