react-native-appwrite 0.3.0 → 0.4.0

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Appwrite React Native SDK
2
2
 
3
3
  ![License](https://img.shields.io/github/license/appwrite/sdk-for-react-native.svg?style=flat-square)
4
- ![Version](https://img.shields.io/badge/api%20version-1.5.4-blue.svg?style=flat-square)
4
+ ![Version](https://img.shields.io/badge/api%20version-1.5.7-blue.svg?style=flat-square)
5
5
  [![Build Status](https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square)](https://travis-ci.com/appwrite/sdk-generator)
6
6
  [![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
7
7
  [![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }
package/dist/cjs/sdk.js CHANGED
@@ -99,7 +99,7 @@ class Client {
99
99
  'x-sdk-name': 'React Native',
100
100
  'x-sdk-platform': 'client',
101
101
  'x-sdk-language': 'reactnative',
102
- 'x-sdk-version': '0.3.0',
102
+ 'x-sdk-version': '0.4.0',
103
103
  'X-Appwrite-Response-Format': '1.5.0',
104
104
  };
105
105
  this.realtime = {
@@ -3786,7 +3786,7 @@ exports.CreditCard = void 0;
3786
3786
  CreditCard["AmericanExpress"] = "amex";
3787
3787
  CreditCard["Argencard"] = "argencard";
3788
3788
  CreditCard["Cabal"] = "cabal";
3789
- CreditCard["Consosud"] = "censosud";
3789
+ CreditCard["Cencosud"] = "cencosud";
3790
3790
  CreditCard["DinersClub"] = "diners";
3791
3791
  CreditCard["Discover"] = "discover";
3792
3792
  CreditCard["Elo"] = "elo";