Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

build(peerdeps): add missing ng-ovh-swimming-poll dependency #139

Merged
merged 1 commit into from
Mar 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/ovh-api-services.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module("ovh-api-services", ["ngOvhApiv7"]);
angular.module("ovh-api-services", ["ngOvhApiv7", "ngOvhSwimmingPoll"]);

angular.module("ovh-api-services").service("OvhApiAuth", ["$injector", function ($injector) {
"use strict";
Expand Down
12 changes: 6 additions & 6 deletions dist/ovh-api-services.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"lodash": "^3.10.1"
},
"peerDependencies": {
"@ovh-ux/ng-ovh-apiv7": "^2.0.0"
"@ovh-ux/ng-ovh-apiv7": "^2.0.0",
"@ovh-ux/ng-ovh-swimming-poll": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion src/ovh-api-services.module.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
angular.module("ovh-api-services", ["ngOvhApiv7"]);
angular.module("ovh-api-services", ["ngOvhApiv7", "ngOvhSwimmingPoll"]);
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@ovh-ux/ng-ovh-apiv7@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@ovh-ux/ng-ovh-apiv7/-/ng-ovh-apiv7-2.0.0.tgz#838e6c224bb37928de84b4a0eb8c0c8a6713f1d7"
integrity sha512-EnJEEmoNCTjnCv/501GDZjxYt17YgGbVBr6BfqF6kD4FSf+TQpsP2sOKEXDLIj0oJUYRhU4z5d97AjX9zFSrFg==
"@ovh-ux/ng-ovh-swimming-poll@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@ovh-ux/ng-ovh-swimming-poll/-/ng-ovh-swimming-poll-4.0.0.tgz#16e071b283fed0ab2fe3e2287819793cbf0f159a"
integrity sha512-kZDL0SFo2SK6yFDHhyMT7A3r8Q8czQlCKI914vMB5OQrRucX3dCNABnBaft5GKvTmDlBmCdH8ixT/H9IV9vdbA==
dependencies:
lodash "^4.17.11"

Expand Down