@butr/vortexextensionnative 2.0.193 → 2.0.194

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.
Binary file
@@ -0,0 +1,7 @@
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 './Utils';
7
+ export { types };
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
36
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
37
+ };
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.types = void 0;
40
+ const types = __importStar(require("./types"));
41
+ exports.types = types;
42
+ __exportStar(require("./Common"), exports);
43
+ __exportStar(require("./BannerlordModuleManager"), exports);
44
+ __exportStar(require("./FetchBannerlordVersion"), exports);
45
+ __exportStar(require("./LauncherManager"), exports);
46
+ __exportStar(require("./Utils"), exports);
47
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAiC;AAS7B,sBAAK;AAPT,2CAAyB;AACzB,4DAA0C;AAC1C,2DAAyC;AACzC,oDAAkC;AAClC,0CAAwB"}
@@ -0,0 +1,7 @@
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 './Utils';
7
+ export { types };
@@ -0,0 +1,8 @@
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 './Utils';
7
+ export { types };
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +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,EACH,KAAK,EACR,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@butr/vortexextensionnative",
3
- "version": "2.0.193",
3
+ "version": "2.0.194",
4
4
  "description": "Package of native bindings bundled with TS declarations",
5
5
  "main": "dist/main/lib/index.js",
6
6
  "typings": "dist/main/lib/index.d.ts",