@riocrypto/common 1.0.1565 → 1.0.1572

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.
@@ -14,7 +14,7 @@ class ActiveSellOrderError extends custom_error_1.CustomError {
14
14
  return [
15
15
  {
16
16
  code: this.internalCode,
17
- message: "There is an active sell order for this user. Cannot create another one",
17
+ message: "There is an active sell order for this user. Cannot create another one.",
18
18
  activeOrderId: this.activeOrderId,
19
19
  },
20
20
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1565",
3
+ "version": "1.0.1572",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -8,7 +8,7 @@
8
8
  "build/**/*"
9
9
  ],
10
10
  "scripts": {
11
- "clean": "del ./build/*",
11
+ "clean": "rm -rf ./build/*",
12
12
  "build": "npm run clean && tsc"
13
13
  },
14
14
  "keywords": [],