@genesislcap/foundation-forms 12.0.1-alpha-d05147f.0 → 12.0.1
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 +8 -6
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.1
|
|
4
|
+
"version": "12.0.1",
|
|
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 build:tsc && npm run build:rollup && npm run build:webpack && 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,6 +35,8 @@
|
|
|
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",
|
|
38
40
|
"serve": "serve dist -p $npm_package_config_PORT",
|
|
39
41
|
"test": "npm run test:unit",
|
|
40
42
|
"test:coverage": "c8 --include=src npm run test:unit",
|
|
@@ -48,7 +50,7 @@
|
|
|
48
50
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
49
51
|
},
|
|
50
52
|
"devDependencies": {
|
|
51
|
-
"@genesislcap/foundation-testing": "12.0.1
|
|
53
|
+
"@genesislcap/foundation-testing": "^12.0.1",
|
|
52
54
|
"@microsoft/api-documenter": "^7.19.13",
|
|
53
55
|
"@microsoft/api-extractor": "^7.31.1",
|
|
54
56
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
@@ -102,8 +104,8 @@
|
|
|
102
104
|
"webpack-merge": "^5.7.3"
|
|
103
105
|
},
|
|
104
106
|
"dependencies": {
|
|
105
|
-
"@genesislcap/foundation-comms": "12.0.1
|
|
106
|
-
"@genesislcap/foundation-utils": "12.0.1
|
|
107
|
+
"@genesislcap/foundation-comms": "^12.0.1",
|
|
108
|
+
"@genesislcap/foundation-utils": "^12.0.1",
|
|
107
109
|
"@jsonforms/core": "^3.0.0",
|
|
108
110
|
"@microsoft/fast-components": "^2.21.3",
|
|
109
111
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -123,5 +125,5 @@
|
|
|
123
125
|
"publishConfig": {
|
|
124
126
|
"access": "public"
|
|
125
127
|
},
|
|
126
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "304acc01f8f286b4c22dd59900711b70db6ab5a7"
|
|
127
129
|
}
|