@axiom-lattice/protocols 4.1.1 → 4.1.3

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/protocols@4.1.1 build /home/runner/work/agentic/agentic/packages/protocols
2
+ > @axiom-lattice/protocols@4.1.3 build /home/runner/work/agentic/agentic/packages/protocols
3
3
  > tsup src/index.ts --format cjs,esm --dts --sourcemap
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,13 +8,13 @@
8
8
  CLI Target: es2020
9
9
  CJS Build start
10
10
  ESM Build start
11
- ESM dist/index.mjs 16.36 KB
12
- ESM dist/index.mjs.map 75.69 KB
13
- ESM ⚡️ Build success in 297ms
14
- CJS dist/index.js 18.86 KB
15
- CJS dist/index.js.map 78.52 KB
16
- CJS ⚡️ Build success in 301ms
11
+ ESM dist/index.mjs 33.51 KB
12
+ ESM dist/index.mjs.map 120.47 KB
13
+ ESM ⚡️ Build success in 269ms
14
+ CJS dist/index.js 37.33 KB
15
+ CJS dist/index.js.map 123.78 KB
16
+ CJS ⚡️ Build success in 294ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 14259ms
19
- DTS dist/index.d.ts 169.27 KB
20
- DTS dist/index.d.mts 169.27 KB
18
+ DTS ⚡️ Build success in 11582ms
19
+ DTS dist/index.d.ts 199.35 KB
20
+ DTS dist/index.d.mts 199.35 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @axiom-lattice/protocols
2
2
 
3
+ ## 4.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 619c1d7: fix issues
8
+
9
+ ## 4.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 08bf26a: update metric builder
14
+
3
15
  ## 4.1.1
4
16
 
5
17
  ### Patch Changes