@genesislcap/grid-pro 14.16.0 → 14.17.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 +11 -9
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.17.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
8
8
|
"types": "dist/dts/index.d.ts",
|
|
9
|
+
"config": {
|
|
10
|
+
"PORT": 4020
|
|
11
|
+
},
|
|
9
12
|
"scripts": {
|
|
10
13
|
"api": "npm run cem:analyze",
|
|
11
14
|
"build": "npm run clean && npm run build:tsc && npm run copy-files && npm run api ",
|
|
@@ -20,13 +23,13 @@
|
|
|
20
23
|
"dev:rollup": "rollup -c -w --configDev",
|
|
21
24
|
"dev:tsc": "tsc -b ./tsconfig.json -w",
|
|
22
25
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
23
|
-
"serve": "serve
|
|
26
|
+
"serve": "genx serve",
|
|
24
27
|
"test": "echo \"Error: no test specified\""
|
|
25
28
|
},
|
|
26
29
|
"devDependencies": {
|
|
27
30
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
28
|
-
"@genesislcap/foundation-testing": "^14.
|
|
29
|
-
"@genesislcap/genx": "^14.
|
|
31
|
+
"@genesislcap/foundation-testing": "^14.17.0",
|
|
32
|
+
"@genesislcap/genx": "^14.17.0",
|
|
30
33
|
"@playwright/test": "^1.18.1",
|
|
31
34
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
32
35
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
@@ -61,7 +64,6 @@
|
|
|
61
64
|
"rollup-plugin-transform-tagged-template": "^0.0.3",
|
|
62
65
|
"rxjs": "^7.5.4",
|
|
63
66
|
"sass": "^1.49.7",
|
|
64
|
-
"serve": "^14.1.2",
|
|
65
67
|
"sinon": "15.0.1",
|
|
66
68
|
"terser-webpack-plugin": "^5.3.1",
|
|
67
69
|
"to-string-loader": "^1.2.0",
|
|
@@ -77,9 +79,9 @@
|
|
|
77
79
|
"webpack-merge": "^5.7.3"
|
|
78
80
|
},
|
|
79
81
|
"dependencies": {
|
|
80
|
-
"@genesislcap/foundation-comms": "^14.
|
|
81
|
-
"@genesislcap/foundation-ui": "^14.
|
|
82
|
-
"@genesislcap/foundation-utils": "^14.
|
|
82
|
+
"@genesislcap/foundation-comms": "^14.17.0",
|
|
83
|
+
"@genesislcap/foundation-ui": "^14.17.0",
|
|
84
|
+
"@genesislcap/foundation-utils": "^14.17.0",
|
|
83
85
|
"@microsoft/fast-colors": "^5.1.4",
|
|
84
86
|
"@microsoft/fast-components": "^2.21.3",
|
|
85
87
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -101,5 +103,5 @@
|
|
|
101
103
|
"access": "public"
|
|
102
104
|
},
|
|
103
105
|
"customElements": "dist/custom-elements.json",
|
|
104
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "45aa1d24a4fabc0d90c868f8e77f71df24609180"
|
|
105
107
|
}
|