@nocobase/cli 1.5.0-beta.3 → 1.5.0-beta.4

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/nocobase.conf.tpl CHANGED
@@ -70,6 +70,7 @@ server {
70
70
  proxy_http_version 1.1;
71
71
  proxy_set_header Upgrade $http_upgrade;
72
72
  proxy_set_header Connection 'upgrade';
73
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
73
74
  proxy_set_header Host $host;
74
75
  add_header Cache-Control 'no-cache, no-store';
75
76
  proxy_cache_bypass $http_upgrade;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/cli",
3
- "version": "1.5.0-beta.3",
3
+ "version": "1.5.0-beta.4",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0",
6
6
  "main": "./src/index.js",
@@ -8,7 +8,7 @@
8
8
  "nocobase": "./bin/index.js"
9
9
  },
10
10
  "dependencies": {
11
- "@nocobase/app": "1.5.0-beta.3",
11
+ "@nocobase/app": "1.5.0-beta.4",
12
12
  "@types/fs-extra": "^11.0.1",
13
13
  "@umijs/utils": "3.5.20",
14
14
  "chalk": "^4.1.1",
@@ -25,12 +25,12 @@
25
25
  "tsx": "^4.19.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@nocobase/devtools": "1.5.0-beta.3"
28
+ "@nocobase/devtools": "1.5.0-beta.4"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
32
32
  "url": "git+https://github.com/nocobase/nocobase.git",
33
33
  "directory": "packages/core/cli"
34
34
  },
35
- "gitHead": "81afcf4affdb652faf4636e6d9351828ce8906be"
35
+ "gitHead": "f5ca1548fe8d8eda32699137434306c44a5df84c"
36
36
  }