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