@ariga/atlas 0.14.1 → 0.14.2

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.
Files changed (2) hide show
  1. package/install.js +1 -2
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -49,8 +49,7 @@ const getInstallScript = async () => {
49
49
  };
50
50
 
51
51
  function runInstallScript(path, version, platform) {
52
- // TODO remove the darwin-arm64 check once we publish tagged binaries for darwin-arm64
53
- if (version !== undefined && platform !== "darwin-arm64") {
52
+ if (version !== undefined) {
54
53
  version = "v" + version;
55
54
  } else {
56
55
  version = "latest";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ariga/atlas",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "type": "module",
5
5
  "description": "Atlas is a language-agnostic tool for managing and migrating database schemas using modern DevOps principles",
6
6
  "author": "",