@elliemae/pui-cli 8.3.0 → 8.3.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.
Files changed (1) hide show
  1. package/package.json +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.3.0",
3
+ "version": "8.3.2",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -24,6 +24,9 @@
24
24
  "./vitest": {
25
25
  "import": "./dist/esm/testing/vitest.config.js"
26
26
  },
27
+ "./server/routes": {
28
+ "require": "./dist/cjs/server/appRoutes.js"
29
+ },
27
30
  "./app.tsconfig.json": "./app.tsconfig.json",
28
31
  "./library.tsconfig.json": "./library.tsconfig.json"
29
32
  },
@@ -245,7 +248,7 @@
245
248
  "postcss-jsx": "~0.36.4",
246
249
  "postcss-loader": "~7.1.0",
247
250
  "postcss-markdown": "~1.2.0",
248
- "postcss-preset-env": "~8.2.0",
251
+ "postcss-preset-env": "~8.0.1",
249
252
  "postcss-syntax": "~0.36.2",
250
253
  "prettier": "~2.8.7",
251
254
  "prisma": "~4.12.0",
@@ -270,7 +273,7 @@
270
273
  "supertest": "~6.3.3",
271
274
  "swc-loader": "~0.2.3",
272
275
  "ts-node": "~10.9.1",
273
- "tsc-alias": "~1.8.4",
276
+ "tsc-alias": "~1.8.5",
274
277
  "typedoc": "~0.23.28",
275
278
  "typescript": "~5.0.2",
276
279
  "update-notifier": "~6.0.2",