@ariga/atlas 0.10.0 → 0.13.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.
Files changed (2) hide show
  1. package/install.js +1 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -38,7 +38,7 @@ const getPackageVersion = () => {
38
38
  return pkgJson.version;
39
39
  }
40
40
 
41
- const installURL = "https://atlasgo.sh?test=1"
41
+ const installURL = "https://atlasgo.sh"
42
42
  const installScriptPath = "./install.sh"
43
43
  const binPath = "./atlas"
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ariga/atlas",
3
- "version": "0.10.0",
3
+ "version": "0.13.0",
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": "",