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