Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Oct 12, 2021
1 parent 3d334d5 commit 625b568
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions deploy/magda-minion-broken-link/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: magda-minion-broken-link
description: A Helm chart for Magda Broken Link Minion
version: "0.0.57-0"
version: "1.0.0"
kubeVersion: ">= 1.14.0-0"
home: "https://github.com/magda-io/magda-minion-broken-link"
sources: ["https://github.com/magda-io/magda-minion-broken-link"]
sources: [ "https://github.com/magda-io/magda-minion-broken-link" ]
annotations:
magdaModuleType: "minion"
dependencies:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@magda/minion-broken-link",
"description": "MAGDA Broken Link Minion",
"version": "0.0.57-0",
"version": "1.0.0",
"scripts": {
"prebuild": "rimraf dist tsconfig.tsbuildinfo",
"build": "yarn run compile",
Expand All @@ -23,31 +23,31 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@magda/arbitraries": "^0.0.60",
"@magda/ci-utils": "^1.0.2",
"@magda/docker-utils": "^0.0.60",
"@types/chai": "^4.2.8",
"@types/ftp": "^0.3.29",
"@types/lodash": "^4.14.71",
"@types/lru-cache": "4.0.0",
"@types/mocha": "^7.0.1",
"@types/nock": "^8.2.1",
"@types/read-pkg-up": "^3.0.1",
"@types/request": "^2.48.1",
"@types/sinon": "^7.5.1",
"@types/urijs": "^1.15.34",
"@types/nock": "^8.2.1",
"ajv": "^6.10.2",
"jsverify": "^0.8.2",
"chai": "^4.2.0",
"husky": "^3.1.0",
"jsverify": "^0.8.2",
"mocha": "^7.0.1",
"nock": "^9.6.1",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"rimraf": "^3.0.0",
"chai": "^4.2.0",
"mocha": "^7.0.1",
"nock": "^9.6.1",
"sinon": "^8.1.1",
"ts-node": "^9.0.0",
"typescript": "^3.9.5",
"@magda/arbitraries": "^0.0.60"
"typescript": "^3.9.5"
},
"dependencies": {
"@magda/minion-sdk": "^0.0.60",
Expand Down

0 comments on commit 625b568

Please sign in to comment.