@genesislcap/foundation-utils 14.30.3 → 14.32.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.30.3",
4
+ "version": "14.32.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": "genx build",
14
- "build:rollup": "genx build -b rollup",
15
- "build:rollup:stats": "genx analyze -b rollup",
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
- "@genesislcap/genx": "^14.30.3",
27
- "@playwright/test": "^1.18.1",
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": "5f2858b6708b64c5ed6378fc54e09629539a563a"
38
+ "gitHead": "aeadb3c8e86295e7d192418df500983c7b48aa4a"
57
39
  }