@axiom-lattice/examples-deep_research 1.0.77 → 1.0.79

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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @axiom-lattice/examples-deep_research
2
2
 
3
+ ## 1.0.79
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [919961e]
8
+ - @axiom-lattice/core@2.1.71
9
+ - @axiom-lattice/gateway@2.1.81
10
+ - @axiom-lattice/pg-stores@1.0.61
11
+
12
+ ## 1.0.78
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [c424127]
17
+ - @axiom-lattice/core@2.1.70
18
+ - @axiom-lattice/gateway@2.1.80
19
+ - @axiom-lattice/pg-stores@1.0.60
20
+
3
21
  ## 1.0.77
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/examples-deep_research",
3
- "version": "1.0.77",
3
+ "version": "1.0.79",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -17,9 +17,9 @@
17
17
  "uuid": "^9.0.1",
18
18
  "zod": "^3.24.2",
19
19
  "zod-to-json-schema": "^3.24.3",
20
- "@axiom-lattice/core": "2.1.69",
21
- "@axiom-lattice/gateway": "2.1.79",
22
- "@axiom-lattice/pg-stores": "1.0.59",
20
+ "@axiom-lattice/core": "2.1.71",
21
+ "@axiom-lattice/gateway": "2.1.81",
22
+ "@axiom-lattice/pg-stores": "1.0.61",
23
23
  "@axiom-lattice/protocols": "2.1.36"
24
24
  },
25
25
  "devDependencies": {
@@ -1,17 +0,0 @@
1
-
2
- > @axiom-lattice/examples-deep_research@1.0.77 build /home/runner/work/agentic/agentic/examples/deep_research
3
- > tsup
4
-
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.0
8
- CLI Using tsup config: /home/runner/work/agentic/agentic/examples/deep_research/tsup.config.ts
9
- CLI Target: es2020
10
- CLI Cleaning output folder
11
- ESM Build start
12
- ESM dist/index.js 79.07 KB
13
- ESM dist/index.js.map 99.40 KB
14
- ESM ⚡️ Build success in 68ms
15
- DTS Build start
16
- DTS ⚡️ Build success in 6217ms
17
- DTS dist/index.d.ts 13.00 B
package/dist/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }