diff --git a/package.json b/package.json index f314ad1382..62f4f85e01 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "normalize-css": "^2.1.0", "npm": "^6.0.0", "npm-modernizr": "^2.8.3", - "phraseanet-production-client": "0.34.163-d", + "phraseanet-production-client": "0.34.164-d", "requirejs": "^2.3.5", "tinymce": "^4.0.28", "underscore": "^1.8.3", diff --git a/tests/Alchemy/Tests/Phrasea/Core/Configuration/Fixtures/configuration-setup.yml b/tests/Alchemy/Tests/Phrasea/Core/Configuration/Fixtures/configuration-setup.yml index 3225c421ad..33bd2ddb84 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Configuration/Fixtures/configuration-setup.yml +++ b/tests/Alchemy/Tests/Phrasea/Core/Configuration/Fixtures/configuration-setup.yml @@ -226,7 +226,7 @@ geocoding-providers: position-fields: - name: GpsCompositePosition - type: latlon + type: latlng # - # name: Longitude # type: lng diff --git a/tests/Alchemy/Tests/Phrasea/Core/Configuration/Fixtures/configuration.yml b/tests/Alchemy/Tests/Phrasea/Core/Configuration/Fixtures/configuration.yml index 3225c421ad..33bd2ddb84 100644 --- a/tests/Alchemy/Tests/Phrasea/Core/Configuration/Fixtures/configuration.yml +++ b/tests/Alchemy/Tests/Phrasea/Core/Configuration/Fixtures/configuration.yml @@ -226,7 +226,7 @@ geocoding-providers: position-fields: - name: GpsCompositePosition - type: latlon + type: latlng # - # name: Longitude # type: lng diff --git a/yarn.lock b/yarn.lock index c72a8798fe..7bd8e532be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7577,10 +7577,10 @@ phraseanet-common@^0.4.5-d: js-cookie "^2.1.0" pym.js "^1.3.1" -phraseanet-production-client@0.34.163-d: - version "0.34.163-d" - resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.163-d.tgz#7977a3df59ac8e5454fe844a0e4e027ae9b04ca1" - integrity sha512-pKqgCN4PcdR6DDeuaexjO5D5YYjaPFVe/Cv+gfvIE7azEdM8y/QCnrlSfbPpluiLB8L/0FEUXZvhBp+qa/k/uA== +phraseanet-production-client@0.34.164-d: + version "0.34.164-d" + resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.164-d.tgz#ba3560fceb2a282b9938afbc1b53e87d6852b638" + integrity sha512-iDLvQEAxTcTp3ZyL6o3GYvdIsCvWt3lG5tBVQ4KU0p8XSFF3CoavbtiYB/VP0//7FaWybZkvA9h0+zZ1JIMCMA== dependencies: "@mapbox/mapbox-gl-language" "^0.9.2" "@turf/turf" "^5.1.6"