@elliemae/pui-cli 8.3.1 → 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.
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.3.
|
|
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
|
},
|
|
@@ -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.
|
|
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",
|