@magda/scripts 3.0.0-alpha.1 → 3.0.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magda/scripts",
3
- "version": "3.0.0-alpha.1",
3
+ "version": "3.0.0",
4
4
  "description": "Scripts for building, running, and deploying MAGDA",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@magda/esm-utils": "^1.0.1",
48
- "@magda/typescript-common": "^3.0.0-alpha.1",
48
+ "@magda/typescript-common": "^3.0.0",
49
49
  "ansi-styles": "^3.2.1",
50
50
  "apidoc": "https://github.com/magda-io/apidoc",
51
51
  "chalk": "^2.4.1",
package/retag-and-push.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  import yargs from "yargs";
4
4
  import * as childProcess from "child_process";
5
- import { getVersions, getName } from "./docker-util";
5
+ import { getVersions, getName } from "./docker-util.js";
6
6
 
7
7
  // Docker and ConEmu (an otherwise excellent console for Windows) don't get along.
8
8
  // See: https://github.com/Maximus5/ConEmu/issues/958 and https://github.com/moby/moby/issues/28814