Skip to content

Commit abdb357

Browse files
authored
Merge pull request #95 from cloudgraphdev/fix/EP-1988-update-sdk-version
fix: Updated sdk version
2 parents fbd1eaf + 63d5487 commit abdb357

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"bugs": "https://github.com/cloudgraphdev/cli/issues",
1717
"dependencies": {
18-
"@cloudgraph/sdk": "^0.21.0",
18+
"@cloudgraph/sdk": "^0.21.1",
1919
"@graphql-tools/load-files": "^6.3.2",
2020
"@graphql-tools/merge": "^8.2.0",
2121
"@oclif/core": "1.6.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@
379379
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
380380
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
381381

382-
"@cloudgraph/sdk@^0.21.0":
383-
version "0.21.0"
384-
resolved "https://registry.yarnpkg.com/@cloudgraph/sdk/-/sdk-0.21.0.tgz#f067e6471295827a0d4a1858eea95301388d3911"
385-
integrity sha512-0aN3FhjNXI+tQXbW+85uNIyX7SqpIHsprJN0et/vBiVMKefOoZ+58G/Rw6ixbdmeolgS2drNJoU/94uFI8EDAQ==
382+
"@cloudgraph/sdk@^0.21.1":
383+
version "0.21.1"
384+
resolved "https://registry.yarnpkg.com/@cloudgraph/sdk/-/sdk-0.21.1.tgz#bb4c0243d73bbc98c4bd0c7d04379e0fac309b2d"
385+
integrity sha512-CHNIwkcfuNXify4nAp3wFYTW7sRGhzTu1haolQmihx+19mEc7WJuGV9wtZBlCIL+bctm8FoIVWDPShKuLHseWA==
386386
dependencies:
387387
"@graphql-tools/load-files" "^6.5.3"
388388
"@graphql-tools/merge" "^8.2.1"

0 commit comments

Comments
 (0)