@genesislcap/foundation-errors 12.0.1 → 12.0.2
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 +5 -7
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": "12.0.
|
|
4
|
+
"version": "12.0.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"api": "npm run api:extract && npm run api:document",
|
|
21
21
|
"api:extract": "api-extractor run",
|
|
22
22
|
"api:document": "api-documenter markdown -i dist -o docs/api",
|
|
23
|
-
"build": "npm run
|
|
23
|
+
"build": "npm run clean && npm run build:tsc && npm run api",
|
|
24
24
|
"build:rollup": "rollup -c",
|
|
25
25
|
"build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
|
|
26
26
|
"build:tsc": "tsc -b ./tsconfig.build.json",
|
|
@@ -32,8 +32,6 @@
|
|
|
32
32
|
"dev:rollup": "rollup -c -w --configDev",
|
|
33
33
|
"dev:tsc": "tsc -b ./tsconfig.build.json -w",
|
|
34
34
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
35
|
-
"prepare": "npm run clean && npm run build:tsc && npm run api",
|
|
36
|
-
"prepublishOnly": "npm run prepare",
|
|
37
35
|
"serve": "serve dist -p $npm_package_config_PORT",
|
|
38
36
|
"test": "npm run test:unit",
|
|
39
37
|
"test:coverage": "c8 --include=src npm run test:unit",
|
|
@@ -84,8 +82,8 @@
|
|
|
84
82
|
"webpack-merge": "^5.7.3"
|
|
85
83
|
},
|
|
86
84
|
"dependencies": {
|
|
87
|
-
"@genesislcap/foundation-testing": "^12.0.
|
|
88
|
-
"@genesislcap/foundation-utils": "^12.0.
|
|
85
|
+
"@genesislcap/foundation-testing": "^12.0.2",
|
|
86
|
+
"@genesislcap/foundation-utils": "^12.0.2",
|
|
89
87
|
"@microsoft/fast-element": "^1.7.0",
|
|
90
88
|
"tslib": "^2.3.1"
|
|
91
89
|
},
|
|
@@ -97,5 +95,5 @@
|
|
|
97
95
|
"publishConfig": {
|
|
98
96
|
"access": "public"
|
|
99
97
|
},
|
|
100
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "28d849c72fd4385074cf195d7d33680dd81bff04"
|
|
101
99
|
}
|