danube-cli 0.2.2 → 0.2.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.
Files changed (2) hide show
  1. package/dist/danube.mjs +1 -1
  2. package/package.json +1 -1
package/dist/danube.mjs CHANGED
@@ -159,7 +159,7 @@ var package_default;
159
159
  var init_package = __esm(() => {
160
160
  package_default = {
161
161
  name: "danube-cli",
162
- version: "0.2.2",
162
+ version: "0.2.3",
163
163
  description: "Danube CLI — agent-first tool infrastructure for AI agents",
164
164
  type: "module",
165
165
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danube-cli",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Danube CLI — agent-first tool infrastructure for AI agents",
5
5
  "type": "module",
6
6
  "license": "MIT",