@solidgate/vue-sdk 1.6.0 → 1.7.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.
@@ -1944,6 +1944,17 @@ var CardBrand$1 = {};
1944
1944
  CardBrand3["Elo"] = "elo";
1945
1945
  CardBrand3["Hipercard"] = "hipercard";
1946
1946
  CardBrand3["CartesBancaires"] = "cartes-bancaires";
1947
+ CardBrand3["Rupay"] = "rupay";
1948
+ CardBrand3["BCCard"] = "bc-card";
1949
+ CardBrand3["UnionPay"] = "unionpay";
1950
+ CardBrand3["Dankort"] = "dankort";
1951
+ CardBrand3["GPNCard"] = "gpn-card";
1952
+ CardBrand3["Troy"] = "troy";
1953
+ CardBrand3["ThaiPaymentNetwork"] = "thai-payment-network";
1954
+ CardBrand3["MADA"] = "mada";
1955
+ CardBrand3["Bancontact"] = "bancontact";
1956
+ CardBrand3["Interac"] = "interac";
1957
+ CardBrand3["Bajaj"] = "bajaj";
1947
1958
  })(CardBrand2 = exports.CardBrand || (exports.CardBrand = {}));
1948
1959
  exports.default = CardBrand2;
1949
1960
  })(CardBrand$1);
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "import": "./dist/solid-payment.es.js"
11
11
  }
12
12
  },
13
- "version": "1.6.0",
13
+ "version": "1.7.0",
14
14
  "typings": "./dist/lib/index.d.ts",
15
15
  "license": "Apache-2.0",
16
16
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  "vue": "^3.2.25"
26
26
  },
27
27
  "dependencies": {
28
- "@solidgate/client-sdk-loader": "^1.7.0",
28
+ "@solidgate/client-sdk-loader": "^1.8.0",
29
29
  "vue3-styled-components": "^1.2.1"
30
30
  },
31
31
  "devDependencies": {