dashboard-shell-shell 3.0.5-test.33 → 3.0.5-test.34

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "3.0.5-test.33",
3
+ "version": "3.0.5-test.34",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
3
  # 执行命令示例:
4
- # TAG=shell-pkg-v3.0.5-test.33 ./shell/scripts/publish-shell.sh
4
+ # TAG=shell-pkg-v3.0.5-test.34 ./shell/scripts/publish-shell.sh
5
5
 
6
6
  set -euo pipefail
7
7
 
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "translations": [
3
+ {
4
+ "pattern": "maximum call stack size exceeded",
5
+ "replacement": "超出最大调用堆栈大小",
6
+ "flags": "gi"
7
+ },
3
8
  {
4
9
  "pattern": "([^\\s]+) in excludeips is not a valid ip range",
5
10
  "replacement": "excludeIPs 中的地址段 '$1' 不是有效的 IP 范围",