dolphindb 2.0.919 → 2.0.921

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/i18n/dict.json CHANGED
@@ -67,5 +67,8 @@
67
67
  },
68
68
  "已断开": {
69
69
  "en": "is already disconnected"
70
+ },
71
+ "连接出错了,可能由于网络原因连接已被关闭,或服务器断开连接": {
72
+ "en": "connection errored. The connection may have been closed due to network reasons, or the server disconnected"
70
73
  }
71
74
  }
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
1
  {
2
- "name": "dolphindb",
3
- "description": "DolphinDB JavaScript API",
4
- "version": "2.0.919",
5
- "type": "module",
6
- "main": "./index.js",
7
- "browser": "./browser.js",
8
- "scripts": {
9
- "build": "tsc",
10
- "test": "tsc && node ./test/index.js"
11
- },
12
- "engines": {
13
- "node": ">=19.3.0"
14
- },
15
- "author": {
16
- "name": "Hongfei Shen",
17
- "email": "hongfei.shen@dolphindb.com",
18
- "url": "https://dolphindb.net/hongfeishen"
19
- },
20
- "publisher": "Hongfei Shen",
21
- "license": "MIT",
22
- "homepage": "https://github.com/dolphindb/api-javascript",
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/dolphindb/api-javascript"
26
- },
27
- "bugs": {
28
- "url": "https://github.com/dolphindb/api-javascript/issues"
29
- },
30
- "keywords": [
31
- "DolphinDB",
32
- "API",
33
- "JavaScript"
34
- ],
35
- "devDependencies": {
36
- "@types/node": "^18.11.18",
37
- "typescript": "^4.9.5"
38
- },
39
- "dependencies": {
40
- "dayjs": "^1.11.7",
41
- "ipaddr.js": "^2.0.1",
42
- "tslib": "^2.5.0",
43
- "xshell": "^1.0.6"
44
- }
45
- }
2
+ "name": "dolphindb",
3
+ "description": "DolphinDB JavaScript API",
4
+ "version": "2.0.921",
5
+ "type": "module",
6
+ "main": "./index.js",
7
+ "browser": "./browser.js",
8
+ "engines": {
9
+ "node": ">=19.3.0"
10
+ },
11
+ "author": {
12
+ "name": "Hongfei Shen",
13
+ "email": "hongfei.shen@dolphindb.com",
14
+ "url": "https://dolphindb.net/hongfeishen"
15
+ },
16
+ "publisher": "Hongfei Shen",
17
+ "license": "MIT",
18
+ "homepage": "https://github.com/dolphindb/api-javascript",
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/dolphindb/api-javascript"
22
+ },
23
+ "bugs": {
24
+ "url": "https://github.com/dolphindb/api-javascript/issues"
25
+ },
26
+ "keywords": [
27
+ "DolphinDB",
28
+ "API",
29
+ "JavaScript"
30
+ ],
31
+ "devDependencies": {
32
+ "@types/node": "^18.11.18",
33
+ "typescript": "^4.9.5"
34
+ },
35
+ "dependencies": {
36
+ "dayjs": "^1.11.7",
37
+ "ipaddr.js": "^2.0.1",
38
+ "tslib": "^2.5.0",
39
+ "xshell": "^1.0.6"
40
+ },
41
+ "scripts": {
42
+ "build": "tsc",
43
+ "test": "tsc && node ./test/index.js"
44
+ }
45
+ }