Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manueliglesias committed Mar 13, 2018
1 parent 5c5deef commit 39b8e30
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/aws-appsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### vNext
### 1.0.13
- Update complex-object-link.js to handle 'null' values [PR#67](https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/67)

### 1.0.12
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-appsync/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aws-appsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-appsync",
"version": "1.0.12",
"version": "1.0.13",
"main": "lib/index.js",
"license": "SEE LICENSE IN LICENSE",
"description": "AWS Mobile AppSync SDK for JavaScript",
Expand Down
38 changes: 28 additions & 10 deletions packages/aws-appsync/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
babel-runtime "^6.26.0"
redux-persist "^4.5.0"

"@types/[email protected].45":
version "2.0.45"
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.45.tgz#0cfe971d7ed5542695740338e0455c91078a0e83"
"@types/[email protected].47":
version "2.0.47"
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.47.tgz#f49ba1dd1f189486beb6e1d070a850f6ab4bd521"

"@types/node@^8.0.46":
version "8.5.1"
Expand All @@ -35,19 +35,25 @@ apollo-cache@^1.0.2:
dependencies:
apollo-utilities "^1.0.3"

apollo-client@^2.0.3:
version "2.0.4"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.0.4.tgz#425c2944e068602b4e002b3f1ad08ddd893f1a0c"
apollo-cache@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.6.tgz#b953488bcc8244e001b9ab9c8b362a1512e9203f"
dependencies:
apollo-utilities "^1.0.10"

apollo-client@^2.2.1:
version "2.2.7"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.2.7.tgz#d5adbda81ef1f1c9c105ac71227ca8dc42b5731b"
dependencies:
"@types/zen-observable" "^0.5.3"
apollo-cache "^1.0.2"
apollo-cache "^1.1.6"
apollo-link "^1.0.0"
apollo-link-dedup "^1.0.0"
apollo-utilities "^1.0.3"
apollo-utilities "^1.0.10"
symbol-observable "^1.0.2"
zen-observable "^0.6.0"
zen-observable "^0.7.0"
optionalDependencies:
"@types/async" "2.0.45"
"@types/async" "2.0.47"

apollo-link-context@^1.0.0:
version "1.0.3"
Expand Down Expand Up @@ -79,6 +85,10 @@ apollo-utilities@^1.0.0, apollo-utilities@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.3.tgz#bf435277609850dd442cf1d5c2e8bc6655eaa943"

apollo-utilities@^1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.10.tgz#0c35696891d4fa28d76768e0f7249d63c6da08b9"

aws-sdk@^2.139.0:
version "2.171.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.171.0.tgz#69c2565e98e353d437402477cc3064a13caedc9c"
Expand Down Expand Up @@ -348,6 +358,10 @@ sax@>=0.6.0:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"

setimmediate@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"

sigmund@~1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590"
Expand Down Expand Up @@ -425,3 +439,7 @@ yaeti@^0.0.6:
zen-observable@^0.6.0:
version "0.6.1"
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.6.1.tgz#01dbed3bc8d02cbe9ee1112c83e04c807f647244"

zen-observable@^0.7.0:
version "0.7.1"
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.7.1.tgz#f84075c0ee085594d3566e1d6454207f126411b3"

0 comments on commit 39b8e30

Please sign in to comment.