@xfilecom/xframe 0.1.22 → 0.1.23

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/defaults.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "backendCore": "^1.0.3",
3
- "frontCore": "^0.2.8"
2
+ "backendCore": "^1.0.4",
3
+ "frontCore": "^0.2.9"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfilecom/xframe",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "Scaffold full-stack app: Nest + @xfilecom/backend-core, Vite/React + @xfilecom/front-core",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {
@@ -5,7 +5,8 @@
5
5
  "scripts": {
6
6
  "build": "nest build && tsc-alias -p tsconfig.build.json",
7
7
  "start": "npm run build && node --enable-source-maps dist/apps/api/src/main.js",
8
- "start:dev": "tsc-watch -p tsconfig.build.json --onSuccess \"tsc-alias -p tsconfig.build.json && node --enable-source-maps dist/apps/api/src/main.js\" --noClear",
8
+ "start:dev:run": "tsc-alias -p tsconfig.build.json && node --enable-source-maps dist/apps/api/src/main.js",
9
+ "start:dev": "tsc-watch -p tsconfig.build.json --onSuccess \"npm run start:dev:run\" --noClear",
9
10
  "start:prod": "node --enable-source-maps dist/apps/api/src/main.js"
10
11
  },
11
12
  "dependencies": {