@eohjsc/react-native-smart-city 0.4.51 → 0.4.52

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eohjsc/react-native-smart-city",
3
3
  "title": "React Native Smart Home",
4
- "version": "0.4.51",
4
+ "version": "0.4.52",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -147,6 +147,6 @@ export const initSCConfig = (config) => {
147
147
  SCConfig.setCurrentSensorDisplay =
148
148
  config.setCurrentSensorDisplay ?? SCDefaultConfig.setCurrentSensorDisplay;
149
149
  SCConfig.appName = config.appName ?? SCDefaultConfig.appName;
150
- SCConfig.packageName = config.packageName ?? SCConfig.packageName,
151
- SCConfig.versionCode = config.version ?? SCConfig.versionCode
150
+ SCConfig.packageName = config.packageName ?? SCConfig.packageName;
151
+ SCConfig.versionCode = config.version ?? SCConfig.versionCode;
152
152
  };