esoftplay 0.0.125-u → 0.0.125-v

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.
Files changed (2) hide show
  1. package/esp.ts +2 -0
  2. package/package.json +1 -1
package/esp.ts CHANGED
@@ -162,6 +162,8 @@ const esp = {
162
162
  msg = "config tidak ada domain"
163
163
  } else if (!app.config.hasOwnProperty('salt') || app.config.salt.length == 0) {
164
164
  msg = "config tidak ada salt"
165
+ } else if (!app.config.hasOwnProperty("experienceId") || app.config.experienceId.length == 0){
166
+ msg = "config experienceId harus diisi dengan @esoftplay/[slug]"
165
167
  }
166
168
  if (msg != '') {
167
169
  let error = new Error(msg);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.125-u",
3
+ "version": "0.0.125-v",
4
4
  "description": "embedding data from esoftplay framework (web based) into mobile app",
5
5
  "main": "cache/index.js",
6
6
  "types": "../../index.d.ts",