@genesislcap/foundation-utils 14.30.3 → 14.31.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 +7 -25
- package/dist/custom-elements.json +0 -2054
- package/dist/dts/tsdoc-metadata.json +0 -11
- package/dist/foundation-utils.api.json +0 -10996
- package/dist/foundation-utils.d.ts +0 -1462
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.31.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -10,31 +10,13 @@
|
|
|
10
10
|
"PORT": 3040
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
|
-
"build": "
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"build:webpack": "genx build -b webpack",
|
|
17
|
-
"build:webpack:stats": "genx analyze -b webpack",
|
|
18
|
-
"clean": "genx clean",
|
|
19
|
-
"dev": "npm run dev:tsc",
|
|
20
|
-
"dev:rollup": "genx dev -b rollup",
|
|
21
|
-
"dev:tsc": "genx dev",
|
|
22
|
-
"dev:webpack": "genx dev -b webpack",
|
|
23
|
-
"serve": "genx serve"
|
|
13
|
+
"build": "npm run clean && tsc -b ./tsconfig.json",
|
|
14
|
+
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
|
15
|
+
"dev": "tsc -b ./tsconfig.json -w"
|
|
24
16
|
},
|
|
25
17
|
"devDependencies": {
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"@types/node": "^16.4.3",
|
|
29
|
-
"analytics": "^0.8.0",
|
|
30
|
-
"c8": "^7.11.0",
|
|
31
|
-
"esm": "^3.2.25",
|
|
32
|
-
"jsdom": "^19.0.0",
|
|
33
|
-
"playwright-test": "^8.4.0",
|
|
34
|
-
"tsm": "^2.2.1",
|
|
35
|
-
"typescript": "^4.5.5",
|
|
36
|
-
"uvu": "0.5.4",
|
|
37
|
-
"watchlist": "^0.3.1"
|
|
18
|
+
"rimraf": "^3.0.2",
|
|
19
|
+
"typescript": "^4.5.5"
|
|
38
20
|
},
|
|
39
21
|
"dependencies": {
|
|
40
22
|
"@microsoft/fast-components": "^2.21.3",
|
|
@@ -53,5 +35,5 @@
|
|
|
53
35
|
"access": "public"
|
|
54
36
|
},
|
|
55
37
|
"customElements": "dist/custom-elements.json",
|
|
56
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "2eac7177426f939beb5bcd3b78baf98f25f0e630"
|
|
57
39
|
}
|