@omnicross/core 0.4.1 → 0.4.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnicross/core",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Omnicross LLM serving core — provider dispatch, completion pipeline, transformers, and the provider proxy.",
5
5
  "license": "MIT",
6
6
  "author": "Sayo (https://github.com/Dumoedss)",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@mozilla/readability": "^0.6.0",
59
- "@omnicross/contracts": "^0.4.1",
59
+ "@omnicross/contracts": "^0.4.2",
60
60
  "busboy": "^1.6.0",
61
61
  "entities": "^6.0.1",
62
62
  "impit": "^0.14.4",