hunter-open-sdk 1.1.2-beta.2 → 2.0.0-beta.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.
package/README.md CHANGED
@@ -1,2 +1,7 @@
1
1
  采货侠SaaS版本桌面端sdk
2
2
 
3
+ # 发包命令
4
+ 发测试包
5
+ ```
6
+ npm publish --tag=beta
7
+ ```
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.1.0
@@ -92,8 +92,8 @@ var callHunterInspectionKit = exports.callHunterInspectionKit = function callHun
92
92
  kit = getHunterInspectionKit(false);
93
93
  }
94
94
  if (!kit || typeof kit[methodName] !== 'function') {
95
- console.error("initHunterInspectionKit.".concat(methodName, "\u65B9\u6CD5\u4E0D\u5B58\u5728\u6216\u672A\u521D\u59CB\u5316"));
96
- Sentry.captureException("initHunterInspectionKit.".concat(methodName, "\u65B9\u6CD5\u4E0D\u5B58\u5728\u6216\u672A\u521D\u59CB\u5316"));
95
+ console.error("HunterInspectionKit.".concat(methodName, "\u65B9\u6CD5\u4E0D\u5B58\u5728\u6216\u672A\u521D\u59CB\u5316"));
96
+ Sentry.captureException("HunterInspectionKit.".concat(methodName, "\u65B9\u6CD5\u4E0D\u5B58\u5728\u6216\u672A\u521D\u59CB\u5316"));
97
97
  return null;
98
98
  }
99
99
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hunter-open-sdk",
3
- "version": "1.1.2-beta.2",
3
+ "version": "2.0.0-beta.2",
4
4
  "description": "采货侠SaaS版本桌面端sdk",
5
5
  "scripts": {
6
6
  "start": "zz dev",