@axiom-lattice/examples-deep_research 1.0.78 → 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,14 @@
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
+
3
12
  ## 1.0.78
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/examples-deep_research",
3
- "version": "1.0.78",
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.70",
21
- "@axiom-lattice/gateway": "2.1.80",
22
- "@axiom-lattice/pg-stores": "1.0.60",
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.78 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 81ms
15
- DTS Build start
16
- DTS ⚡️ Build success in 6984ms
17
- DTS dist/index.d.ts 13.00 B
package/dist/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }