@automagik/omni 2.260228.1 → 2.260303.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/index.js CHANGED
@@ -27673,7 +27673,7 @@ import { fileURLToPath } from "url";
27673
27673
  // package.json
27674
27674
  var package_default = {
27675
27675
  name: "@automagik/omni",
27676
- version: "2.260228.1",
27676
+ version: "2.260303.1",
27677
27677
  description: "LLM-optimized CLI for Omni v2",
27678
27678
  type: "module",
27679
27679
  bin: {
@@ -27681,7 +27681,7 @@ var package_default = {
27681
27681
  },
27682
27682
  main: "dist/index.js",
27683
27683
  types: "dist/index.d.ts",
27684
- files: ["dist", "bin"],
27684
+ files: ["dist", "bin", "db"],
27685
27685
  publishConfig: {
27686
27686
  access: "public"
27687
27687
  },
@@ -27692,9 +27692,9 @@ var package_default = {
27692
27692
  typecheck: "tsc --noEmit",
27693
27693
  test: "bun test",
27694
27694
  "test:integration": "RUN_INTEGRATION_TESTS=1 bun test",
27695
- clean: "rm -rf dist",
27695
+ clean: "rm -rf dist db",
27696
27696
  "build:server": "bun build src/bundled-server-entry.ts --outfile dist/server/index.js --target bun --external @anthropic-ai/claude-agent-sdk",
27697
- "build:migrations": "cp -r ../db/drizzle dist/drizzle",
27697
+ "build:migrations": "rm -rf db/drizzle && mkdir -p db && cp -r ../db/drizzle db/drizzle",
27698
27698
  prepack: "bun run build && bun run build:server && bun run build:migrations"
27699
27699
  },
27700
27700
  dependencies: {
@@ -168558,7 +168558,7 @@ var package_default;
168558
168558
  var init_package = __esm(() => {
168559
168559
  package_default = {
168560
168560
  name: "@omni/api",
168561
- version: "2.260228.1",
168561
+ version: "2.260303.1",
168562
168562
  type: "module",
168563
168563
  exports: {
168564
168564
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automagik/omni",
3
- "version": "2.260228.1",
3
+ "version": "2.260303.1",
4
4
  "description": "LLM-optimized CLI for Omni v2",
5
5
  "type": "module",
6
6
  "bin": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "main": "dist/index.js",
10
10
  "types": "dist/index.d.ts",
11
- "files": ["dist", "bin"],
11
+ "files": ["dist", "bin", "db"],
12
12
  "publishConfig": {
13
13
  "access": "public"
14
14
  },
@@ -19,9 +19,9 @@
19
19
  "typecheck": "tsc --noEmit",
20
20
  "test": "bun test",
21
21
  "test:integration": "RUN_INTEGRATION_TESTS=1 bun test",
22
- "clean": "rm -rf dist",
22
+ "clean": "rm -rf dist db",
23
23
  "build:server": "bun build src/bundled-server-entry.ts --outfile dist/server/index.js --target bun --external @anthropic-ai/claude-agent-sdk",
24
- "build:migrations": "cp -r ../db/drizzle dist/drizzle",
24
+ "build:migrations": "rm -rf db/drizzle && mkdir -p db && cp -r ../db/drizzle db/drizzle",
25
25
  "prepack": "bun run build && bun run build:server && bun run build:migrations"
26
26
  },
27
27
  "dependencies": {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes