mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-25 19:31:14 +01:00
* removes namespace param from activation flags endpoint in api client * updates sync activation modal to use api service * updates sync destination sync page to use api service * removes ember data type deps from sync engine and updates tests * updates sync activation modal to always override namespace header in activate request
29 lines
653 B
JSON
29 lines
653 B
JSON
{
|
|
"name": "sync",
|
|
"keywords": [
|
|
"ember-addon",
|
|
"ember-engine"
|
|
],
|
|
"dependencies": {
|
|
"@hashicorp/design-system-components": "*",
|
|
"ember-cli-htmlbars": "*",
|
|
"ember-cli-babel": "*",
|
|
"ember-concurrency": "*",
|
|
"@ember/test-waiters": "*",
|
|
"ember-cli-typescript": "*",
|
|
"ember-auto-import": "*",
|
|
"@types/ember": "latest",
|
|
"@types/ember__array": "latest",
|
|
"@types/ember__component": "latest",
|
|
"@types/ember__controller": "latest",
|
|
"@types/ember__engine": "latest",
|
|
"@types/ember__routing": "latest",
|
|
"@types/rsvp": "latest"
|
|
},
|
|
"ember-addon": {
|
|
"paths": [
|
|
"../core"
|
|
]
|
|
}
|
|
}
|