@elliemae/pui-cli 8.0.0-next.2 → 8.0.0-next.3

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.
@@ -0,0 +1,23 @@
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["dom", "dom.iterable", "esnext"],
4
+ "module": "esnext",
5
+ "target": "es2015",
6
+ "allowJs": true,
7
+ "allowSyntheticDefaultImports": true,
8
+ "esModuleInterop": true,
9
+ "forceConsistentCasingInFileNames": true,
10
+ "isolatedModules": true,
11
+ "jsx": "react-jsx",
12
+ "moduleResolution": "node",
13
+ "noEmit": true,
14
+ "noFallthroughCasesInSwitch": true,
15
+ "resolveJsonModule": true,
16
+ "skipLibCheck": true,
17
+ "strict": true,
18
+ "preserveConstEnums": true,
19
+ "sourceMap": true
20
+ },
21
+ "$schema": "https://json.schemastore.org/tsconfig",
22
+ "display": "pui-cli app"
23
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["dom", "dom.iterable", "es2022"],
4
+ "moduleResolution": "node",
5
+ "target": "es2022",
6
+ "module": "es2022",
7
+ "allowJs": true,
8
+ "allowSyntheticDefaultImports": true,
9
+ "strict": true,
10
+ "esModuleInterop": true,
11
+ "skipLibCheck": true,
12
+ "jsx": "react-jsx",
13
+ "noFallthroughCasesInSwitch": true,
14
+ "resolveJsonModule": true,
15
+ "forceConsistentCasingInFileNames": true,
16
+ "preserveConstEnums": true,
17
+ "sourceMap": true,
18
+ "declaration": true,
19
+ "emitDeclarationOnly": true
20
+ },
21
+ "$schema": "https://json.schemastore.org/tsconfig",
22
+ "display": "pui-cli library"
23
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.0.0-next.2",
3
+ "version": "8.0.0-next.3",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -23,7 +23,9 @@
23
23
  }
24
24
  },
25
25
  "files": [
26
- "dist"
26
+ "dist",
27
+ "./app.tsconfig.json",
28
+ "./library.tsconfig.json"
27
29
  ],
28
30
  "publishConfig": {
29
31
  "access": "public"
@@ -119,7 +121,7 @@
119
121
  "@types/compression": "~1.7.2",
120
122
  "@types/duplicate-package-checker-webpack-plugin": "~2.1.2",
121
123
  "@types/ip": "~1.1.0",
122
- "@types/jest": "~29.2.6",
124
+ "@types/jest": "~29.4.0",
123
125
  "@types/jest-axe": "~3.5.5",
124
126
  "@types/moment-locales-webpack-plugin": "~1.2.3",
125
127
  "@types/node": "~18.11.18",
@@ -134,7 +136,7 @@
134
136
  "@typescript-eslint/eslint-plugin": "~5.49.0",
135
137
  "@typescript-eslint/parser": "~5.49.0",
136
138
  "@vitejs/plugin-react": "~3.0.1",
137
- "@vitest/coverage-c8": "~0.28.1",
139
+ "@vitest/coverage-c8": "~0.28.2",
138
140
  "autoprefixer": "~10.4.13",
139
141
  "axe-core": "~4.6.3",
140
142
  "babel-plugin-date-fns": "~2.0.0",
@@ -251,7 +253,7 @@
251
253
  "resize-observer-polyfill": "~1.5.1",
252
254
  "resolve-typescript-plugin": "~2.0.0",
253
255
  "rimraf": "~4.1.2",
254
- "semantic-release": "~20.0.4",
256
+ "semantic-release": "~20.1.0",
255
257
  "slackify-markdown": "~4.3.1",
256
258
  "speed-measure-webpack-plugin": "~1.5.0",
257
259
  "storybook-addon-turbo-build": "~1.1.0",
@@ -270,7 +272,7 @@
270
272
  "url-loader": "~4.1.1",
271
273
  "uuid": "~9.0.0",
272
274
  "vite": "~4.0.4",
273
- "vitest": "~0.28.1",
275
+ "vitest": "~0.28.2",
274
276
  "vite-tsconfig-paths": "~4.0.5",
275
277
  "webpack": "~5.75.0",
276
278
  "webpack-bundle-analyzer": "~4.7.0",