pushwave-client 0.1.7 → 0.1.9

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.
@@ -18,8 +18,8 @@ class PushwaveAttestationModule(private val context: ReactApplicationContext) :
18
18
  @ReactMethod
19
19
  fun getIntegrityToken(nonce: String, promise: Promise) {
20
20
  try {
21
- val integrityManager = IntegrityManagerFactory.create(context)
22
- val standard: StandardIntegrityManager = integrityManager.standardIntegrityManager()
21
+ val standard: StandardIntegrityManager =
22
+ IntegrityManagerFactory.createStandardIntegrityManager(context)
23
23
  val request = StandardIntegrityTokenRequest.builder()
24
24
  .setNonce(nonce)
25
25
  .build()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pushwave-client",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "PushWave Client, Expo Push Notifications SaaS SDK",
5
5
  "homepage": "https://github.com/luruk-hai/pushwave-client#readme",
6
6
  "bugs": {