@ekidpro/bridge
Advanced tools
Comparing version 1.0.0 to 1.0.1
export * from './web'; | ||
export * as DataTypes from './types'; | ||
export { Request, Response, RequestType, ResponseType } from './types'; | ||
export * from './types'; |
@@ -14,3 +14,3 @@ "use strict"; | ||
__exportStar(require("./web"), exports); | ||
exports.DataTypes = require("./types"); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
declare const _default: { | ||
device: { | ||
getDeviceInfo: () => Promise<import("../../types").DeviceInfo>; | ||
getDeviceInfo: () => Promise<import("../..").DeviceInfo>; | ||
}; | ||
}; | ||
export default _default; |
{ | ||
"name": "@ekidpro/bridge", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Bridge between ekidpro app with website", | ||
@@ -29,3 +29,4 @@ "homepage": "https://github.com/ekidpro-vn/bridge", | ||
"pretest": "npm run compile", | ||
"posttest": "npm run check" | ||
"posttest": "npm run check", | ||
"watch": "tsc -w" | ||
}, | ||
@@ -41,2 +42,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
16679
32
290
1
8