@gencode/web 0.1.4 → 0.1.6

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 (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @gencode/web
2
2
 
3
+ ## 0.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - @gencode/console@0.1.6
8
+
9
+ ## 0.1.5
10
+
11
+ ### Patch Changes
12
+
13
+ - e1882f4: Retry 200-stream LLM payload errors when upstream 5xx details survive only in the error message text.
14
+ - ace4220: Add thread goal audit events, live goal status updates, and objective-change steering across the goal control flow.
15
+ - Updated dependencies [e1882f4]
16
+ - Updated dependencies [ace4220]
17
+ - Updated dependencies [7cd5fcc]
18
+ - @gencode/console@0.1.5
19
+ - @gencode/shared@0.2.0
20
+
3
21
  ## 0.1.4
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/web",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -13,8 +13,8 @@
13
13
  "CHANGELOG.md"
14
14
  ],
15
15
  "dependencies": {
16
- "@gencode/console": "0.1.4",
17
- "@gencode/shared": "0.1.2"
16
+ "@gencode/console": "0.1.6",
17
+ "@gencode/shared": "0.2.0"
18
18
  },
19
19
  "devDependencies": {},
20
20
  "scripts": {