alaska-settings
Advanced tools
Comparing version 0.13.0 to 0.13.1
{ | ||
"name": "alaska-settings", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Alaska settings service", | ||
@@ -15,12 +15,12 @@ "keywords": [ | ||
"dependencies": { | ||
"alaska-field-mixed": "^0.13.0", | ||
"alaska-field-select": "^0.13.0", | ||
"alaska-field-text": "^0.13.0", | ||
"alaska-field-mixed": "^0.13.1", | ||
"alaska-field-select": "^0.13.1", | ||
"alaska-field-text": "^0.13.1", | ||
"debug": "^3.1.0" | ||
}, | ||
"peerDependencies": { | ||
"alaska-field-mixed": "^0.13.0", | ||
"alaska-field-select": "^0.13.0", | ||
"alaska-field-text": "^0.13.0" | ||
"alaska-field-mixed": "^0.13.1", | ||
"alaska-field-select": "^0.13.1", | ||
"alaska-field-text": "^0.13.1" | ||
} | ||
} |
@@ -0,5 +1,10 @@ | ||
'use strict'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
//为 alaska-admin-view 注入设置编辑器 | ||
export const routes = [{ | ||
const routes = exports.routes = [{ | ||
component: `${__dirname}/SettingsEditor.jsx`, | ||
path: '/settings' | ||
}]; | ||
}]; |
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
9513
353
Updatedalaska-field-mixed@^0.13.1
Updatedalaska-field-select@^0.13.1
Updatedalaska-field-text@^0.13.1