@aptos-scp/scp-component-store-selling-features-domain-model 1.0.4 → 1.0.6

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/README.md +0 -2
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # scp-component-store-selling-features-domain-model
2
2
 
3
- 1
4
-
5
3
  ## Establish environment variables (workstation installation)
6
4
 
7
5
  Copy the .env.example file with default/sample environment variables for development to .env.
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.4",
3
+ "version": "1.0.6",
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",
@@ -66,7 +66,7 @@
66
66
  "peerDependencies": {
67
67
  "@aptos-scp/scp-component-business-core": "^1.12.2",
68
68
  "@aptos-scp/scp-component-logging": "^2.1.16",
69
- "@aptos-scp/scp-component-store-selling-core": "^18.8.1",
69
+ "@aptos-scp/scp-component-store-selling-core": "^18.8.2",
70
70
  "@aptos-scp/scp-types-core-config": "^2.2.1",
71
71
  "@aptos-scp/scp-types-commerce-devices": "^3.0.0",
72
72
  "@aptos-scp/scp-types-commerce-transaction": "^1.57.2",
@@ -78,7 +78,7 @@
78
78
  "@aptos-scp/scp-component-commit-configs": "^4.1.3",
79
79
  "@aptos-scp/scp-component-logging": "^2.1.16",
80
80
  "@aptos-scp/scp-component-rn-circuit-breaker": "^2.1.0",
81
- "@aptos-scp/scp-component-store-selling-core": "^18.8.1",
81
+ "@aptos-scp/scp-component-store-selling-core": "^18.8.2",
82
82
  "@aptos-scp/scp-types-commerce-devices": "^3.0.0",
83
83
  "@aptos-scp/scp-types-commerce-transaction": "^1.57.2",
84
84
  "@aptos-scp/scp-types-core": "^1.0.5",
@@ -93,9 +93,9 @@
93
93
  "@aptos-scp/scp-types-value-certificate": "^1.3.0",
94
94
  "@pact-foundation/pact": "^7.4.0",
95
95
  "@types/big.js": "^6.1.0",
96
- "@types/chai": "^4.1.7",
97
- "@types/chai-as-promised": "^7.1.0",
98
- "@types/dotenv": "^6.1.0",
96
+ "@types/chai": "^4.2.15",
97
+ "@types/chai-as-promised": "^7.1.3",
98
+ "@types/dotenv": "^6.1.1",
99
99
  "@types/fbemitter": "^2.0.32",
100
100
  "@types/i18n-js": "^3.0.1",
101
101
  "@types/intl": "^1.2.0",
@@ -108,15 +108,15 @@
108
108
  "@types/socket.io-client": "^1.4.33",
109
109
  "@types/uuid": "^8.3.4",
110
110
  "art": "^0.10.3",
111
- "chai": "^4.2.0",
111
+ "chai": "^4.3.4",
112
112
  "chai-as-promised": "^7.1.1",
113
113
  "dotenv": "^6.2.0",
114
114
  "es-symbol": "^1.1.2",
115
115
  "eslint": "^8.10.0",
116
116
  "inversify": "^5.0.1",
117
- "mocha": "^6.1.4",
117
+ "mocha": "^8.3.2",
118
118
  "node-fetch": "^2.3.0",
119
- "nyc": "^13.3.0",
119
+ "nyc": "^15.1.0",
120
120
  "path": "^0.12.7",
121
121
  "pjson": "^1.0.9",
122
122
  "prettier": "^2.5.1",
@@ -124,10 +124,10 @@
124
124
  "react-native": "^0.64.0",
125
125
  "react-native-mock-render": "^0.1.9",
126
126
  "reflect-metadata": "^0.1.13",
127
- "rimraf": "^2.6.3",
128
- "sinon": "^7.2.4",
129
- "sinon-chai": "^3.3.0",
130
- "source-map-support": "^0.5.10",
127
+ "rimraf": "^3.0.2",
128
+ "sinon": "^9.2.4",
129
+ "sinon-chai": "^3.5.0",
130
+ "source-map-support": "^0.5.19",
131
131
  "ts-node": "^7.0.1",
132
132
  "typescript": "^4.2.3"
133
133
  },