Merge branch 'release'
This commit is contained in:
commit
8592b379cf
|
|
@ -9,5 +9,3 @@ export * from './types/Exception';
|
||||||
export * from './types/Pagination';
|
export * from './types/Pagination';
|
||||||
export * from './types/NamedCondition';
|
export * from './types/NamedCondition';
|
||||||
export * from './types/ErrorPage';
|
export * from './types/ErrorPage';
|
||||||
export { FrontendRuntimeContext, SerializedData } from './context/FrontendRuntimeContext';
|
|
||||||
export { BackendRuntimeContext } from './context/BackendRuntimeContext';
|
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,3 @@ export * from './types/Exception';
|
||||||
export * from './types/Pagination';
|
export * from './types/Pagination';
|
||||||
export * from './types/NamedCondition';
|
export * from './types/NamedCondition';
|
||||||
export * from './types/ErrorPage';
|
export * from './types/ErrorPage';
|
||||||
export { FrontendRuntimeContext } from './context/FrontendRuntimeContext';
|
|
||||||
export { BackendRuntimeContext } from './context/BackendRuntimeContext';
|
|
||||||
|
|
|
||||||
|
|
@ -9,5 +9,3 @@ export * from './types/Exception';
|
||||||
export * from './types/Pagination';
|
export * from './types/Pagination';
|
||||||
export * from './types/NamedCondition';
|
export * from './types/NamedCondition';
|
||||||
export * from './types/ErrorPage';
|
export * from './types/ErrorPage';
|
||||||
export { FrontendRuntimeContext, SerializedData } from './context/FrontendRuntimeContext';
|
|
||||||
export { BackendRuntimeContext } from './context/BackendRuntimeContext';
|
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,4 @@ tslib_1.__exportStar(require("./types/AbstractComponent"), exports);
|
||||||
tslib_1.__exportStar(require("./types/Exception"), exports);
|
tslib_1.__exportStar(require("./types/Exception"), exports);
|
||||||
tslib_1.__exportStar(require("./types/Pagination"), exports);
|
tslib_1.__exportStar(require("./types/Pagination"), exports);
|
||||||
tslib_1.__exportStar(require("./types/NamedCondition"), exports);
|
tslib_1.__exportStar(require("./types/NamedCondition"), exports);
|
||||||
tslib_1.__exportStar(require("./types/ErrorPage"), exports);
|
tslib_1.__exportStar(require("./types/ErrorPage"), exports);
|
||||||
var FrontendRuntimeContext_1 = require("./context/FrontendRuntimeContext");
|
|
||||||
Object.defineProperty(exports, "FrontendRuntimeContext", { enumerable: true, get: function () { return FrontendRuntimeContext_1.FrontendRuntimeContext; } });
|
|
||||||
var BackendRuntimeContext_1 = require("./context/BackendRuntimeContext");
|
|
||||||
Object.defineProperty(exports, "BackendRuntimeContext", { enumerable: true, get: function () { return BackendRuntimeContext_1.BackendRuntimeContext; } });
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "oak-frontend-base",
|
"name": "oak-frontend-base",
|
||||||
"version": "5.1.3",
|
"version": "5.2.0",
|
||||||
"description": "oak框架中前端与业务逻辑无关的平台部分",
|
"description": "oak框架中前端与业务逻辑无关的平台部分",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "XuChang"
|
"name": "XuChang"
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"i18n-js": "^4.3.0",
|
"i18n-js": "^4.3.0",
|
||||||
"node-schedule": "^2.1.1",
|
"node-schedule": "^2.1.1",
|
||||||
"oak-common-aspect": "~3.0.0",
|
"oak-common-aspect": "~3.0.0",
|
||||||
"oak-domain": "~5.0.10",
|
"oak-domain": "~5.0.11",
|
||||||
"oak-memory-tree-store": "~3.3.1",
|
"oak-memory-tree-store": "~3.3.1",
|
||||||
"ol": "^7.3.0",
|
"ol": "^7.3.0",
|
||||||
"react-native-device-info": "^10.12.0",
|
"react-native-device-info": "^10.12.0",
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,3 @@ export * from './types/Exception';
|
||||||
export * from './types/Pagination';
|
export * from './types/Pagination';
|
||||||
export * from './types/NamedCondition';
|
export * from './types/NamedCondition';
|
||||||
export * from './types/ErrorPage';
|
export * from './types/ErrorPage';
|
||||||
|
|
||||||
export { FrontendRuntimeContext, SerializedData } from './context/FrontendRuntimeContext';
|
|
||||||
export { BackendRuntimeContext } from './context/BackendRuntimeContext';
|
|
||||||
Loading…
Reference in New Issue