@alvax-ai/opc 0.1.4 → 0.1.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.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- export declare const cliVersion = "0.1.4";
2
+ export declare const cliVersion = "0.1.5";
3
3
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { Command } from "commander";
3
3
  import { runCommand } from "./commands/run.js";
4
- export const cliVersion = "0.1.4";
4
+ export const cliVersion = "0.1.5";
5
5
  const program = new Command();
6
6
  program
7
7
  .name("alvax-opc")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alvax-ai/opc",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Alvax OPC command line interface",
5
5
  "type": "module",
6
6
  "bin": {
@@ -32,24 +32,14 @@
32
32
  "node": ">=20"
33
33
  },
34
34
  "dependencies": {
35
- "@alvax-ai/db": "0.1.4",
36
- "@alvax-ai/server": "0.1.4",
35
+ "@alvax-ai/db": "0.1.5",
36
+ "@alvax-ai/server": "0.1.5",
37
37
  "commander": "^13.1.0",
38
38
  "dotenv": "^17.0.1",
39
39
  "embedded-postgres": "^18.1.0-beta.16",
40
40
  "open": "^11.0.0",
41
41
  "picocolors": "^1.1.1"
42
42
  },
43
- "optionalDependencies": {
44
- "@embedded-postgres/darwin-arm64": "18.1.0-beta.16",
45
- "@embedded-postgres/darwin-x64": "18.1.0-beta.16",
46
- "@embedded-postgres/linux-arm": "18.1.0-beta.16",
47
- "@embedded-postgres/linux-arm64": "18.1.0-beta.16",
48
- "@embedded-postgres/linux-ia32": "18.1.0-beta.16",
49
- "@embedded-postgres/linux-ppc64": "18.1.0-beta.16",
50
- "@embedded-postgres/linux-x64": "18.1.0-beta.16",
51
- "@embedded-postgres/windows-x64": "18.1.0-beta.16"
52
- },
53
43
  "devDependencies": {
54
44
  "@types/node": "^25.6.0",
55
45
  "tsx": "^4.21.0",