@elliemae/pui-cli 5.27.0 → 5.28.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.
@@ -31,19 +31,19 @@ const getRootDir = () => {
31
31
 
32
32
  const jestConfig = {
33
33
  collectCoverageFrom: [
34
- 'app/**/*.{js, ts, jsx, tsx}',
35
- 'lib/**/*.{js, ts, jsx, tsx}',
36
- '!app/**/*.test.{js, ts, jsx, tsx}',
37
- '!lib/**/*.test.{js, ts, jsx, tsx}',
38
- '!app/**/*.stories.{js, ts, jsx, tsx}',
39
- '!lib/**/*.stories.{js, ts, jsx, tsx}',
40
- '!app/**/*.endpoint.{js, ts, jsx, tsx}',
41
- '!lib/**/*.endpoint.{js, ts, jsx, tsx}',
42
- '!app/*/RbGenerated*/*.{js, ts, jsx, tsx}',
43
- '!app/index.{js, ts, jsx, tsx}',
44
- '!app/global-styles.{js, ts, jsx, tsx}',
45
- '!app/*/*/loadable.{js, ts, jsx, tsx}',
46
- '!lib/*/*/loadable.{js, ts, jsx, tsx}',
34
+ 'app/**/*.{js,ts,jsx,tsx}',
35
+ 'lib/**/*.{js,ts,jsx,tsx}',
36
+ '!app/**/*.test.{js,ts,jsx,tsx}',
37
+ '!lib/**/*.test.{js,ts,jsx,tsx}',
38
+ '!app/**/*.stories.{js,ts,jsx,tsx}',
39
+ '!lib/**/*.stories.{js,ts,jsx,tsx}',
40
+ '!app/**/*.endpoint.{js,ts,jsx,tsx}',
41
+ '!lib/**/*.endpoint.{js,ts,jsx,tsx}',
42
+ '!app/*/RbGenerated*/*.{js,ts,jsx,tsx}',
43
+ '!app/index.{js,ts,jsx,tsx}',
44
+ '!app/global-styles.{js,ts,jsx,tsx}',
45
+ '!app/*/*/loadable.{js,ts,jsx,tsx}',
46
+ '!lib/*/*/loadable.{js,ts,jsx,tsx}',
47
47
  ],
48
48
  coverageThreshold: {
49
49
  // Todo: enable the coverage threshold later
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "5.27.0",
3
+ "version": "5.28.2",
4
4
  "private": false,
5
5
  "description": "EllieMae Platform UI CLI",
6
6
  "sideEffects": false,
@@ -114,7 +114,6 @@
114
114
  "babel-plugin-transform-strip-block": "0.0.4",
115
115
  "body-parser": "~1.19.1",
116
116
  "browserslist": "~4.19.1",
117
- "bundlesize": "~0.18.1",
118
117
  "case-sensitive-paths-webpack-plugin": "~2.4.0",
119
118
  "chalk": "~4.1.2",
120
119
  "circular-dependency-plugin": "~5.2.2",