@butr/vortexextensionnative 2.0.201 → 2.0.203
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/dist/Bannerlord.LauncherManager.Native.dll +0 -0
- package/dist/launchermanager.node +0 -0
- package/dist/main/Logger.js +2 -2
- package/dist/main/Logger.js.map +1 -1
- package/dist/main/index.d.ts +7 -6
- package/dist/main/index.js +1 -0
- package/dist/main/index.js.map +1 -1
- package/dist/module/Logger.js +2 -2
- package/dist/module/Logger.js.map +1 -1
- package/dist/module/index.d.ts +7 -6
- package/dist/module/index.js +7 -6
- package/dist/module/index.js.map +1 -1
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
package/dist/main/Logger.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.NativeLogger = void 0;
|
|
4
4
|
class NativeLogger {
|
|
5
5
|
constructor(log) {
|
|
6
|
-
const addon = require("./../
|
|
6
|
+
const addon = require("./../launchermanager.node");
|
|
7
7
|
this.manager = new addon.Logger(log);
|
|
8
8
|
}
|
|
9
9
|
setCallbacks() {
|
|
@@ -15,7 +15,7 @@ class NativeLogger {
|
|
|
15
15
|
}
|
|
16
16
|
exports.NativeLogger = NativeLogger;
|
|
17
17
|
NativeLogger.setDefaultCallbacks = () => {
|
|
18
|
-
const addon = require("./../
|
|
18
|
+
const addon = require("./../launchermanager.node");
|
|
19
19
|
return addon.Logger.setDefaultCallbacks();
|
|
20
20
|
};
|
|
21
21
|
//# sourceMappingURL=Logger.js.map
|
package/dist/main/Logger.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Logger.js","sourceRoot":"","sources":["../../src/Logger.ts"],"names":[],"mappings":";;;AAEA,MAAa,YAAY;IAGvB,YAAmB,GAA6C;QAC9D,MAAM,KAAK,GAA2B,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"Logger.js","sourceRoot":"","sources":["../../src/Logger.ts"],"names":[],"mappings":";;;AAEA,MAAa,YAAY;IAGvB,YAAmB,GAA6C;QAC9D,MAAM,KAAK,GAA2B,OAAO,CAAC,2BAA2B,CAAC,CAAC;QAC3E,IAAI,CAAC,OAAO,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IACvC,CAAC;IAEM,YAAY;QACjB,OAAO,IAAI,CAAC,OAAO,CAAC,YAAY,EAAE,CAAC;IACrC,CAAC;IAEM,oBAAoB;QACzB,OAAO,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,CAAC;IAC7C,CAAC;;AAdH,oCAoBC;AAJe,gCAAmB,GAAG,GAAS,EAAE;IAC7C,MAAM,KAAK,GAA2B,OAAO,CAAC,2BAA2B,CAAC,CAAC;IAC3E,OAAO,KAAK,CAAC,MAAM,CAAC,mBAAmB,EAAE,CAAC;AAC5C,CAAC,CAAC"}
|
package/dist/main/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import * as types from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
1
|
+
import * as types from "./types";
|
|
2
|
+
export * from "./Common";
|
|
3
|
+
export * from "./BannerlordModuleManager";
|
|
4
|
+
export * from "./FetchBannerlordVersion";
|
|
5
|
+
export * from "./LauncherManager";
|
|
6
|
+
export * from "./Logger";
|
|
7
|
+
export * from "./Utils";
|
|
7
8
|
export { types };
|
package/dist/main/index.js
CHANGED
|
@@ -43,5 +43,6 @@ __exportStar(require("./Common"), exports);
|
|
|
43
43
|
__exportStar(require("./BannerlordModuleManager"), exports);
|
|
44
44
|
__exportStar(require("./FetchBannerlordVersion"), exports);
|
|
45
45
|
__exportStar(require("./LauncherManager"), exports);
|
|
46
|
+
__exportStar(require("./Logger"), exports);
|
|
46
47
|
__exportStar(require("./Utils"), exports);
|
|
47
48
|
//# sourceMappingURL=index.js.map
|
package/dist/main/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAiC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAiC;AASxB,sBAAK;AAPd,2CAAyB;AACzB,4DAA0C;AAC1C,2DAAyC;AACzC,oDAAkC;AAClC,2CAAyB;AACzB,0CAAwB"}
|
package/dist/module/Logger.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export class NativeLogger {
|
|
2
2
|
constructor(log) {
|
|
3
|
-
const addon = require("./../
|
|
3
|
+
const addon = require("./../launchermanager.node");
|
|
4
4
|
this.manager = new addon.Logger(log);
|
|
5
5
|
}
|
|
6
6
|
setCallbacks() {
|
|
@@ -11,7 +11,7 @@ export class NativeLogger {
|
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
NativeLogger.setDefaultCallbacks = () => {
|
|
14
|
-
const addon = require("./../
|
|
14
|
+
const addon = require("./../launchermanager.node");
|
|
15
15
|
return addon.Logger.setDefaultCallbacks();
|
|
16
16
|
};
|
|
17
17
|
//# sourceMappingURL=Logger.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Logger.js","sourceRoot":"","sources":["../../src/Logger.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,YAAY;IAGvB,YAAmB,GAA6C;QAC9D,MAAM,KAAK,GAA2B,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"Logger.js","sourceRoot":"","sources":["../../src/Logger.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,YAAY;IAGvB,YAAmB,GAA6C;QAC9D,MAAM,KAAK,GAA2B,OAAO,CAAC,2BAA2B,CAAC,CAAC;QAC3E,IAAI,CAAC,OAAO,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IACvC,CAAC;IAEM,YAAY;QACjB,OAAO,IAAI,CAAC,OAAO,CAAC,YAAY,EAAE,CAAC;IACrC,CAAC;IAEM,oBAAoB;QACzB,OAAO,IAAI,CAAC,OAAO,CAAC,oBAAoB,EAAE,CAAC;IAC7C,CAAC;;AAEa,gCAAmB,GAAG,GAAS,EAAE;IAC7C,MAAM,KAAK,GAA2B,OAAO,CAAC,2BAA2B,CAAC,CAAC;IAC3E,OAAO,KAAK,CAAC,MAAM,CAAC,mBAAmB,EAAE,CAAC;AAC5C,CAAC,CAAC"}
|
package/dist/module/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import * as types from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
1
|
+
import * as types from "./types";
|
|
2
|
+
export * from "./Common";
|
|
3
|
+
export * from "./BannerlordModuleManager";
|
|
4
|
+
export * from "./FetchBannerlordVersion";
|
|
5
|
+
export * from "./LauncherManager";
|
|
6
|
+
export * from "./Logger";
|
|
7
|
+
export * from "./Utils";
|
|
7
8
|
export { types };
|
package/dist/module/index.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import * as types from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
1
|
+
import * as types from "./types";
|
|
2
|
+
export * from "./Common";
|
|
3
|
+
export * from "./BannerlordModuleManager";
|
|
4
|
+
export * from "./FetchBannerlordVersion";
|
|
5
|
+
export * from "./LauncherManager";
|
|
6
|
+
export * from "./Logger";
|
|
7
|
+
export * from "./Utils";
|
|
7
8
|
export { types };
|
|
8
9
|
//# sourceMappingURL=index.js.map
|
package/dist/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAEjC,cAAc,UAAU,CAAC;AACzB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AAExB,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAEjC,cAAc,UAAU,CAAC;AACzB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,KAAK,EAAE,CAAC"}
|