export-table-pulgin-csharp 1.0.44 → 1.0.45
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "export-table-pulgin-csharp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.45",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"license": "ISC",
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@types/node": "^17.0.18",
|
|
17
|
-
"export-table-lib": "^1.0.
|
|
17
|
+
"export-table-lib": "^1.0.48",
|
|
18
18
|
"fs": "^0.0.1-security",
|
|
19
19
|
"fs-extra": "^10.0.0",
|
|
20
20
|
"fse": "^4.0.1"
|
package/test/dist//345/257/271/350/257/235/350/241/250-/345/257/271/350/257/235/350/241/250.cs
CHANGED
|
@@ -7,7 +7,7 @@ public partial class 对话表 {
|
|
|
7
7
|
|
|
8
8
|
public static List<对话表> Configs = new List<对话表>()
|
|
9
9
|
{
|
|
10
|
-
new 对话表(40100001, 0, "我", 0, "Morning, sir!", "40100001", 3, true, new long[]{10, 80, 90}, 4),
|
|
10
|
+
new 对话表(40100001, 0, "我", 0, "Morning, sir!", "40100001", 3, true, new long[]{10, 80, 90.23}, 4),
|
|
11
11
|
new 对话表(40100002, 4010001, "农场主", 1, "Good morning to you, too, kid! So glad you came!", "40100003", 1, true, new long[]{10, 80, 90}, 4),
|
|
12
12
|
new 对话表(40100003, 4010001, "我", 0, "I heard you have troubles(麻烦).", "40100004", 3, true, new long[]{10, 80, 90}, 4),
|
|
13
13
|
new 对话表(40100004, 4010001, "农场主", 1, "Indeed(的确). And this time the troubles are strange.", "40100006", 1, true, new long[]{10, 80, 90}, 4),
|
|
Binary file
|