@genesislcap/foundation-testing 14.20.1-alpha-ea89a96.0 → 14.20.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 +11 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-testing",
|
|
3
3
|
"description": "Genesis Foundation Testing",
|
|
4
|
-
"version": "14.20.1
|
|
4
|
+
"version": "14.20.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -33,21 +33,25 @@
|
|
|
33
33
|
"PORT": 3050
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
|
-
"
|
|
36
|
+
"api": "npm run api:extract && npm run api:document",
|
|
37
|
+
"api:extract": "api-extractor run",
|
|
38
|
+
"api:document": "api-documenter markdown -i dist -o docs/api",
|
|
39
|
+
"build": "npm run clean && npm run build:tsc && npm run api",
|
|
37
40
|
"build:rollup": "rollup -c",
|
|
38
41
|
"build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
|
|
42
|
+
"build:tsc": "tsc -b ./tsconfig.json",
|
|
39
43
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
|
40
44
|
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
|
41
|
-
"clean": "genx clean",
|
|
45
|
+
"clean": "genx clean dist tsconfig.tsbuildinfo .rollup.cache",
|
|
42
46
|
"dev": "npm run dev:tsc",
|
|
43
47
|
"dev:rollup": "rollup -c -w --configDev",
|
|
44
|
-
"dev:tsc": "
|
|
48
|
+
"dev:tsc": "tsc -b ./tsconfig.json -w",
|
|
45
49
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
46
50
|
"serve": "genx serve",
|
|
47
51
|
"test": "echo \"Error: no test specified\""
|
|
48
52
|
},
|
|
49
53
|
"devDependencies": {
|
|
50
|
-
"@genesislcap/genx": "14.20.1
|
|
54
|
+
"@genesislcap/genx": "^14.20.1",
|
|
51
55
|
"@microsoft/api-documenter": "^7.19.13",
|
|
52
56
|
"@microsoft/api-extractor": "^7.31.1",
|
|
53
57
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
@@ -98,7 +102,7 @@
|
|
|
98
102
|
"webpack-merge": "^5.7.3"
|
|
99
103
|
},
|
|
100
104
|
"dependencies": {
|
|
101
|
-
"@genesislcap/foundation-utils": "14.20.1
|
|
105
|
+
"@genesislcap/foundation-utils": "^14.20.1",
|
|
102
106
|
"@microsoft/fast-element": "^1.7.0",
|
|
103
107
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
104
108
|
"sinon": "15.0.1",
|
|
@@ -108,5 +112,5 @@
|
|
|
108
112
|
"publishConfig": {
|
|
109
113
|
"access": "public"
|
|
110
114
|
},
|
|
111
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "42802f45b0f6761369bb13c84cd8f8e30ce4fba1"
|
|
112
116
|
}
|