@pioneer-platform/pioneer-inference 1.0.7 → 1.1.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.
@@ -1,2 +1 @@
1
-
2
- $ tsc
1
+ $ tsc
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @pioneer-platform/pioneer-inference
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Force republish to ensure no workspace:\* references in published packages
8
+
9
+ ## 1.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - Merge branch 'feature/ethereum-reports'
14
+
3
15
  ## 1.0.7
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-inference",
3
- "version": "1.0.7",
3
+ "version": "1.1.1",
4
4
  "description": "OpenAI-compatible inference proxy for Pioneer platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",