chore: update npm versions

pull/1921/head
mehmet-erim 5 years ago
parent 5aeb150d4a
commit c72eb33db5

@ -1,6 +1,6 @@
{
"name": "@abp/ng.account.config",
"version": "0.0.1",
"version": "0.9.0",
"publishConfig": {
"access": "public"
}

@ -4,5 +4,5 @@
"lib": {
"entryFile": "src/public-api.ts"
},
"whitelistedNonPeerDependencies": ["@abp/ng.theme.shared", "abp/ng.account.config"]
"whitelistedNonPeerDependencies": ["@abp/ng.theme.shared", "@abp/ng.account.config"]
}

@ -3,7 +3,7 @@
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.9.0",
"abp/ng.account.config": "^0.0.1"
"@abp/ng.account.config": "^0.9.0"
},
"publishConfig": {
"access": "public"

@ -221,4 +221,10 @@ describe('ConfigService', () => {
}
});
});
describe('#GetAppConfiguration', () => {
it('should call the getConfiguration of ApplicationConfigurationService and patch the state', () => {
// state.addData()
});
});
});

@ -1,6 +1,6 @@
{
"name": "@abp/ng.identity.config",
"version": "0.0.1",
"version": "0.9.0",
"publishConfig": {
"access": "public"
}

@ -4,7 +4,7 @@
"dependencies": {
"@abp/ng.theme.shared": "^0.9.0",
"@abp/ng.permission-management": "^0.9.0",
"@abp/ng.identity.config": "0.0.1"
"@abp/ng.identity.config": "0.9.0"
},
"publishConfig": {
"access": "public"

@ -1,6 +1,6 @@
{
"name": "@abp/ng.setting-management.config",
"version": "0.0.1",
"version": "0.9.0",
"publishConfig": {
"access": "public"
}

@ -3,7 +3,7 @@
"version": "0.9.0",
"dependencies": {
"@abp/ng.theme.shared": "^0.9.0",
"@abp/ng.setting-management.config": "^0.0.1"
"@abp/ng.setting-management.config": "^0.9.0"
},
"publishConfig": {
"access": "public"

@ -1,6 +1,6 @@
{
"name": "@abp/ng.tenant-management.config",
"version": "0.0.1",
"version": "0.9.0",
"publishConfig": {
"access": "public"
}

@ -4,7 +4,7 @@
"dependencies": {
"@abp/ng.theme.shared": "^0.9.0",
"@abp/ng.feature-management": "^0.9.0",
"@abp/ng.tenant-management.config": "^0.0.1"
"@abp/ng.tenant-management.config": "^0.9.0"
},
"publishConfig": {
"access": "public"

@ -4,7 +4,7 @@ import fse from 'fs-extra';
(async () => {
const { projects } = await fse.readJSON('../angular.json');
const projectNames = Object.keys(projects);
const projectNames = Object.keys(projects).filter(project => project !== 'dev-app');
const packageJson = await fse.readJSON('../package.json');

File diff suppressed because it is too large Load Diff

@ -15,9 +15,9 @@
"dependencies": {
"@abp/ng.account": "^0.9.0",
"@abp/ng.identity": "^0.9.0",
"@abp/ng.theme.basic": "^0.9.0",
"@abp/ng.tenant-management": "^0.9.0",
"@abp/ng.setting-management": "^0.9.0",
"@abp/ng.tenant-management": "^0.9.0",
"@abp/ng.theme.basic": "^0.9.0",
"@angular/animations": "~8.2.10",
"@angular/common": "~8.2.10",
"@angular/compiler": "~8.2.10",
@ -27,8 +27,8 @@
"@angular/platform-browser-dynamic": "~8.2.10",
"@angular/router": "~8.2.10",
"@angularclass/hmr": "^2.1.3",
"@ngxs/hmr-plugin": "^3.5.0",
"@ngxs/devtools-plugin": "^3.5.0",
"@ngxs/hmr-plugin": "^3.5.0",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"

Loading…
Cancel
Save