@abtnode/core 1.16.29-beta-bb5685f8 → 1.16.29-beta-44e63d18
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/ip.js +1 -2
- package/package.json +21 -21
package/lib/util/ip.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
const getIP = require('@abtnode/util/lib/get-ip');
|
|
2
|
-
const getIp = require('@abtnode/util/lib/get-ip');
|
|
3
2
|
const { encode } = require('@abtnode/util/lib/base32');
|
|
4
3
|
const { DEFAULT_DID_DOMAIN } = require('@abtnode/constant');
|
|
5
4
|
const logger = require('@abtnode/logger')('@abtnode/core:ip');
|
|
@@ -12,7 +11,7 @@ let cache = null;
|
|
|
12
11
|
const fetch = async () => {
|
|
13
12
|
try {
|
|
14
13
|
const start = Date.now();
|
|
15
|
-
const result = await
|
|
14
|
+
const result = await getIP({ includeV6: true, timeout: 5000 });
|
|
16
15
|
cache = result;
|
|
17
16
|
logger.info('refetch ip', { result, duration: Date.now() - start });
|
|
18
17
|
} catch (err) {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.29-beta-
|
|
6
|
+
"version": "1.16.29-beta-44e63d18",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
20
20
|
"license": "Apache-2.0",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@abtnode/analytics": "1.16.29-beta-
|
|
23
|
-
"@abtnode/auth": "1.16.29-beta-
|
|
24
|
-
"@abtnode/certificate-manager": "1.16.29-beta-
|
|
25
|
-
"@abtnode/constant": "1.16.29-beta-
|
|
26
|
-
"@abtnode/cron": "1.16.29-beta-
|
|
27
|
-
"@abtnode/logger": "1.16.29-beta-
|
|
28
|
-
"@abtnode/models": "1.16.29-beta-
|
|
29
|
-
"@abtnode/queue": "1.16.29-beta-
|
|
30
|
-
"@abtnode/rbac": "1.16.29-beta-
|
|
31
|
-
"@abtnode/router-provider": "1.16.29-beta-
|
|
32
|
-
"@abtnode/static-server": "1.16.29-beta-
|
|
33
|
-
"@abtnode/timemachine": "1.16.29-beta-
|
|
34
|
-
"@abtnode/util": "1.16.29-beta-
|
|
22
|
+
"@abtnode/analytics": "1.16.29-beta-44e63d18",
|
|
23
|
+
"@abtnode/auth": "1.16.29-beta-44e63d18",
|
|
24
|
+
"@abtnode/certificate-manager": "1.16.29-beta-44e63d18",
|
|
25
|
+
"@abtnode/constant": "1.16.29-beta-44e63d18",
|
|
26
|
+
"@abtnode/cron": "1.16.29-beta-44e63d18",
|
|
27
|
+
"@abtnode/logger": "1.16.29-beta-44e63d18",
|
|
28
|
+
"@abtnode/models": "1.16.29-beta-44e63d18",
|
|
29
|
+
"@abtnode/queue": "1.16.29-beta-44e63d18",
|
|
30
|
+
"@abtnode/rbac": "1.16.29-beta-44e63d18",
|
|
31
|
+
"@abtnode/router-provider": "1.16.29-beta-44e63d18",
|
|
32
|
+
"@abtnode/static-server": "1.16.29-beta-44e63d18",
|
|
33
|
+
"@abtnode/timemachine": "1.16.29-beta-44e63d18",
|
|
34
|
+
"@abtnode/util": "1.16.29-beta-44e63d18",
|
|
35
35
|
"@arcblock/did": "1.18.124",
|
|
36
36
|
"@arcblock/did-auth": "1.18.124",
|
|
37
37
|
"@arcblock/did-ext": "^1.18.124",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"@arcblock/pm2-events": "^0.0.5",
|
|
43
43
|
"@arcblock/validator": "^1.18.124",
|
|
44
44
|
"@arcblock/vc": "1.18.124",
|
|
45
|
-
"@blocklet/constant": "1.16.29-beta-
|
|
46
|
-
"@blocklet/env": "1.16.29-beta-
|
|
47
|
-
"@blocklet/meta": "1.16.29-beta-
|
|
48
|
-
"@blocklet/resolver": "1.16.29-beta-
|
|
49
|
-
"@blocklet/sdk": "1.16.29-beta-
|
|
50
|
-
"@blocklet/store": "1.16.29-beta-
|
|
45
|
+
"@blocklet/constant": "1.16.29-beta-44e63d18",
|
|
46
|
+
"@blocklet/env": "1.16.29-beta-44e63d18",
|
|
47
|
+
"@blocklet/meta": "1.16.29-beta-44e63d18",
|
|
48
|
+
"@blocklet/resolver": "1.16.29-beta-44e63d18",
|
|
49
|
+
"@blocklet/sdk": "1.16.29-beta-44e63d18",
|
|
50
|
+
"@blocklet/store": "1.16.29-beta-44e63d18",
|
|
51
51
|
"@did-space/client": "^0.5.4",
|
|
52
52
|
"@fidm/x509": "^1.2.1",
|
|
53
53
|
"@ocap/mcrypto": "1.18.124",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"jest": "^29.7.0",
|
|
104
104
|
"unzipper": "^0.10.11"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "0a389ad71f5a189041c4896b029f05f73c8ce8d6"
|
|
107
107
|
}
|