@automagik/omni 2.260902.3 → 2.260903.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 +8 -1
- package/dist/server/index.js +1 -1
- package/package.json +8 -1
package/dist/index.js
CHANGED
|
@@ -128289,7 +128289,14 @@ import { fileURLToPath } from "url";
|
|
|
128289
128289
|
// package.json
|
|
128290
128290
|
var package_default = {
|
|
128291
128291
|
name: "@automagik/omni",
|
|
128292
|
-
version: "2.
|
|
128292
|
+
version: "2.260903.1",
|
|
128293
|
+
repository: {
|
|
128294
|
+
type: "git",
|
|
128295
|
+
url: "git+https://github.com/automagik-dev/omni.git",
|
|
128296
|
+
directory: "packages/cli"
|
|
128297
|
+
},
|
|
128298
|
+
homepage: "https://github.com/automagik-dev/omni",
|
|
128299
|
+
bugs: "https://github.com/automagik-dev/omni/issues",
|
|
128293
128300
|
description: "LLM-optimized CLI for Omni",
|
|
128294
128301
|
type: "module",
|
|
128295
128302
|
bin: {
|
package/dist/server/index.js
CHANGED
|
@@ -242901,7 +242901,7 @@ var init_sentry_scrub = __esm(() => {
|
|
|
242901
242901
|
var require_package7 = __commonJS((exports, module) => {
|
|
242902
242902
|
module.exports = {
|
|
242903
242903
|
name: "@omni/api",
|
|
242904
|
-
version: "2.
|
|
242904
|
+
version: "2.260903.1",
|
|
242905
242905
|
type: "module",
|
|
242906
242906
|
exports: {
|
|
242907
242907
|
".": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automagik/omni",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.260903.1",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/automagik-dev/omni.git",
|
|
7
|
+
"directory": "packages/cli"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/automagik-dev/omni",
|
|
10
|
+
"bugs": "https://github.com/automagik-dev/omni/issues",
|
|
4
11
|
"description": "LLM-optimized CLI for Omni",
|
|
5
12
|
"type": "module",
|
|
6
13
|
"bin": {
|