jet-miniapp
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -5,2 +5,3 @@ export * from './basic'; | ||
import * as _my from './my'; | ||
export { R, _my as my }; | ||
import cloud from './cloud'; | ||
export { R, _my as my, cloud }; |
@@ -12,2 +12,5 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -20,1 +23,3 @@ __export(require("./basic")); | ||
exports.my = _my; | ||
const cloud_1 = __importDefault(require("./cloud")); | ||
exports.cloud = cloud_1.default; |
{ | ||
"name": "jet-miniapp", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "客户端sdk", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
102373
18
3169