@abtnode/router-templates 1.8.0 → 1.8.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.
Files changed (2) hide show
  1. package/lib/common.js +1 -1
  2. package/package.json +4 -4
package/lib/common.js CHANGED
@@ -109,7 +109,7 @@ module.exports = ({
109
109
  const defaultExtra = `
110
110
  <div class="buttons">
111
111
  <a class="button" href="/${(adminPath || '').replace(/^\//, '')}">Dashboard</a>
112
- <a class="button" href="https://docs.arcblock.io/en/abtnode/">Document</a>
112
+ <a class="button" href="https://docs.arcblock.io/en/abtnode/">Documentation</a>
113
113
  ${
114
114
  refreshButton
115
115
  ? '<a class="button" href="javascript:void(0)" onclick="javascript:window.location.reload(true)">Refresh</a>'
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.0",
6
+ "version": "1.8.3",
7
7
  "description": "Provide page templates for ABT Node router",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -19,11 +19,11 @@
19
19
  "author": "linchen1987 <linchen.1987@foxmail.com> (http://github.com/linchen1987)",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@arcblock/result-html-pages": "^2.1.41",
23
- "@blocklet/meta": "1.8.0"
22
+ "@arcblock/result-html-pages": "^2.1.63",
23
+ "@blocklet/meta": "1.8.3"
24
24
  },
25
25
  "devDependencies": {
26
26
  "jest": "^27.4.5"
27
27
  },
28
- "gitHead": "6446a85fb33721abc24bb1045d59158e6b96c241"
28
+ "gitHead": "c734aca7bf1fc03378c3b082d0622b6a540a8bd3"
29
29
  }