@tachybase/client 1.6.1 → 1.6.3

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.
@@ -105,13 +105,13 @@ const SettingLayout = (param)=>{
105
105
  /*#__PURE__*/ jsx(Button, {
106
106
  type: "text",
107
107
  target: "_blank",
108
- href: "https://github.com/tachybase/tachybase/issues",
108
+ href: "https://github.com/tegojs/tego-standard/issues",
109
109
  icon: /*#__PURE__*/ jsx(QuestionCircleFilled, {}, "QuestionCircleFilled")
110
110
  }),
111
111
  /*#__PURE__*/ jsx(Button, {
112
112
  type: "text",
113
113
  target: "_blank",
114
- href: "https://github.com/tachybase/tachybase",
114
+ href: "https://github.com/tegojs/tego-standard",
115
115
  icon: /*#__PURE__*/ jsx(GithubFilled, {}, "GithubFilled")
116
116
  })
117
117
  ];
@@ -12,7 +12,7 @@ const ErrorFallback = (param)=>{
12
12
  children: [
13
13
  'This is likely a Tachybase internals bug. Please open an issue at ',
14
14
  /*#__PURE__*/ jsx(Link, {
15
- href: "https://github.com/tachybase/tachybase/issues",
15
+ href: "https://github.com/tegojs/tego-standard/issues",
16
16
  target: "_blank",
17
17
  children: "here"
18
18
  })
@@ -33,7 +33,7 @@ const ErrorFallback = (param)=>{
33
33
  extra: [
34
34
  /*#__PURE__*/ jsx(Button, {
35
35
  type: "primary",
36
- href: "https://github.com/tachybase/tachybase/issues",
36
+ href: "https://github.com/tegojs/tego-standard/issues",
37
37
  target: "_blank",
38
38
  children: t('Feedback')
39
39
  }, "feedback"),
@@ -133,13 +133,13 @@ const SettingLayout = (param)=>{
133
133
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Button, {
134
134
  type: "text",
135
135
  target: "_blank",
136
- href: "https://github.com/tachybase/tachybase/issues",
136
+ href: "https://github.com/tegojs/tego-standard/issues",
137
137
  icon: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(icons_namespaceObject.QuestionCircleFilled, {}, "QuestionCircleFilled")
138
138
  }),
139
139
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Button, {
140
140
  type: "text",
141
141
  target: "_blank",
142
- href: "https://github.com/tachybase/tachybase",
142
+ href: "https://github.com/tegojs/tego-standard",
143
143
  icon: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(icons_namespaceObject.GithubFilled, {}, "GithubFilled")
144
144
  })
145
145
  ];
@@ -40,7 +40,7 @@ const ErrorFallback = (param)=>{
40
40
  children: [
41
41
  'This is likely a Tachybase internals bug. Please open an issue at ',
42
42
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(Link, {
43
- href: "https://github.com/tachybase/tachybase/issues",
43
+ href: "https://github.com/tegojs/tego-standard/issues",
44
44
  target: "_blank",
45
45
  children: "here"
46
46
  })
@@ -61,7 +61,7 @@ const ErrorFallback = (param)=>{
61
61
  extra: [
62
62
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_antd_namespaceObject.Button, {
63
63
  type: "primary",
64
- href: "https://github.com/tachybase/tachybase/issues",
64
+ href: "https://github.com/tegojs/tego-standard/issues",
65
65
  target: "_blank",
66
66
  children: t('Feedback')
67
67
  }, "feedback"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/client",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -21,8 +21,8 @@
21
21
  "@floating-ui/react": "0.26.28",
22
22
  "@js-preview/excel": "^1.7.14",
23
23
  "@lottiefiles/dotlottie-react": "^0.9.3",
24
- "@tachybase/schema": "1.6.0-alpha.9",
25
- "@tego/client": "1.6.0-alpha.9",
24
+ "@tachybase/schema": "1.6.1",
25
+ "@tego/client": "1.6.1",
26
26
  "ahooks": "^3.9.0",
27
27
  "antd": "5.22.5",
28
28
  "antd-style": "3.7.1",