@genesislcap/foundation-testing 14.23.1-alpha-bf28a25.0 → 14.24.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.
- package/package.json +12 -18
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.
|
|
4
|
+
"version": "14.24.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -34,28 +34,22 @@
|
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "genx build",
|
|
37
|
-
"build:rollup": "
|
|
38
|
-
"build:rollup:stats": "
|
|
37
|
+
"build:rollup": "genx build -b rollup",
|
|
38
|
+
"build:rollup:stats": "genx analyze -b rollup",
|
|
39
39
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
|
40
40
|
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
|
41
41
|
"clean": "genx clean",
|
|
42
42
|
"dev": "npm run dev:tsc",
|
|
43
|
-
"dev:rollup": "
|
|
43
|
+
"dev:rollup": "genx dev -b rollup",
|
|
44
44
|
"dev:tsc": "genx dev",
|
|
45
45
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
46
46
|
"serve": "genx serve",
|
|
47
47
|
"test": "echo \"Error: no test specified\""
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@genesislcap/genx": "14.
|
|
51
|
-
"@microsoft/api-documenter": "^7.19.13",
|
|
52
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
50
|
+
"@genesislcap/genx": "^14.24.0",
|
|
53
51
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
54
52
|
"@playwright/test": "^1.18.1",
|
|
55
|
-
"@rollup/plugin-commonjs": "^21.0.1",
|
|
56
|
-
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
57
|
-
"@rollup/plugin-terser": "^0.4.0",
|
|
58
|
-
"@rollup/plugin-typescript": "^8.3.0",
|
|
59
53
|
"@types/sinon": "^10.0.13",
|
|
60
54
|
"analytics": "^0.8.0",
|
|
61
55
|
"c8": "^7.11.0",
|
|
@@ -79,10 +73,6 @@
|
|
|
79
73
|
"postcss-loader": "^6.2.1",
|
|
80
74
|
"postcss-preset-env": "^7.0.1",
|
|
81
75
|
"rimraf": "^3.0.2",
|
|
82
|
-
"rollup": "^2.7.6",
|
|
83
|
-
"rollup-plugin-filesize": "^9.1.2",
|
|
84
|
-
"rollup-plugin-transform-tagged-template": "^0.0.3",
|
|
85
|
-
"rollup-plugin-visualizer": "^5.6.0",
|
|
86
76
|
"terser-webpack-plugin": "^5.3.1",
|
|
87
77
|
"to-string-loader": "^1.2.0",
|
|
88
78
|
"ts-loader": "9.3.1",
|
|
@@ -98,15 +88,19 @@
|
|
|
98
88
|
"webpack-merge": "^5.7.3"
|
|
99
89
|
},
|
|
100
90
|
"dependencies": {
|
|
101
|
-
"@genesislcap/foundation-utils": "14.
|
|
91
|
+
"@genesislcap/foundation-utils": "^14.24.0",
|
|
102
92
|
"@microsoft/fast-element": "^1.7.0",
|
|
103
93
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
104
94
|
"sinon": "15.0.1",
|
|
105
95
|
"tslib": "^2.3.1"
|
|
106
96
|
},
|
|
107
|
-
"repository":
|
|
97
|
+
"repository": {
|
|
98
|
+
"type": "git",
|
|
99
|
+
"url": "git+https://github.com/genesislcap/foundation-ui.git",
|
|
100
|
+
"directory": "packages/foundation/foundation-testing"
|
|
101
|
+
},
|
|
108
102
|
"publishConfig": {
|
|
109
103
|
"access": "public"
|
|
110
104
|
},
|
|
111
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "94a3b388d39d65f0376bb347238a4151b3cfdd09"
|
|
112
106
|
}
|