@artisan-commerce/types 0.14.0-canary.7 → 0.14.0-canary.8

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.14.0-canary.8](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/types@0.14.0-canary.7...@artisan-commerce/types@0.14.0-canary.8) (2021-08-25)
7
+
8
+ **Note:** Version bump only for package @artisan-commerce/types
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.14.0-canary.7](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/types@0.14.0-canary.6...@artisan-commerce/types@0.14.0-canary.7) (2021-08-24)
7
15
 
8
16
  **Note:** Version bump only for package @artisan-commerce/types
@@ -51,7 +51,7 @@ export interface BaseOrder {
51
51
  /** Shopping cart associated with the order, see {@link OrderShoppingCart} */
52
52
  shoppingCart: OrderShoppingCart;
53
53
  /** Order step, see {@link OrderStep} */
54
- step: number;
54
+ step: OrderStep;
55
55
  /** Step category, see {@link StepCategory} */
56
56
  stepCategory: StepCategory;
57
57
  /** Step code, see {@link StepCode} */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@artisan-commerce/types",
3
3
  "description": "Artisn's types and interfaces library",
4
- "version": "0.14.0-canary.7",
4
+ "version": "0.14.0-canary.8",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
7
7
  "files": [
@@ -42,5 +42,5 @@
42
42
  "prettier": "^2.1.2",
43
43
  "webpack-bundle-analyzer": "^3.9.0"
44
44
  },
45
- "gitHead": "75a9a60090216dd64b4b84cdba5122457e31857b"
45
+ "gitHead": "58adca7af0030acb85bccd7aab7864682943798d"
46
46
  }