nest-tiktok-sdk-applet
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -5,2 +5,1 @@ "use strict"; | ||
exports.TIKTOK_SDK_APPLET_CONFIG = 'TIKTOK_SDK_APPLET_CONFIG'; | ||
//# sourceMappingURL=index.js.map |
@@ -19,2 +19,1 @@ "use strict"; | ||
__exportStar(require("./tiktok-sdk-applet.service"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=configModule.interfaces.js.map |
@@ -72,2 +72,1 @@ "use strict"; | ||
exports.DevelopmentManagementService = DevelopmentManagementService; | ||
//# sourceMappingURL=development-management.service.js.map |
@@ -68,2 +68,1 @@ "use strict"; | ||
exports.TiktokSdkAppletModule = TiktokSdkAppletModule; | ||
//# sourceMappingURL=tiktok-sdk-applet.module.js.map |
@@ -55,2 +55,1 @@ "use strict"; | ||
exports.TiktokSdkAppletService = TiktokSdkAppletService; | ||
//# sourceMappingURL=tiktok-sdk-applet.service.js.map |
@@ -17,2 +17,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=tiktok-sdk-applet.service.spec.js.map |
@@ -47,2 +47,1 @@ "use strict"; | ||
exports.RequestUtil = RequestUtil; | ||
//# sourceMappingURL=request.util.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=development-management.vo.js.map |
{ | ||
"name": "nest-tiktok-sdk-applet", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "tiktok-sdk-applet", | ||
@@ -9,3 +9,2 @@ "main": "libs/index.js", | ||
"build":"rm -rf ./libs && tsc -p tsconfig.json", | ||
"publish": "npm publish", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -12,0 +11,0 @@ }, |
@@ -10,3 +10,3 @@ { | ||
"target": "es2017", | ||
"sourceMap": true, | ||
"sourceMap": false, | ||
"outDir": "./libs", | ||
@@ -13,0 +13,0 @@ "baseUrl": "./", |
Sorry, the diff of this file is not supported yet
101808
23