@getpeppr/cli 0.4.0 → 0.4.2

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/dist/index.js CHANGED
@@ -794,7 +794,9 @@ var EAS_SCHEMES = [
794
794
  { code: "0210", name: "Italian Codice Fiscale (per IPA)", country: "IT" },
795
795
  { code: "0211", name: "Italian Partita IVA (VAT number)", country: "IT" },
796
796
  { code: "0212", name: "Finnish OVT code", country: "FI" },
797
- { code: "0213", name: "Finnish OP identifier", country: "FI" }
797
+ { code: "0213", name: "Finnish OP identifier", country: "FI" },
798
+ { code: "0225", name: "FRCTC Electronic Address", country: "FR" },
799
+ { code: "9957", name: "French VAT number", country: "FR" }
798
800
  ];
799
801
  var EAS_BY_CODE = new Map(EAS_SCHEMES.map((s) => [s.code, s]));
800
802
  var UNIT_ALIAS_MAP = {
@@ -1057,7 +1059,7 @@ function validateInvoice(input) {
1057
1059
  }
1058
1060
 
1059
1061
  // ../sdk/dist/version.js
1060
- var SDK_VERSION = "1.4.0";
1062
+ var SDK_VERSION = "1.4.2";
1061
1063
 
1062
1064
  // ../sdk/dist/core/client.js
1063
1065
  function findHeaderCaseInsensitive(headers, name) {