tagworks-sdk-v1-react 1.1.7 → 1.1.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.
@@ -14,7 +14,7 @@ class StandardEventModule(context: ReactApplicationContext):ReactContextBaseJava
14
14
 
15
15
  val constants = mutableMapOf<String,Any>()
16
16
  StandardEvent.values().forEach {
17
- constants[it.name] = it.name
17
+ constants[it.name] = it.value
18
18
  }
19
19
  return constants
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tagworks-sdk-v1-react",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "TagWorks SDK React Native Library",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",