mozrest-sdk-react-dev 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/mozrest-sdk.es.js CHANGED
@@ -2041,11 +2041,11 @@ axios$2.exports = axios$1;
2041
2041
  axios$2.exports.default = axios$1;
2042
2042
  var axios = axios$2.exports;
2043
2043
  const config$1 = {
2044
- fb_app_id: {}.VITE_FB_ID,
2045
- fb_scopes: {}.VITE_FB_SCOPES,
2046
- google_app_id: {}.VITE_GOOGLE_ID,
2047
- url_api: {}.VITE_URL_API,
2048
- maps_key: {}.VITE_MAPS_API_KEY
2044
+ fb_app_id: "1181690592254979",
2045
+ fb_scopes: "public_profile,pages_show_list,pages_manage_metadata,pages_read_user_content,pages_manage_engagement",
2046
+ google_app_id: "929386065249-fps893qot5cl4l9384el48dkafu2a0bm.apps.googleusercontent.com",
2047
+ url_api: "https://api-pre.mozrest.com",
2048
+ maps_key: "AIzaSyC2uXu-Z4dFWYolIQ8tPB6wkIlYWn_Bu7U"
2049
2049
  };
2050
2050
  const refreshToken = async () => {
2051
2051
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mozrest-sdk-react-dev",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "mozrest-sdk.es.js",
5
5
  "keywords": ["mozrest"],
6
6
  "author": {