@artisan-commerce/types 0.14.0-canary.56 → 0.14.0-canary.57

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 +0 -2
  2. package/package.json +2 -2
package/dist/bundle.d.ts CHANGED
@@ -1114,8 +1114,6 @@ interface MasivoCustomer {
1114
1114
  }
1115
1115
  /**
1116
1116
  * Represents metadata information.
1117
- *
1118
- * @property {string} [exampleProperty] - Description of the example property.
1119
1117
  */
1120
1118
  interface Metadata {
1121
1119
  }
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.14.0-canary.56",
5
+ "version": "0.14.0-canary.57",
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": "41f1511aa3a414cab385c560855ecd01bb4325d1",
27
+ "gitHead": "71f14a9542ffcf13be0d4432c0c5a1ed0cbb2b49",
28
28
  "nx": {
29
29
  "targets": {
30
30
  "build": {