Skip to content

Commit 896ffef

Browse files
committed
v0.0.38-RC1
1 parent 6892873 commit 896ffef

File tree

34 files changed

+99
-105
lines changed

34 files changed

+99
-105
lines changed

deploy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/deploy",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"description": "MAGDA deployment configuration.",
55
"scripts": {
66
"create-connector-configmap": "kubectl delete configmap connector-config --ignore-not-found && kubectl create configmap connector-config --from-file ./connector-config/",
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "Apache-2.0",
1414
"devDependencies": {
15-
"@magda/scripts": "^0.0.38-0",
15+
"@magda/scripts": "^0.0.38-RC1",
1616
"fs-extra": "^2.1.2",
1717
"klaw-sync": "^2.1.0",
1818
"tmp": "0.0.31",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"magda-*",
66
"scripts/"
77
],
8-
"version": "0.0.38-0",
8+
"version": "0.0.38-RC1",
99
"hoist": [
1010
"tsmonad",
1111
"urijs",

magda-admin-api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/admin-api",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"scripts": {
55
"build": "npm run compile",
66
"compile": "tsc -p tsconfig-build.json",
@@ -12,7 +12,7 @@
1212
"test": "mocha --compilers ts:@magda/scripts/node_modules/ts-node/register --require @magda/scripts/node_modules/tsconfig-paths/register \"src/test/**/*.spec.ts\""
1313
},
1414
"dependencies": {
15-
"@magda/typescript-common": "^0.0.38-0",
15+
"@magda/typescript-common": "^0.0.38-RC1",
1616
"body-parser": "^1.13.2",
1717
"express": "^4.13.1",
1818
"http-proxy": "^1.16.2",
@@ -23,7 +23,7 @@
2323
"yargs": "^8.0.2"
2424
},
2525
"devDependencies": {
26-
"@magda/scripts": "^0.0.38-0",
26+
"@magda/scripts": "^0.0.38-RC1",
2727
"@types/chai": "^4.0.4",
2828
"@types/config": "0.0.32",
2929
"@types/express": "^4.0.35",

magda-authorization-api/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/authorization-api",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"scripts": {
55
"build": "npm run compile",
66
"compile": "tsc -p tsconfig-build.json",
@@ -12,7 +12,7 @@
1212
"docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto"
1313
},
1414
"dependencies": {
15-
"@magda/typescript-common": "^0.0.38-0",
15+
"@magda/typescript-common": "^0.0.38-RC1",
1616
"body-parser": "^1.13.2",
1717
"express": "^4.13.1",
1818
"jsonwebtoken": "^7.4.1",
@@ -21,7 +21,7 @@
2121
"yargs": "^8.0.2"
2222
},
2323
"devDependencies": {
24-
"@magda/scripts": "^0.0.38-0",
24+
"@magda/scripts": "^0.0.38-RC1",
2525
"@types/chai": "^4.1.2",
2626
"@types/express": "^4.0.35",
2727
"@types/lodash": "^4.14.96",

magda-ckan-connector/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magda/ckan-connector",
33
"description": "MAGDA CKAN Connector",
4-
"version": "0.0.38-0",
4+
"version": "0.0.38-RC1",
55
"scripts": {
66
"build": "npm run compile",
77
"compile": "npm run compile-node && npm run compile-browser",
@@ -16,7 +16,7 @@
1616
"author": "",
1717
"license": "Apache-2.0",
1818
"devDependencies": {
19-
"@magda/scripts": "^0.0.38-0",
19+
"@magda/scripts": "^0.0.38-RC1",
2020
"@types/express": "^4.0.37",
2121
"@types/node": "^8.0.14",
2222
"@types/request": "^2.0.0",
@@ -31,8 +31,8 @@
3131
"webpack": "^3.6.0"
3232
},
3333
"dependencies": {
34-
"@magda/registry-aspects": "^0.0.38-0",
35-
"@magda/typescript-common": "^0.0.38-0",
34+
"@magda/registry-aspects": "^0.0.38-RC1",
35+
"@magda/typescript-common": "^0.0.38-RC1",
3636
"body-parser": "^1.18.1",
3737
"express": "^4.15.4",
3838
"moment": "^2.17.1",

magda-csw-connector/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@magda/csw-connector",
33
"description": "MAGDA OGC Catalogue Service for the Web (CSW) Connector",
4-
"version": "0.0.38-0",
4+
"version": "0.0.38-RC1",
55
"scripts": {
66
"build": "npm run compile",
77
"compile": "npm run compile-node && npm run compile-browser",
@@ -15,7 +15,7 @@
1515
},
1616
"license": "Apache-2.0",
1717
"devDependencies": {
18-
"@magda/scripts": "^0.0.38-0",
18+
"@magda/scripts": "^0.0.38-RC1",
1919
"@types/jsonpath": "^0.1.29",
2020
"@types/lodash": "^4.14.66",
2121
"@types/node": "^8.0.14",
@@ -29,8 +29,8 @@
2929
"webpack": "^3.6.0"
3030
},
3131
"dependencies": {
32-
"@magda/registry-aspects": "^0.0.38-0",
33-
"@magda/typescript-common": "^0.0.38-0",
32+
"@magda/registry-aspects": "^0.0.38-RC1",
33+
"@magda/typescript-common": "^0.0.38-RC1",
3434
"jsonpath": "^0.2.11",
3535
"lodash": "^4.17.4",
3636
"moment": "^2.17.1",

magda-db-migrator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/db-migrator",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"description": "A base Docker image for PostgreSQL with Flyway for schema migrations.",
55
"scripts": {
66
"docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto",
@@ -16,6 +16,6 @@
1616
}
1717
},
1818
"devDependencies": {
19-
"@magda/scripts": "^0.0.38-0"
19+
"@magda/scripts": "^0.0.38-RC1"
2020
}
2121
}

magda-discussions-api/package.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
{
22
"name": "@magda/discussions-api",
33
"description": "MAGDA Discussions API",
4-
"version": "0.0.38-0",
4+
"version": "0.0.38-RC1",
55
"license": "Apache-2.0",
66
"scripts": {
77
"build": "npm run compile",
88
"compile": "tsc -p tsconfig-build.json",
99
"watch": "tsc -p tsconfig-build.json --watch",
1010
"start": "node dist/index.js",
1111
"dev": "run-typescript-in-nodemon src/index.ts",
12-
"docker-build-local":
13-
"create-docker-context-for-node-component --build --push --tag auto --local",
14-
"docker-build-prod":
15-
"create-docker-context-for-node-component --build --push --tag auto"
12+
"docker-build-local": "create-docker-context-for-node-component --build --push --tag auto --local",
13+
"docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto"
1614
},
1715
"dependencies": {
18-
"@magda/typescript-common": "^0.0.38-0",
16+
"@magda/typescript-common": "^0.0.38-RC1",
1917
"body-parser": "^1.13.2",
2018
"express": "^4.13.1",
2119
"isomorphic-fetch": "^2.2.1",
@@ -26,7 +24,7 @@
2624
"yargs": "^8.0.2"
2725
},
2826
"devDependencies": {
29-
"@magda/scripts": "^0.0.38-0",
27+
"@magda/scripts": "^0.0.38-RC1",
3028
"@types/express": "^4.0.35",
3129
"@types/lodash": "^4.14.64",
3230
"@types/node": "^8.0.14",

magda-elastic-search/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/elastic-search",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"description": "MAGDA's custom elasticsearch docker image.",
55
"scripts": {
66
"dev": "create-pod-and-forward --configuration ../deploy/kubernetes/local/base/elasticsearch.yml --selector component=elasticsearch --port 9300",
@@ -16,6 +16,6 @@
1616
}
1717
},
1818
"devDependencies": {
19-
"@magda/scripts": "^0.0.38-0"
19+
"@magda/scripts": "^0.0.38-RC1"
2020
}
2121
}

magda-feedback-api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/feedback-api",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"scripts": {
55
"build": "npm run compile",
66
"compile": "tsc -p tsconfig-build.json",
@@ -23,7 +23,7 @@
2323
"yargs": "^8.0.2"
2424
},
2525
"devDependencies": {
26-
"@magda/scripts": "^0.0.38-0",
26+
"@magda/scripts": "^0.0.38-RC1",
2727
"@types/chai": "^4.0.4",
2828
"@types/config": "0.0.32",
2929
"@types/express": "^4.0.35",

magda-gateway/package.json

+7-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
{
22
"name": "@magda/gateway",
3-
"description":
4-
"The public gateway to all of MAGDA, including the API and web front end.",
5-
"version": "0.0.38-0",
3+
"description": "The public gateway to all of MAGDA, including the API and web front end.",
4+
"version": "0.0.38-RC1",
65
"license": "Apache-2.0",
76
"scripts": {
87
"build": "npm run compile",
98
"compile": "tsc -p tsconfig-build.json",
109
"watch": "tsc -p tsconfig-build.json --watch",
1110
"start": "node dist/index.js",
12-
"dev":
13-
"run-typescript-in-nodemon src/index.ts --ckanUrl https://data.gov.au",
14-
"docker-build-local":
15-
"create-docker-context-for-node-component --build --push --tag auto --local",
16-
"docker-build-prod":
17-
"create-docker-context-for-node-component --build --push --tag auto"
11+
"dev": "run-typescript-in-nodemon src/index.ts --ckanUrl https://data.gov.au",
12+
"docker-build-local": "create-docker-context-for-node-component --build --push --tag auto --local",
13+
"docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto"
1814
},
1915
"dependencies": {
20-
"@magda/typescript-common": "^0.0.38-0",
16+
"@magda/typescript-common": "^0.0.38-RC1",
2117
"body-parser": "^1.13.2",
2218
"cheerio": "^0.22.0",
2319
"connect-ensure-login": "^0.1.1",
@@ -45,7 +41,7 @@
4541
"yargs": "^8.0.2"
4642
},
4743
"devDependencies": {
48-
"@magda/scripts": "^0.0.38-0",
44+
"@magda/scripts": "^0.0.38-RC1",
4945
"@types/cors": "^2.8.1",
5046
"@types/ejs": "^2.3.33",
5147
"@types/express": "^4.0.37",

magda-indexer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/indexer",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"description": "Indexes the registry for searching.",
55
"scripts": {
66
"build": "npm run compile",

magda-int-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/int-test",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"description": "Integration tests",
55
"scripts": {
66
"build": "npm run compile",

magda-migrator-authorization-db/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/migrator-authorization-db",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"description": "The MAGDA database for storing users and other authorization data.",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"devDependencies": {
18-
"@magda/db-migrator": "^0.0.38-0",
19-
"@magda/scripts": "^0.0.38-0"
18+
"@magda/db-migrator": "^0.0.38-RC1",
19+
"@magda/scripts": "^0.0.38-RC1"
2020
}
2121
}

magda-migrator-discussions-db/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/migrator-discussions-db",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"description": "Magda auth's PostgreSQL database.",
55
"scripts": {
66
"dev": "echo \"No dev mode available, use helm instead.\"",
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"devDependencies": {
19-
"@magda/db-migrator": "^0.0.38-0",
20-
"@magda/scripts": "^0.0.38-0"
19+
"@magda/db-migrator": "^0.0.38-RC1",
20+
"@magda/scripts": "^0.0.38-RC1"
2121
}
2222
}

magda-migrator-registry-db/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/migrator-registry-db",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"description": "The registry's PostgreSQL database.",
55
"scripts": {
66
"dev": "echo \"No dev mode available, use helm instead.\"",
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"devDependencies": {
19-
"@magda/db-migrator": "^0.0.38-0",
20-
"@magda/scripts": "^0.0.38-0"
19+
"@magda/db-migrator": "^0.0.38-RC1",
20+
"@magda/scripts": "^0.0.38-RC1"
2121
}
2222
}

magda-migrator-session-db/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/migrator-session-db",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"description": "The database storing session information.",
55
"scripts": {
66
"dev": "echo \"No dev mode available, use helm instead.\"",
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"devDependencies": {
18-
"@magda/db-migrator": "^0.0.38-0",
19-
"@magda/scripts": "^0.0.38-0"
18+
"@magda/db-migrator": "^0.0.38-RC1",
19+
"@magda/scripts": "^0.0.38-RC1"
2020
}
2121
}

magda-postgres/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/postgres",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"description": "A base Docker image for PostgreSQL with Flyway for schema migrations.",
55
"scripts": {
66
"docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto",
@@ -16,6 +16,6 @@
1616
}
1717
},
1818
"devDependencies": {
19-
"@magda/scripts": "^0.0.38-0"
19+
"@magda/scripts": "^0.0.38-RC1"
2020
}
2121
}

magda-preview-map/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magda/preview-map",
3-
"version": "0.0.38-0",
3+
"version": "0.0.38-RC1",
44
"description": "Geospatial preview based on TerriaJS.",
55
"license": "Apache-2.0",
66
"engines": {
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"devDependencies": {
32-
"@magda/scripts": "^0.0.38-0",
32+
"@magda/scripts": "^0.0.38-RC1",
3333
"babel-core": "^6.7.4",
3434
"babel-eslint": "^8.2.2",
3535
"babel-loader": "^7.0.0",

0 commit comments

Comments
 (0)