jet-miniapp
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -6,2 +6,2 @@ export * from './basic'; | ||
import cloud from './cloud'; | ||
export { R, _my as my, cloud }; | ||
export { R as ramda, _my as my, cloud }; |
@@ -19,3 +19,3 @@ "use strict"; | ||
const R = __importStar(require("ramda")); | ||
exports.R = R; | ||
exports.ramda = R; | ||
const _my = __importStar(require("./my")); | ||
@@ -22,0 +22,0 @@ exports.my = _my; |
{ | ||
"name": "jet-miniapp", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "客户端sdk", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
102386