From 51b7205e681d74a0581660417fb9eef8d77e9bc4 Mon Sep 17 00:00:00 2001 From: Jacky Jiang Date: Tue, 12 Oct 2021 22:36:16 +1100 Subject: [PATCH] v1.0.0 --- deploy/magda-minion-ckan-exporter/Chart.yaml | 6 +++--- package.json | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deploy/magda-minion-ckan-exporter/Chart.yaml b/deploy/magda-minion-ckan-exporter/Chart.yaml index d4be2d3..cb6c00a 100644 --- a/deploy/magda-minion-ckan-exporter/Chart.yaml +++ b/deploy/magda-minion-ckan-exporter/Chart.yaml @@ -1,13 +1,13 @@ apiVersion: v2 name: magda-minion-ckan-exporter description: A Helm chart for Magda CKAN Exporter Minion -version: "0.0.57-0" +version: "1.0.0" kubeVersion: ">= 1.14.0-0" home: "https://github.com/magda-io/magda-minion-ckan-exporter" -sources: ["https://github.com/magda-io/magda-minion-ckan-exporter"] +sources: [ "https://github.com/magda-io/magda-minion-ckan-exporter" ] annotations: magdaModuleType: "minion" dependencies: - name: magda-common version: "1.0.0-alpha.4" - repository: "https://charts.magda.io" \ No newline at end of file + repository: "https://charts.magda.io" diff --git a/package.json b/package.json index d55e188..b83b335 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@magda/magda-minion-ckan-exporter", "description": "MAGDA Minion for pushing to Ckan", - "version": "0.0.57-0", + "version": "1.0.0", "scripts": { "prebuild": "rimraf dist tsconfig.tsbuildinfo", "build": "yarn run compile", @@ -27,12 +27,12 @@ "@magda/ci-utils": "^1.0.2", "@magda/docker-utils": "^0.0.60", "@types/chai": "^4.0.4", + "@types/isomorphic-fetch": "^0.0.35", "@types/lodash": "^4.14.74", "@types/mocha": "^2.2.42", "@types/nock": "^8.2.1", - "@types/sinon": "^2.3.3", - "@types/isomorphic-fetch": "^0.0.35", "@types/shortid": "^0.0.29", + "@types/sinon": "^2.3.3", "@types/uuid": "^7.0.2", "chai": "^4.1.1", "mocha": "^3.5.0", @@ -47,10 +47,10 @@ "@magda/minion-sdk": "^0.0.60", "@magda/registry-aspects": "^0.0.60", "isomorphic-fetch": "^2.2.1", - "uuid": "^3.4.0", "lodash": "^4.17.4", "shortid": "^2.2.15", - "urijs": "^1.19.2" + "urijs": "^1.19.2", + "uuid": "^3.4.0" }, "config": { "registryUrl": "http://localhost:6101/v0",