@things-factory/product-base 3.7.13 → 3.7.14

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.
@@ -13,6 +13,7 @@ exports.ProductDetail = (0, graphql_tag_1.default) `
13
13
  gtin: String
14
14
  productId: String
15
15
  sku: String
16
+ brand: String
16
17
  description: String
17
18
  type: String
18
19
  primaryUnit: String
@@ -1 +1 @@
1
- {"version":3,"file":"product-detail.js","sourceRoot":"","sources":["../../../../server/graphql/types/product-detail/product-detail.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,aAAa,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2D/B,CAAA"}
1
+ {"version":3,"file":"product-detail.js","sourceRoot":"","sources":["../../../../server/graphql/types/product-detail/product-detail.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,aAAa,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4D/B,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/product-base",
3
- "version": "3.7.13",
3
+ "version": "3.7.14",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -26,5 +26,5 @@
26
26
  "dependencies": {
27
27
  "@things-factory/biz-base": "^3.7.5"
28
28
  },
29
- "gitHead": "48a64e051ed22ee4f0cbf11052a96bd17eef3b0d"
29
+ "gitHead": "b8736fcc7bbaa2102e70b4f4ab1c409743e2eb6c"
30
30
  }
@@ -8,6 +8,7 @@ export const ProductDetail = gql`
8
8
  gtin: String
9
9
  productId: String
10
10
  sku: String
11
+ brand: String
11
12
  description: String
12
13
  type: String
13
14
  primaryUnit: String