@artisan-commerce/types 0.14.0-canary.36 → 0.14.0-canary.37

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 -7
package/dist/bundle.d.ts CHANGED
@@ -2271,7 +2271,7 @@ interface BaseUser<T extends AdditionalInfo = AdditionalInfo> {
2271
2271
  /** User's birthdate, e.g: 1991-05-02 */
2272
2272
  birthdate?: string;
2273
2273
  /** The vendor which the user was created */
2274
- vendorId?: number;
2274
+ vendorId?: Vendor["id"];
2275
2275
  /** The platform where the user was generated */
2276
2276
  origin?: string;
2277
2277
  /** User's document */
package/package.json CHANGED
@@ -1,17 +1,12 @@
1
1
  {
2
2
  "name": "@artisan-commerce/types",
3
3
  "description": "Artisn's types and interfaces library",
4
- "version": "0.14.0-canary.36",
5
- "main": "./dist/bundle.d.ts",
6
- "module": "./dist/bundle.d.ts",
4
+ "version": "0.14.0-canary.37",
7
5
  "types": "./dist/bundle.d.ts",
8
6
  "files": [
9
7
  "dist"
10
8
  ],
11
9
  "sideEffects": false,
12
- "exports": {
13
- "default": "./dist/bundle.esm.js"
14
- },
15
10
  "scripts": {
16
11
  "compile": "rollup -c",
17
12
  "dev": "yarn compile -w",
@@ -34,7 +29,7 @@
34
29
  "@react-native-firebase/firestore": "^12.8.0",
35
30
  "firebase": "^8.1.1"
36
31
  },
37
- "gitHead": "cc68af5a1e959069cee7b835d367f319db416241",
32
+ "gitHead": "edb3b09a6fcccfbf5e1112ec9bd62e6814686bc4",
38
33
  "nx": {
39
34
  "targets": {
40
35
  "build": {