@abtnode/ux 1.8.65 → 1.8.66-beta-ff281dd5

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/lib/util/index.js CHANGED
@@ -375,6 +375,12 @@ const stringSortHandlerAsc = function stringSortHandlerAsc() {
375
375
  }
376
376
  return 0;
377
377
  };
378
+
379
+ /**
380
+ *
381
+ * @param {ABTNode} nodeInfo
382
+ * @returns {string} like http://localhost:3000, http://localhost:3000/admin
383
+ */
378
384
  exports.stringSortHandlerAsc = stringSortHandlerAsc;
379
385
  const getEndPoint = nodeInfo => {
380
386
  const {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.65",
6
+ "version": "1.8.66-beta-ff281dd5",
7
7
  "description": "UX components shared across abtnode packages",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -21,18 +21,18 @@
21
21
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@abtnode/auth": "1.8.65",
25
- "@abtnode/constant": "1.8.65",
26
- "@abtnode/util": "1.8.65",
24
+ "@abtnode/auth": "1.8.66-beta-ff281dd5",
25
+ "@abtnode/constant": "1.8.66-beta-ff281dd5",
26
+ "@abtnode/util": "1.8.66-beta-ff281dd5",
27
27
  "@arcblock/did-connect": "^2.4.71",
28
28
  "@arcblock/did-motif": "^1.1.10",
29
29
  "@arcblock/icons": "^2.4.71",
30
30
  "@arcblock/terminal": "^2.4.71",
31
31
  "@arcblock/ux": "^2.4.71",
32
- "@blocklet/constant": "1.8.65",
32
+ "@blocklet/constant": "1.8.66-beta-ff281dd5",
33
33
  "@blocklet/launcher-layout": "^1.9.58",
34
34
  "@blocklet/list": "^0.10.50",
35
- "@blocklet/meta": "1.8.65",
35
+ "@blocklet/meta": "1.8.66-beta-ff281dd5",
36
36
  "@blocklet/ui-react": "^2.4.71",
37
37
  "@emotion/react": "^11.10.4",
38
38
  "@emotion/styled": "^11.10.4",
@@ -86,5 +86,5 @@
86
86
  "@babel/preset-react": "^7.18.6",
87
87
  "babel-plugin-inline-react-svg": "^1.1.2"
88
88
  },
89
- "gitHead": "69b608353fbbdb7c61f9ccb10965a1d0c55c45f2"
89
+ "gitHead": "92edfc81679a4749b30a7f8195d487afa148e26b"
90
90
  }