@aptos-scp/scp-component-store-selling-features-domain-model 1.0.1 → 1.0.3

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 (1) hide show
  1. package/package.json +18 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-scp/scp-component-store-selling-features-domain-model",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "This component library provides the common components to handle the coordination of processing the business events from the UI.",
5
5
  "private": false,
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -39,27 +39,17 @@
39
39
  "prettier:format": "prettier --write ."
40
40
  },
41
41
  "dependencies": {
42
- "@aptos-scp/scp-component-business-core": "^1.12.2",
43
- "@aptos-scp/scp-component-logging": "^2.1.16",
44
42
  "@aptos-scp/scp-component-pricing": "^7.53.1",
45
43
  "@aptos-scp/scp-component-store-items": "^1.19.0",
46
- "@aptos-scp/scp-component-store-selling-core": "^18.7.1",
47
44
  "@aptos-scp/scp-component-taxation": "^5.23.4",
48
45
  "@aptos-scp/scp-component-user": "^1.4.0",
49
46
  "@aptos-scp/scp-types-client-registration": "^1.4.0",
50
- "@aptos-scp/scp-types-commerce-transaction": "^1.57.2",
51
- "@aptos-scp/scp-types-core": "^1.0.5",
52
47
  "@aptos-scp/scp-types-customer": "^3.7.0",
53
- "@aptos-scp/scp-types-currency-conversion": "^1.2.0",
54
48
  "@aptos-scp/scp-types-einvoice": "^1.17.0",
55
49
  "@aptos-scp/scp-types-inventory": "^2.0.0",
56
50
  "@aptos-scp/scp-types-loyalty-memberships": "^2.3.0",
57
51
  "@aptos-scp/scp-types-orders": "^4.11.0",
58
- "@aptos-scp/scp-types-pricing": "^4.23.0",
59
52
  "@aptos-scp/scp-types-ss-transaction-history": "^1.0.5",
60
- "@aptos-scp/scp-types-store-items": "^1.23.0",
61
- "@aptos-scp/scp-types-transaction": "^1.4.3",
62
- "@aptos-scp/scp-types-value-certificate": "^1.3.0",
63
53
  "big.js": "^6.1.1",
64
54
  "crc-32": "^1.2.0",
65
55
  "fast-json-patch": "^3.0.0-1",
@@ -73,19 +63,33 @@
73
63
  "uuid": "^8.3.2"
74
64
  },
75
65
  "peerDependencies": {
66
+ "@aptos-scp/scp-component-business-core": "^1.12.2",
67
+ "@aptos-scp/scp-component-logging": "^2.1.16",
68
+ "@aptos-scp/scp-component-store-selling-core": "^18.8.1",
76
69
  "@aptos-scp/scp-types-core-config": "^2.2.1",
77
70
  "@aptos-scp/scp-types-commerce-devices": "^3.0.0",
71
+ "@aptos-scp/scp-types-commerce-transaction": "^1.57.2",
78
72
  "inversify": "^5.0.1"
79
73
  },
80
74
  "devDependencies": {
81
75
  "@aptos-scp/eslint-config-scp": "^1.1.15",
76
+ "@aptos-scp/scp-component-business-core": "^1.12.2",
82
77
  "@aptos-scp/scp-component-commit-configs": "^4.1.3",
78
+ "@aptos-scp/scp-component-logging": "^2.1.16",
79
+ "@aptos-scp/scp-component-store-selling-core": "^18.8.1",
83
80
  "@aptos-scp/scp-component-rn-circuit-breaker": "^1.0.15",
81
+ "@aptos-scp/scp-types-core": "^1.0.5",
84
82
  "@aptos-scp/scp-types-core-config": "^2.2.1",
85
83
  "@aptos-scp/scp-types-commerce-devices": "^3.0.0",
84
+ "@aptos-scp/scp-types-commerce-transaction": "^1.57.2",
85
+ "@aptos-scp/scp-types-currency-conversion": "^1.2.0",
86
86
  "@aptos-scp/scp-types-fiscal-transaction": "^1.4.0",
87
+ "@aptos-scp/scp-types-pricing": "^4.23.0",
88
+ "@aptos-scp/scp-types-store-items": "^1.23.0",
87
89
  "@aptos-scp/scp-types-terminal-settings": "^1.3.0",
90
+ "@aptos-scp/scp-types-transaction": "^1.4.3",
88
91
  "@aptos-scp/scp-types-user": "^1.5.2",
92
+ "@aptos-scp/scp-types-value-certificate": "^1.3.0",
89
93
  "@pact-foundation/pact": "^7.4.0",
90
94
  "@types/big.js": "^6.1.0",
91
95
  "@types/chai": "^4.1.7",
@@ -112,9 +116,9 @@
112
116
  "path": "^0.12.7",
113
117
  "pjson": "^1.0.9",
114
118
  "prettier": "^2.5.1",
115
- "react": "16.8.3",
116
- "react-native": "0.59.10",
117
- "react-native-mock-render": "0.1.7",
119
+ "react": "^16.8.3",
120
+ "react-native": "^0.59.10",
121
+ "react-native-mock-render": "^0.1.7",
118
122
  "reflect-metadata": "^0.1.13",
119
123
  "rimraf": "^2.6.3",
120
124
  "sinon": "^7.2.4",