costway-tracking-v2 2.0.1 → 2.0.2

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.
Files changed (2) hide show
  1. package/index.cjs +3 -0
  2. package/package.json +1 -1
package/index.cjs CHANGED
@@ -484,6 +484,9 @@ module.exports = {
484
484
  },
485
485
  setConfig: function (globalConfig) {
486
486
  config = Object.assign(config, globalConfig);
487
+ },
488
+ getSession: function () {
489
+ return getSession();
487
490
  }
488
491
  }
489
492
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "costway-tracking-v2",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "统计代码,新增vue3和vue2分别管理版本-增加多国家",
5
5
  "main": "index.cjs",
6
6
  "type": "module",