@genesislcap/foundation-forms 14.11.2 → 14.11.3-alpha-8168d51.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 +9 -10
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.11.2",
4
+ "version": "14.11.3-alpha-8168d51.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -26,14 +26,14 @@
26
26
  "build": "npm run clean && npm run build:tsc && npm run api",
27
27
  "build:rollup": "rollup -c",
28
28
  "build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
29
- "build:tsc": "tsc -b ./tsconfig.build.json",
29
+ "build:tsc": "tsc -b ./tsconfig.json",
30
30
  "build:webpack": "cross-env NODE_ENV=production webpack",
31
31
  "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
32
32
  "clean": "npm run clean:dist",
33
- "clean:dist": "node ../../../build/clean dist tsconfig.build.tsbuildinfo .rollup.cache",
33
+ "clean:dist": "node ../../../build/clean dist tsconfig.tsbuildinfo .rollup.cache",
34
34
  "dev": "npm run dev:tsc",
35
35
  "dev:rollup": "rollup -c -w --configDev",
36
- "dev:tsc": "tsc -b ./tsconfig.build.json -w",
36
+ "dev:tsc": "tsc -b ./tsconfig.json -w",
37
37
  "dev:webpack": "cross-env NODE_ENV=development webpack serve",
38
38
  "serve": "serve dist -p $npm_package_config_PORT",
39
39
  "test": "npm run test:unit",
@@ -48,7 +48,7 @@
48
48
  "test:unit:watch": "watchlist src test -- npm run test:unit"
49
49
  },
50
50
  "devDependencies": {
51
- "@genesislcap/foundation-testing": "^14.11.2",
51
+ "@genesislcap/foundation-testing": "14.11.3-alpha-8168d51.0",
52
52
  "@microsoft/api-documenter": "^7.19.13",
53
53
  "@microsoft/api-extractor": "^7.31.1",
54
54
  "@module-federation/dashboard-plugin": "2.3.0",
@@ -58,7 +58,6 @@
58
58
  "@rollup/plugin-terser": "^0.4.0",
59
59
  "@rollup/plugin-typescript": "^8.3.0",
60
60
  "@types/json-schema": "^7.0.11",
61
- "@types/mocha": "^9.1.0",
62
61
  "@types/ua-parser-js": "^0.7.36",
63
62
  "analytics": "^0.8.0",
64
63
  "c8": "^7.11.0",
@@ -100,9 +99,9 @@
100
99
  "webpack-merge": "^5.7.3"
101
100
  },
102
101
  "dependencies": {
103
- "@genesislcap/foundation-comms": "^14.11.2",
104
- "@genesislcap/foundation-criteria": "^14.11.2",
105
- "@genesislcap/foundation-utils": "^14.11.2",
102
+ "@genesislcap/foundation-comms": "14.11.3-alpha-8168d51.0",
103
+ "@genesislcap/foundation-criteria": "14.11.3-alpha-8168d51.0",
104
+ "@genesislcap/foundation-utils": "14.11.3-alpha-8168d51.0",
106
105
  "@jsonforms/core": "^3.0.0",
107
106
  "@microsoft/fast-components": "^2.21.3",
108
107
  "@microsoft/fast-element": "^1.7.0",
@@ -122,5 +121,5 @@
122
121
  "publishConfig": {
123
122
  "access": "public"
124
123
  },
125
- "gitHead": "7fae89487845d3a9321dd16f743e27c25251f5b5"
124
+ "gitHead": "fb0f983f03347db0ea7ead62c5abfaf2a9a49122"
126
125
  }