@artisan-commerce/types 0.1.0-canary.148.3 → 0.1.0-canary.148.4

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.
Files changed (2) hide show
  1. package/dist/bundle.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/bundle.d.ts CHANGED
@@ -2096,7 +2096,7 @@ interface BillingData<T extends AdditionalInfo = AdditionalInfo> extends BaseBil
2096
2096
  * @typedef CurrencyCodes
2097
2097
  * @since 0.1.0
2098
2098
  */
2099
- type CurrencyCodes = "USD" | "ARS" | "COP" | "CLP" | "VES";
2099
+ type CurrencyCodes = "USD" | "ARS" | "COP" | "CLP" | "VES" | "BRL";
2100
2100
 
2101
2101
  /**
2102
2102
  * Fulfillment workflow.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@artisan-commerce/types",
3
3
  "description": "Artisn's types and interfaces library",
4
4
  "type": "module",
5
- "version": "0.1.0-canary.148.3",
5
+ "version": "0.1.0-canary.148.4",
6
6
  "types": "./dist/bundle.d.ts",
7
7
  "files": [
8
8
  "dist"
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "author": "Luis Eduardo Andrade",
26
26
  "license": "MIT",
27
- "gitHead": "2f5fbbb431225df1d1accf053bb7a43d477b6bef",
27
+ "gitHead": "87a00b05a259c18344f77ab221dd7238484b168e",
28
28
  "nx": {
29
29
  "targets": {
30
30
  "build": {