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 +2 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
10
|
-
export * from './lib/sample-module
|
|
9
|
+
import getPlayerDetails from './lib/api';
|
|
10
|
+
export * from './lib/sample-module';
|
|
11
11
|
export default getPlayerDetails;
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,gBAAgB,MAAM,
|
|
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
|
|
29
|
-
__exportStar(require("./lib/sample-module
|
|
30
|
-
exports.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,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;GAOG;AACH,gDAAqC;AAErC,sDAAoC;AAEpC,kBAAe,aAAgB,CAAC"}
|