@genesislcap/foundation-zero-grid-pro 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.
- package/package.json +11 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero-grid-pro",
|
|
3
3
|
"description": "Genesis Foundation Zero Grid Pro",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.23.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -11,27 +11,23 @@
|
|
|
11
11
|
"PORT": 4020
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"
|
|
15
|
-
"build": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
|
|
14
|
+
"build": "genx build",
|
|
16
15
|
"build:rollup": "rollup -c",
|
|
17
16
|
"build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
|
|
18
|
-
"build:tsc": "tsc -b ./tsconfig.json",
|
|
19
17
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
|
20
18
|
"build:webpack:make-federated-types": "make-federated-types",
|
|
21
19
|
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
|
22
|
-
"
|
|
23
|
-
"clean": "genx clean dist tsconfig.tsbuildinfo .rollup.cache",
|
|
24
|
-
"copy-files": "copyfiles -u 1 src/**/*.{css,scss,ttf} ./dist/esm",
|
|
20
|
+
"clean": "genx clean",
|
|
25
21
|
"dev": "npm run dev:tsc",
|
|
26
22
|
"dev:rollup": "rollup -c -w --configDev",
|
|
27
|
-
"dev:tsc": "
|
|
23
|
+
"dev:tsc": "genx dev",
|
|
28
24
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
29
25
|
"serve": "genx serve",
|
|
30
26
|
"test": "echo \"Error: no test specified\""
|
|
31
27
|
},
|
|
32
28
|
"devDependencies": {
|
|
33
29
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
34
|
-
"@genesislcap/genx": "^14.
|
|
30
|
+
"@genesislcap/genx": "^14.23.0",
|
|
35
31
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
36
32
|
"@pixability-ui/federated-types": "^0.2.0",
|
|
37
33
|
"@playwright/test": "^1.18.1",
|
|
@@ -83,11 +79,11 @@
|
|
|
83
79
|
"webpack-merge": "^5.7.3"
|
|
84
80
|
},
|
|
85
81
|
"dependencies": {
|
|
86
|
-
"@genesislcap/foundation-comms": "^14.
|
|
87
|
-
"@genesislcap/foundation-ui": "^14.
|
|
88
|
-
"@genesislcap/foundation-utils": "^14.
|
|
89
|
-
"@genesislcap/foundation-zero": "^14.
|
|
90
|
-
"@genesislcap/grid-pro": "^14.
|
|
82
|
+
"@genesislcap/foundation-comms": "^14.23.0",
|
|
83
|
+
"@genesislcap/foundation-ui": "^14.23.0",
|
|
84
|
+
"@genesislcap/foundation-utils": "^14.23.0",
|
|
85
|
+
"@genesislcap/foundation-zero": "^14.23.0",
|
|
86
|
+
"@genesislcap/grid-pro": "^14.23.0",
|
|
91
87
|
"@microsoft/fast-colors": "^5.1.4",
|
|
92
88
|
"@microsoft/fast-components": "^2.21.3",
|
|
93
89
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -109,5 +105,5 @@
|
|
|
109
105
|
"access": "public"
|
|
110
106
|
},
|
|
111
107
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "e32f041c0d827b1731f2de5ba5aeef20bb4ae7a9"
|
|
113
109
|
}
|