@abloatai/cli 0.59.0 → 0.59.1
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/dist/cli.cjs +2 -2
- package/package.json +3 -3
package/dist/cli.cjs
CHANGED
|
@@ -3976,7 +3976,7 @@ var init_observeCliError = __esm({
|
|
|
3976
3976
|
import_errorObservation = require("@abloatai/transaction/errorObservation");
|
|
3977
3977
|
import_errors5 = require("@abloatai/transaction/errors");
|
|
3978
3978
|
dsn = process.env.ABLO_CLI_SENTRY_DSN ?? "https://1ac154bff10b06836e1ea9de9e0d92f0@o4510928209772544.ingest.de.sentry.io/4511660691423312" ?? "";
|
|
3979
|
-
release = process.env.ABLO_CLI_RELEASE ?? "@abloatai/cli@0.59.
|
|
3979
|
+
release = process.env.ABLO_CLI_RELEASE ?? "@abloatai/cli@0.59.1";
|
|
3980
3980
|
initialized = false;
|
|
3981
3981
|
nativeProcessExit = process.exit.bind(process);
|
|
3982
3982
|
exitBoundaryInstalled = false;
|
|
@@ -4311,7 +4311,7 @@ var init_src2 = __esm({
|
|
|
4311
4311
|
|
|
4312
4312
|
// src/cliEnvironment.ts
|
|
4313
4313
|
function cliVersion() {
|
|
4314
|
-
return "0.59.
|
|
4314
|
+
return "0.59.1";
|
|
4315
4315
|
}
|
|
4316
4316
|
function cliOs() {
|
|
4317
4317
|
const value = (0, import_node_os.platform)();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abloatai/cli",
|
|
3
|
-
"version": "0.59.
|
|
3
|
+
"version": "0.59.1",
|
|
4
4
|
"description": "The ablo command line: set up Ablo, connect your database, and push your schema from the terminal.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://docs.abloatai.com/cli",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@sentry/node": "^10.18.0",
|
|
44
|
-
"@abloatai/transaction": "^0.59.
|
|
44
|
+
"@abloatai/transaction": "^0.59.1",
|
|
45
45
|
"jiti": "^2.7.0",
|
|
46
46
|
"zod": "^4.4.3",
|
|
47
|
-
"@abloatai/humans": "^0.59.
|
|
47
|
+
"@abloatai/humans": "^0.59.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@ablo/product-analytics": "file:../product-analytics",
|