@genesislcap/grid-pro 14.20.0 → 14.20.1-alpha-ea89a96.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 +10 -16
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.20.0",
|
|
4
|
+
"version": "14.20.1-alpha-ea89a96.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -10,28 +10,22 @@
|
|
|
10
10
|
"PORT": 4020
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
|
-
"
|
|
14
|
-
"api:document": "api-documenter markdown -i dist -o docs/api",
|
|
15
|
-
"api:extract": "api-extractor run --local",
|
|
16
|
-
"build": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
|
|
13
|
+
"build": "genx build",
|
|
17
14
|
"build:rollup": "rollup -c",
|
|
18
|
-
"build:tsc": "tsc -b ./tsconfig.json",
|
|
19
15
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
|
20
16
|
"build:webpack:make-federated-types": "make-federated-types",
|
|
21
|
-
"
|
|
22
|
-
"clean": "genx clean dist tsconfig.tsbuildinfo .rollup.cache",
|
|
23
|
-
"copy-files": "copyfiles -u 1 src/**/*.{css,scss,ttf} ./dist/esm",
|
|
17
|
+
"clean": "genx clean",
|
|
24
18
|
"dev": "npm run build:tsc",
|
|
25
19
|
"dev:rollup": "rollup -c -w --configDev",
|
|
26
|
-
"dev:tsc": "
|
|
20
|
+
"dev:tsc": "genx dev",
|
|
27
21
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
28
22
|
"serve": "genx serve",
|
|
29
23
|
"test": "echo \"Error: no test specified\""
|
|
30
24
|
},
|
|
31
25
|
"devDependencies": {
|
|
32
26
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
33
|
-
"@genesislcap/foundation-testing": "
|
|
34
|
-
"@genesislcap/genx": "
|
|
27
|
+
"@genesislcap/foundation-testing": "14.20.1-alpha-ea89a96.0",
|
|
28
|
+
"@genesislcap/genx": "14.20.1-alpha-ea89a96.0",
|
|
35
29
|
"@playwright/test": "^1.18.1",
|
|
36
30
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
37
31
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
@@ -81,9 +75,9 @@
|
|
|
81
75
|
"webpack-merge": "^5.7.3"
|
|
82
76
|
},
|
|
83
77
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "
|
|
85
|
-
"@genesislcap/foundation-ui": "
|
|
86
|
-
"@genesislcap/foundation-utils": "
|
|
78
|
+
"@genesislcap/foundation-comms": "14.20.1-alpha-ea89a96.0",
|
|
79
|
+
"@genesislcap/foundation-ui": "14.20.1-alpha-ea89a96.0",
|
|
80
|
+
"@genesislcap/foundation-utils": "14.20.1-alpha-ea89a96.0",
|
|
87
81
|
"@microsoft/fast-colors": "^5.1.4",
|
|
88
82
|
"@microsoft/fast-components": "^2.21.3",
|
|
89
83
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -105,5 +99,5 @@
|
|
|
105
99
|
"access": "public"
|
|
106
100
|
},
|
|
107
101
|
"customElements": "dist/custom-elements.json",
|
|
108
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "912a2105583bd536acd8c30e35375bd1dafaa012"
|
|
109
103
|
}
|