@magda/minion-framework 4.2.3 → 4.2.4-alpha.1

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.
@@ -4,7 +4,7 @@ import Crawler from "./Crawler.js";
4
4
  /**
5
5
  * @apiDefine GenericErrorMinionJson
6
6
  * @apiError (Error 500 JSON Response Body) {Boolean} isSuccess Whether or not the operation is successfully done.
7
- * @apiError (Error 500 JSON Response Body) {Boolean} [isNewCrawler] indicate Whether it's a new cralwer process or existing crawling process is still no-going.
7
+ * @apiError (Error 500 JSON Response Body) {Boolean} [isNewCrawler] indicate Whether it's a new crawler process or existing crawling process is still no-going.
8
8
  * @apiError (Error 500 JSON Response Body) {String} errorMessage Free text error message. Only available when `isSuccess`=`false`
9
9
  * @apiErrorExample {json} Response:
10
10
  * {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@magda/minion-framework",
3
3
  "description": "MAGDA Minion Framework",
4
- "version": "4.2.3",
4
+ "version": "4.2.4-alpha.1",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "author": "",
23
23
  "license": "Apache-2.0",
24
24
  "devDependencies": {
25
- "@magda/scripts": "^4.2.3",
25
+ "@magda/scripts": "^4.2.4-alpha.1",
26
26
  "@types/chai": "^4.3.11",
27
27
  "@types/express": "^4.17.21",
28
28
  "@types/lodash": "^4.14.68",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@magda/esm-utils": "^1.0.1",
48
- "@magda/registry-aspects": "^4.2.3",
49
- "@magda/typescript-common": "^4.2.3",
48
+ "@magda/registry-aspects": "^4.2.4-alpha.1",
49
+ "@magda/typescript-common": "^4.2.4-alpha.1",
50
50
  "cross-fetch": "^4.0.0",
51
51
  "express": "^4.17.2",
52
52
  "lodash": "^4.17.4",