tournamentsoftware-player-api 0.0.2 → 0.0.3

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/lib/index.d.ts CHANGED
@@ -6,7 +6,7 @@
6
6
  * whatever is exported here is what they'll get.
7
7
  * For small projects you could put all your code right in this file.
8
8
  */
9
- import getPlayerDetails from './lib/api.js';
10
- export * from './lib/sample-module.js';
9
+ import getPlayerDetails from './lib/api';
10
+ export * from './lib/sample-module';
11
11
  export default getPlayerDetails;
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,gBAAgB,MAAM,UAAU,CAAC;AAExC,cAAc,wBAAwB,CAAC;AAEvC,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,gBAAgB,MAAM,OAAO,CAAC;AAErC,cAAc,qBAAqB,CAAC;AAEpC,eAAe,gBAAgB,CAAC"}
package/lib/index.js CHANGED
@@ -25,7 +25,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  * whatever is exported here is what they'll get.
26
26
  * For small projects you could put all your code right in this file.
27
27
  */
28
- const api_js_1 = __importDefault(require("./lib/api.js"));
29
- __exportStar(require("./lib/sample-module.js"), exports);
30
- exports.default = api_js_1.default;
28
+ const api_1 = __importDefault(require("./lib/api"));
29
+ __exportStar(require("./lib/sample-module"), exports);
30
+ exports.default = api_1.default;
31
31
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;GAOG;AACH,sDAAwC;AAExC,yDAAuC;AAEvC,kBAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;GAOG;AACH,gDAAqC;AAErC,sDAAoC;AAEpC,kBAAe,aAAgB,CAAC"}
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "author": "wandeltn",
10
10
  "keywords": [],
11
11
  "private": false,
12
- "version": "0.0.2",
12
+ "version": "0.0.3",
13
13
  "engines": {
14
14
  "node": ">=13.2.0"
15
15
  },