orbis1-sdk-rn 0.2.0 → 0.2.1

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.
@@ -33,7 +33,6 @@ import org.rgbtools.Token
33
33
  import org.rgbtools.Invoice
34
34
  import com.rgb.AppConstants
35
35
  import com.rgb.NativeRgbSpec
36
- import java.io.File
37
36
 
38
37
  @ReactModule(name = RgbModule.NAME)
39
38
  class RgbModule(reactContext: ReactApplicationContext) :
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orbis1-sdk-rn",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Orbis1 SDK for React Native with RGB core, Watch Tower, and Gas-Free transfers.",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",