@pisell/lowcode-renderer 1.0.43 → 1.0.44

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.
@@ -64,6 +64,7 @@ var getParams = function getParams(values, url) {
64
64
  start_at: start_at,
65
65
  end_at: end_at
66
66
  }, timezoneObj), {}, {
67
+ local_timezone: getTimeDiff(dayjs.tz.guess()),
67
68
  exportFile: exportFile
68
69
  }, others);
69
70
  };
@@ -79,6 +79,7 @@ var getParams = (values, url) => {
79
79
  start_at,
80
80
  end_at,
81
81
  ...timezoneObj,
82
+ local_timezone: getTimeDiff(import_dayjs.default.tz.guess()),
82
83
  exportFile,
83
84
  ...others
84
85
  // email: 'nick.li@pisell.com',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/lowcode-renderer",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "sideEffects": false,
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",