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