@genesislcap/foundation-forms 12.0.1 → 12.0.2
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.
- package/package.json +6 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-forms",
|
|
3
3
|
"description": "Genesis Foundation Forms",
|
|
4
|
-
"version": "12.0.
|
|
4
|
+
"version": "12.0.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"api": "npm run api:extract && npm run api:document",
|
|
24
24
|
"api:extract": "api-extractor run",
|
|
25
25
|
"api:document": "api-documenter markdown -i dist -o docs/api",
|
|
26
|
-
"build": "npm run
|
|
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
29
|
"build:tsc": "tsc -b ./tsconfig.build.json",
|
|
@@ -35,8 +35,6 @@
|
|
|
35
35
|
"dev:rollup": "rollup -c -w --configDev",
|
|
36
36
|
"dev:tsc": "tsc -b ./tsconfig.build.json -w",
|
|
37
37
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
38
|
-
"prepare": "npm run clean && npm run build:tsc && npm run api",
|
|
39
|
-
"prepublishOnly": "npm run prepare",
|
|
40
38
|
"serve": "serve dist -p $npm_package_config_PORT",
|
|
41
39
|
"test": "npm run test:unit",
|
|
42
40
|
"test:coverage": "c8 --include=src npm run test:unit",
|
|
@@ -50,7 +48,7 @@
|
|
|
50
48
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
51
49
|
},
|
|
52
50
|
"devDependencies": {
|
|
53
|
-
"@genesislcap/foundation-testing": "^12.0.
|
|
51
|
+
"@genesislcap/foundation-testing": "^12.0.2",
|
|
54
52
|
"@microsoft/api-documenter": "^7.19.13",
|
|
55
53
|
"@microsoft/api-extractor": "^7.31.1",
|
|
56
54
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
@@ -104,8 +102,8 @@
|
|
|
104
102
|
"webpack-merge": "^5.7.3"
|
|
105
103
|
},
|
|
106
104
|
"dependencies": {
|
|
107
|
-
"@genesislcap/foundation-comms": "^12.0.
|
|
108
|
-
"@genesislcap/foundation-utils": "^12.0.
|
|
105
|
+
"@genesislcap/foundation-comms": "^12.0.2",
|
|
106
|
+
"@genesislcap/foundation-utils": "^12.0.2",
|
|
109
107
|
"@jsonforms/core": "^3.0.0",
|
|
110
108
|
"@microsoft/fast-components": "^2.21.3",
|
|
111
109
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -125,5 +123,5 @@
|
|
|
125
123
|
"publishConfig": {
|
|
126
124
|
"access": "public"
|
|
127
125
|
},
|
|
128
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "28d849c72fd4385074cf195d7d33680dd81bff04"
|
|
129
127
|
}
|