@axiom-lattice/protocols 2.1.8 → 2.1.9-hotfix.0
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/.turbo/turbo-build.log +21 -20
- package/.turbo/turbo-lint.log +4 -0
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/ModelLatticeProtocol.ts +2 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
[34mCLI[39m
|
|
7
|
-
[34mCLI[39m
|
|
8
|
-
[34mCLI[39m
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[32mCJS[39m
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @axiom-lattice/protocols@2.1.9 build /Users/simon/code/agentic/packages/protocols
|
|
4
|
+
> tsup src/index.ts --format cjs,esm --dts --sourcemap
|
|
5
|
+
|
|
6
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
7
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
+
[34mCLI[39m tsup v8.5.0
|
|
9
|
+
[34mCLI[39m Target: es2020
|
|
10
|
+
[34mCJS[39m Build start
|
|
11
|
+
[34mESM[39m Build start
|
|
12
|
+
[32mCJS[39m [1mdist/index.js [22m[32m4.28 KB[39m
|
|
13
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m20.52 KB[39m
|
|
14
|
+
[32mCJS[39m ⚡️ Build success in 58ms
|
|
15
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m2.87 KB[39m
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m19.75 KB[39m
|
|
17
|
+
[32mESM[39m ⚡️ Build success in 58ms
|
|
18
|
+
DTS Build start
|
|
19
|
+
DTS ⚡️ Build success in 597ms
|
|
20
|
+
DTS dist/index.d.ts 28.69 KB
|
|
21
|
+
DTS dist/index.d.mts 28.69 KB
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED