@genesislcap/foundation-errors 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 +12 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-errors",
3
3
  "description": "Genesis Foundation UI Error Utils",
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",
@@ -17,15 +17,19 @@
17
17
  "PORT": 3021
18
18
  },
19
19
  "scripts": {
20
- "build": "genx build",
20
+ "api": "npm run api:extract && npm run api:document",
21
+ "api:extract": "api-extractor run",
22
+ "api:document": "api-documenter markdown -i dist -o docs/api",
23
+ "build": "npm run clean && npm run build:tsc && npm run api",
21
24
  "build:rollup": "rollup -c",
22
25
  "build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
26
+ "build:tsc": "tsc -b ./tsconfig.json",
23
27
  "build:webpack": "cross-env NODE_ENV=production webpack",
24
28
  "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
25
- "clean": "genx clean",
29
+ "clean": "genx clean dist tsconfig.tsbuildinfo .rollup.cache",
26
30
  "dev": "npm run dev:tsc",
27
31
  "dev:rollup": "rollup -c -w --configDev",
28
- "dev:tsc": "genx dev",
32
+ "dev:tsc": "tsc -b ./tsconfig.json -w",
29
33
  "dev:webpack": "cross-env NODE_ENV=development webpack serve",
30
34
  "serve": "genx serve",
31
35
  "test": "npm run test:unit",
@@ -40,8 +44,8 @@
40
44
  "test:unit:watch": "watchlist src test -- npm run test:unit"
41
45
  },
42
46
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.20.1-alpha-ea89a96.0",
44
- "@genesislcap/genx": "14.20.1-alpha-ea89a96.0",
47
+ "@genesislcap/foundation-testing": "^14.20.1",
48
+ "@genesislcap/genx": "^14.20.1",
45
49
  "@module-federation/dashboard-plugin": "2.3.0",
46
50
  "@pixability-ui/federated-types": "^0.2.0",
47
51
  "@playwright/test": "^1.18.1",
@@ -78,7 +82,7 @@
78
82
  "webpack-merge": "^5.7.3"
79
83
  },
80
84
  "dependencies": {
81
- "@genesislcap/foundation-utils": "14.20.1-alpha-ea89a96.0",
85
+ "@genesislcap/foundation-utils": "^14.20.1",
82
86
  "@microsoft/fast-element": "^1.7.0",
83
87
  "tslib": "^2.3.1"
84
88
  },
@@ -90,5 +94,5 @@
90
94
  "publishConfig": {
91
95
  "access": "public"
92
96
  },
93
- "gitHead": "912a2105583bd536acd8c30e35375bd1dafaa012"
97
+ "gitHead": "42802f45b0f6761369bb13c84cd8f8e30ce4fba1"
94
98
  }