@genesislcap/foundation-testing 12.0.1 → 13.0.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.
Files changed (1) hide show
  1. package/package.json +4 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-testing",
3
3
  "description": "Genesis Foundation Testing",
4
- "version": "12.0.1",
4
+ "version": "13.0.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,7 +35,7 @@
35
35
  "api": "npm run api:extract && npm run api:document",
36
36
  "api:extract": "api-extractor run",
37
37
  "api:document": "api-documenter markdown -i dist -o docs/api",
38
- "build": "npm run build:tsc && npm run build:rollup && npm run build:webpack && npm run api",
38
+ "build": "npm run clean && npm run build:tsc && npm run api",
39
39
  "build:rollup": "rollup -c",
40
40
  "build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
41
41
  "build:tsc": "tsc -b ./tsconfig.build.json",
@@ -47,8 +47,6 @@
47
47
  "dev:rollup": "rollup -c -w --configDev",
48
48
  "dev:tsc": "tsc -b ./tsconfig.build.json -w",
49
49
  "dev:webpack": "cross-env NODE_ENV=development webpack serve",
50
- "prepare": "npm run clean && npm run build:tsc && npm run api",
51
- "prepublishOnly": "npm run prepare",
52
50
  "serve": "serve dist -p $npm_package_config_PORT",
53
51
  "test": "echo \"Error: no test specified\""
54
52
  },
@@ -107,7 +105,7 @@
107
105
  "webpack-merge": "^5.7.3"
108
106
  },
109
107
  "dependencies": {
110
- "@genesislcap/foundation-utils": "^12.0.1",
108
+ "@genesislcap/foundation-utils": "^13.0.0",
111
109
  "@microsoft/fast-element": "^1.7.0",
112
110
  "@microsoft/fast-foundation": "^2.33.2",
113
111
  "sinon": "15.0.1",
@@ -117,5 +115,5 @@
117
115
  "publishConfig": {
118
116
  "access": "public"
119
117
  },
120
- "gitHead": "304acc01f8f286b4c22dd59900711b70db6ab5a7"
118
+ "gitHead": "71d64612efd2827cb02ef308a22f3637bacb0bf2"
121
119
  }