From 28fe1766dd39b06b1405381f42c9dfec3df4e67f Mon Sep 17 00:00:00 2001 From: Corey Peterson Date: Tue, 29 May 2018 15:03:31 -0400 Subject: [PATCH 1/3] Points to Materia.Coms.Json.send hotfix in client-assets --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 54f84328d..f4a4af108 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "copy-webpack-plugin": "^4.0.1", "hash-assets-webpack-plugin": "^0.3.2", - "materia-client-assets": "https://github.com/ucfcdl/materia-client-assets.git#v0.3.3", + "materia-client-assets": "https://github.com/ucfcdl/materia-client-assets.git#51a94b465a3b0edac0e7d82cc2bd0a32c03f256f", "napa": "^3.0.0" }, "napa": { diff --git a/yarn.lock b/yarn.lock index e7fc44c13..87296fcbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4412,9 +4412,9 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -"materia-client-assets@https://github.com/ucfcdl/materia-client-assets.git#v0.3.3": - version "0.3.2" - resolved "https://github.com/ucfcdl/materia-client-assets.git#4b019be67eb2ddaf1dc0b9e1ae8cd994a9dd6583" +"materia-client-assets@https://github.com/ucfcdl/materia-client-assets.git#51a94b465a3b0edac0e7d82cc2bd0a32c03f256f": + version "0.3.3" + resolved "https://github.com/ucfcdl/materia-client-assets.git#51a94b465a3b0edac0e7d82cc2bd0a32c03f256f" dependencies: angular "1.6.9" angular-mocks "1.6.9" From 13f518342bdae7f91278d8781d209a714c5ac96a Mon Sep 17 00:00:00 2001 From: Corey Peterson Date: Wed, 30 May 2018 13:10:17 -0400 Subject: [PATCH 2/3] Updated client-assets to v0.3.4 with URI encoding hotfix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4a4af108..69e7a581c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "copy-webpack-plugin": "^4.0.1", "hash-assets-webpack-plugin": "^0.3.2", - "materia-client-assets": "https://github.com/ucfcdl/materia-client-assets.git#51a94b465a3b0edac0e7d82cc2bd0a32c03f256f", + "materia-client-assets": "https://github.com/ucfcdl/materia-client-assets.git#v0.3.4", "napa": "^3.0.0" }, "napa": { From 26a9dcce967ef5f4d0173e8d06e63cb97d63c40c Mon Sep 17 00:00:00 2001 From: Corey Peterson Date: Wed, 30 May 2018 13:14:35 -0400 Subject: [PATCH 3/3] Updated lockfile --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index 87296fcbc..904e68e14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4412,9 +4412,9 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -"materia-client-assets@https://github.com/ucfcdl/materia-client-assets.git#51a94b465a3b0edac0e7d82cc2bd0a32c03f256f": +"materia-client-assets@https://github.com/ucfcdl/materia-client-assets.git#v0.3.4": version "0.3.3" - resolved "https://github.com/ucfcdl/materia-client-assets.git#51a94b465a3b0edac0e7d82cc2bd0a32c03f256f" + resolved "https://github.com/ucfcdl/materia-client-assets.git#fe328320e08b100c6868f9ee33c4701a3ce59747" dependencies: angular "1.6.9" angular-mocks "1.6.9"