@kbapp/js-bridge 0.4.1-alpha.0 → 0.4.2-alpha.0

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.
@@ -48,7 +48,7 @@ var __rest = (this && this.__rest) || function (s, e) {
48
48
  };
49
49
  Object.defineProperty(exports, "__esModule", { value: true });
50
50
  exports.generateKBSign = void 0;
51
- var core_1 = require("src/core");
51
+ var core_1 = require("../core");
52
52
  /**
53
53
  *
54
54
  * @description 生成kbSign
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.4.1-alpha.0",
6
+ "version": "0.4.2-alpha.0",
7
7
  "description": "开吧客户端桥接",
8
8
  "main": "./dist/index.js",
9
9
  "author": "along"