@schemic/cli 0.1.0-alpha.4 → 0.1.0-alpha.5

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/lib/cli.js +1 -1
  2. package/package.json +4 -4
package/lib/cli.js CHANGED
@@ -11,7 +11,7 @@ import { dirname as dirname3, join as join3, relative as relative2 } from "path"
11
11
  import { createInterface } from "readline/promises";
12
12
 
13
13
  // package.json
14
- var version = "0.1.0-alpha.4";
14
+ var version = "0.1.0-alpha.5";
15
15
 
16
16
  // src/cli/index.ts
17
17
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schemic/cli",
3
- "version": "0.1.0-alpha.4",
3
+ "version": "0.1.0-alpha.5",
4
4
  "description": "The Schemic CLI — driver-agnostic schema migrations (gen/migrate/diff/push/pull/check).",
5
5
  "license": "MIT",
6
6
  "author": "Vertio Solutions",
@@ -35,14 +35,14 @@
35
35
  "lint": "biome check ."
36
36
  },
37
37
  "dependencies": {
38
- "@schemic/core": "0.1.0-alpha.4",
38
+ "@schemic/core": "0.1.0-alpha.5",
39
39
  "commander": "^14.0.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@biomejs/biome": "^2.3.11",
43
43
  "@electric-sql/pglite": "^0.5.2",
44
- "@schemic/postgres": "0.1.0-alpha.4",
45
- "@schemic/surrealdb": "0.1.0-alpha.4",
44
+ "@schemic/postgres": "0.1.0-alpha.5",
45
+ "@schemic/surrealdb": "0.1.0-alpha.5",
46
46
  "@types/bun": "latest",
47
47
  "surrealdb": "^2.0.3",
48
48
  "tsup": "^8",