@axiom-lattice/lattice-cli 0.1.7 → 0.1.8
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 +3 -3
- package/CHANGELOG.md +9 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @axiom-lattice/lattice-cli@0.1.
|
|
2
|
+
> @axiom-lattice/lattice-cli@0.1.8 build /home/runner/work/agentic/agentic/packages/lattice-cli
|
|
3
3
|
> tsup src/cli.ts --format esm --dts --sourcemap
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/cli.ts
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[32mESM[39m [1mdist/cli.js [22m[32m9.82 KB[39m
|
|
11
11
|
[32mESM[39m [1mdist/cli.js.map [22m[32m18.15 KB[39m
|
|
12
|
-
[32mESM[39m ⚡️ Build success in
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 68ms
|
|
13
13
|
[34mDTS[39m Build start
|
|
14
|
-
[32mDTS[39m ⚡️ Build success in
|
|
14
|
+
[32mDTS[39m ⚡️ Build success in 13382ms
|
|
15
15
|
[32mDTS[39m [1mdist/cli.d.ts [22m[32m20.00 B[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axiom-lattice/lattice-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"lattice": "./dist/cli.js"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@axiom-lattice/core": "2.1.
|
|
11
|
-
"@axiom-lattice/gateway": "2.1.
|
|
12
|
-
"@axiom-lattice/local-stores": "1.0.
|
|
10
|
+
"@axiom-lattice/core": "2.1.87",
|
|
11
|
+
"@axiom-lattice/gateway": "2.1.99",
|
|
12
|
+
"@axiom-lattice/local-stores": "1.0.9",
|
|
13
13
|
"@axiom-lattice/protocols": "2.1.44"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"build": "tsup src/cli.ts --format esm --dts --sourcemap",
|
|
23
23
|
"start": "node dist/cli.js",
|
|
24
24
|
"dev": "tsup src/cli.ts --format esm --dts --watch --onSuccess \"node dist/cli.js\"",
|
|
25
|
-
"lint": "eslint src
|
|
25
|
+
"lint": "eslint src",
|
|
26
26
|
"clean": "rimraf dist"
|
|
27
27
|
}
|
|
28
28
|
}
|