@axiom-lattice/core 1.0.2 → 1.0.11

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/core@1.0.0 build /home/runner/work/agentic/agentic/packages/core
2
+ > @axiom-lattice/core@1.0.10 build /home/runner/work/agentic/agentic/packages/core
3
3
  > tsup src/index.ts --format cjs,esm --dts --clean --sourcemap
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,13 +9,13 @@
9
9
  CLI Cleaning output folder
10
10
  CJS Build start
11
11
  ESM Build start
12
- ESM dist/index.mjs 67.73 KB
13
- ESM dist/index.mjs.map 125.90 KB
14
- ESM ⚡️ Build success in 187ms
15
12
  CJS dist/index.js 71.87 KB
16
13
  CJS dist/index.js.map 125.81 KB
17
- CJS ⚡️ Build success in 188ms
14
+ CJS ⚡️ Build success in 176ms
15
+ ESM dist/index.mjs 67.73 KB
16
+ ESM dist/index.mjs.map 125.90 KB
17
+ ESM ⚡️ Build success in 179ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 9368ms
19
+ DTS ⚡️ Build success in 8922ms
20
20
  DTS dist/index.d.ts 9.15 KB
21
21
  DTS dist/index.d.mts 9.15 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axiom-lattice/core",
3
- "version": "1.0.2",
3
+ "version": "1.0.11",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",