dolphindb 2.0.978 → 2.0.979
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/docs.zh.json +2 -2
- package/package.json +5 -5
package/docs.zh.json
CHANGED
|
@@ -62875,7 +62875,7 @@
|
|
|
62875
62875
|
{
|
|
62876
62876
|
"type": "text",
|
|
62877
62877
|
"value": [
|
|
62878
|
-
"返回相应的纳秒时间戳。返回值类型是NANOTIMESTAMP,时间类型变量。如果参数 *X* 中没有日期,则返回值是
|
|
62878
|
+
"返回相应的纳秒时间戳。返回值类型是 NANOTIMESTAMP,时间类型变量。如果参数 *X* 中没有日期,则返回值是1970.01.01 00:00:00.000000000 + *X* 纳秒的时间戳。"
|
|
62879
62879
|
]
|
|
62880
62880
|
}
|
|
62881
62881
|
]
|
|
@@ -62890,7 +62890,7 @@
|
|
|
62890
62890
|
"value": [
|
|
62891
62891
|
"",
|
|
62892
62892
|
" $ nanotimestamp(1000000000);",
|
|
62893
|
-
"
|
|
62893
|
+
" 1970.01.01T00:00:01.000000000",
|
|
62894
62894
|
"",
|
|
62895
62895
|
" $ nanotimestamp(2012.12.03 12:06:09 2012.12.03 13:08:01);",
|
|
62896
62896
|
" [2012.12.03T12:06:09.000000000,2012.12.03T13:08:01.000000000]",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dolphindb",
|
|
3
3
|
"description": "DolphinDB JavaScript API",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.979",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
7
7
|
"browser": "./browser.js",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"JavaScript"
|
|
26
26
|
],
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@types/node": "^20.4.
|
|
29
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
30
|
-
"@typescript-eslint/parser": "^
|
|
28
|
+
"@types/node": "^20.4.1",
|
|
29
|
+
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
30
|
+
"@typescript-eslint/parser": "^6.0.0",
|
|
31
31
|
"eslint": "^8.44.0",
|
|
32
32
|
"eslint-plugin-xlint": "^1.0.6",
|
|
33
33
|
"ts-node": "^10.9.1",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dayjs": "^1.11.9",
|
|
38
38
|
"ipaddr.js": "^2.1.0",
|
|
39
39
|
"tslib": "^2.6.0",
|
|
40
|
-
"xshell": "^1.0.
|
|
40
|
+
"xshell": "^1.0.38"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsc",
|