@artisan-commerce/types 0.14.0-canary.21 → 0.14.0-canary.23

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,23 @@
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.23](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/types@0.14.0-canary.22...@artisan-commerce/types@0.14.0-canary.23) (2021-10-21)
7
+
8
+ **Note:** Version bump only for package @artisan-commerce/types
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.14.0-canary.22](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/types@0.14.0-canary.21...@artisan-commerce/types@0.14.0-canary.22) (2021-10-21)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **global:** add clean shopping cart to remove benefits and fix coupon docs ([dd3e66a](https://bitbucket.org/tradesystem/artisn_sdk/commit/dd3e66a5aa19430ec745b6e726c1b45c103e1b82))
20
+
21
+
22
+
6
23
  ## [0.14.0-canary.21](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/types@0.14.0-canary.20...@artisan-commerce/types@0.14.0-canary.21) (2021-10-20)
7
24
 
8
25
  **Note:** Version bump only for package @artisan-commerce/types
package/dist/bundle.d.ts CHANGED
@@ -920,7 +920,7 @@ interface Benefit {
920
920
  accountId: number;
921
921
  /**
922
922
  * An array of benefit awards if the benefit is of `PRODUCT` type, and an
923
- * object if the benefit is of `ALTER_DELIVERY` or `DISCOUNT` type.
923
+ * object if the benefit is of `ALTER_DELIVERY` or `DISCOUNT` type,
924
924
  * see {@link Award}
925
925
  * */
926
926
  award: Award | Award[];
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.21",
4
+ "version": "0.14.0-canary.23",
5
5
  "main": "./dist/bundle.d.ts",
6
6
  "module": "./dist/bundle.d.ts",
7
7
  "types": "./dist/bundle.d.ts",
@@ -32,21 +32,7 @@
32
32
  "@react-native-firebase/app": "^12.8.0",
33
33
  "@react-native-firebase/auth": "^12.8.0",
34
34
  "@react-native-firebase/firestore": "^12.8.0",
35
- "@typescript-eslint/eslint-plugin": "^3.7.0",
36
- "@typescript-eslint/parser": "^3.7.0",
37
- "eslint": "^7.5.0",
38
- "eslint-config-prettier": "^6.11.0",
39
- "eslint-config-react-app": "^5.2.1",
40
- "eslint-config-universe": "^4.0.0",
41
- "eslint-plugin-cypress": "^2.11.1",
42
- "eslint-plugin-flowtype": "^5.2.0",
43
- "eslint-plugin-import": "^2.22.0",
44
- "eslint-plugin-jsx-a11y": "^6.3.1",
45
- "eslint-plugin-react": "^7.20.3",
46
- "eslint-plugin-react-hooks": "^4.0.8",
47
- "firebase": "^8.1.1",
48
- "npm-run-all": "^4.1.5",
49
- "prettier": "^2.1.2"
35
+ "firebase": "^8.1.1"
50
36
  },
51
- "gitHead": "f59a7400808aed99f5f80a9bdaa71289ef3a3e34"
37
+ "gitHead": "2744d72df22b817ab8b684f14b702cc39488f5b4"
52
38
  }