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

Commit

Permalink
build(peerDeps): upgrade to ng-ovh-api-wrappers (#140)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: renamed `@ovh-ux/ng-ovh-apiv7` by `@ovh-ux/ng-ovh-api-wrappers`
  • Loading branch information
marie-j authored and antleblanc committed Mar 6, 2019
1 parent dd68bc6 commit 9b62544
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 13 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ All services must return a $resource.
For each $resource, you can call whether:
- `v6`: for APIv6
- `v7`: for APIv7 (see [ovh-angular-apiv7 library](https://github.com/ovh-ux/ovh-angular-apiv7))
- `Iceberg` for Iceberg (see [ovh-angular-apiv7 library](https://github.com/ovh-ux/ovh-angular-apiv7))
- `Aapi`: for 2API

For example, for the service Me, use `OvhApiMe.v6().get()`, to get user informations.
Expand Down
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", "ngOvhSwimmingPoll"]);
angular.module("ovh-api-services", ["ngOvhApiWrappers", "ngOvhSwimmingPoll"]);

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lodash": "^3.10.1"
},
"peerDependencies": {
"@ovh-ux/ng-ovh-apiv7": "^2.0.0",
"@ovh-ux/ng-ovh-api-wrappers": "^3.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", "ngOvhSwimmingPoll"]);
angular.module("ovh-api-services", ["ngOvhApiWrappers", "ngOvhSwimmingPoll"]);
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
# yarn lockfile v1


"@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"

abbrev@1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
Expand Down Expand Up @@ -2004,7 +1997,7 @@ lodash@^3.10.1, lodash@^3.2.0:
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=

lodash@^4.17.11, lodash@^4.17.4, lodash@^4.3.0, lodash@~4.17.10, lodash@~4.17.5:
lodash@^4.17.4, lodash@^4.3.0, lodash@~4.17.10, lodash@~4.17.5:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
Expand Down

0 comments on commit 9b62544

Please sign in to comment.