Merge branch 'test/release/5.0.0' into 'main'
Test/release/5.0.0 See merge request !19
{ | ||
"name": "@aditosoftware/platform", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"adito": { | ||
"type": "module" | ||
}, | ||
... | ... | @@ -17,8 +17,8 @@ |
"@aditosoftware/notification": "^2.0.1", | ||
"@aditosoftware/observation": "^2.0.1", | ||
"@aditosoftware/offline": "^2.0.0", | ||
"@aditosoftware/root": "^4.0.0", | ||
"@aditosoftware/sharedalias": "^1.0.0", | ||
"@aditosoftware/root": "^5.0.1", | ||
"@aditosoftware/sharedalias": "^2.0.0", | ||
"@aditosoftware/terminal": "^1.0.0", | ||
"@aditosoftware/testing-utility": "^1.0.0", | ||
"@aditosoftware/usermanagement": "^2.0.1", | ||
... | ... | @@ -27,10 +27,15 @@ |
"@aditosoftware/utility": "^2.0.0", | ||
"@aditosoftware/workflow": "^2.0.1" | ||
}, | ||
"overrides": { | ||
"@aditosoftware/root": "^5.0.1", | ||
"@aditosoftware/sharedalias": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@aditosoftware/jdito-types": "^2024.0.2" | ||
}, | ||
"scripts": { | ||
"publishModule": "npm publish" | ||
"update package-lock": "npm update --package-lock=false --package-lock-only --strict-peer-deps", | ||
"eslint all": "npx eslint \"**/*.js\" --ignore-pattern node_modules/ --fix" | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment