@axiom-lattice/examples-deep_research 1.0.16 → 1.0.18

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,5 +1,5 @@
1
1
 
2
- > @axiom-lattice/examples-deep_research@1.0.16 build /home/runner/work/agentic/agentic/examples/deep_research
2
+ > @axiom-lattice/examples-deep_research@1.0.18 build /home/runner/work/agentic/agentic/examples/deep_research
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,9 +9,9 @@
9
9
  CLI Target: es2020
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
- CJS dist/index.js 72.20 KB
13
- CJS dist/index.js.map 56.57 KB
14
- CJS ⚡️ Build success in 63ms
12
+ CJS dist/index.js 47.43 KB
13
+ CJS dist/index.js.map 51.80 KB
14
+ CJS ⚡️ Build success in 54ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4841ms
16
+ DTS ⚡️ Build success in 5316ms
17
17
  DTS dist/index.d.ts 13.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @axiom-lattice/examples-deep_research
2
2
 
3
+ ## 1.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d1d5ce: update chatting header and data agent
8
+
9
+ ## 1.0.17
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [773c03f]
14
+ - @axiom-lattice/pg-stores@1.0.5
15
+ - @axiom-lattice/protocols@2.1.10
16
+ - @axiom-lattice/gateway@2.1.21
17
+ - @axiom-lattice/core@2.1.16
18
+
3
19
  ## 1.0.16
4
20
 
5
21
  ### Patch Changes