pushwave-client 0.3.6 → 0.3.8

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.
@@ -45,7 +45,6 @@ async function registerPushWave({ apiKey }) {
45
45
  osVersion,
46
46
  timezone
47
47
  };
48
- console.log(appVersion, buildNumber, countryCode, deviceModel, locale, osVersion, timezone);
49
48
  try {
50
49
  const res = await (0, fetch_1.fetchApi)("PUT", path, { data: options });
51
50
  return {
@@ -9,7 +9,6 @@ const pushwaveSettingsPromise = (async () => {
9
9
  return await (0, fetch_1.fetchApi)("GET", "pushwave-config", { params: { platform: react_native_1.Platform.OS } });
10
10
  }
11
11
  catch (e) {
12
- // log si besoin
13
12
  pwLogger_1.PWLogger.warn(`Unable to load PushWave configuration: ${e}`);
14
13
  return {};
15
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushwave-client",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "description": "PushWave Client, Expo Push Notifications SaaS SDK",
5
5
  "homepage": "https://github.com/luruk-hai/pushwave-client#readme",
6
6
  "bugs": {