agentful 0.1.4 → 0.1.5

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/index.cjs +1 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -3432,7 +3432,7 @@ var {
3432
3432
  } = import_index.default;
3433
3433
 
3434
3434
  // src/branding.ts
3435
- var VERSION = "0.1.4" ? "0.1.4" : null.version;
3435
+ var VERSION = "0.1.5" ? "0.1.5" : null.version;
3436
3436
  var brand = {
3437
3437
  name: "agentful",
3438
3438
  // the command users type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentful",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Agentful in your terminal — local development with push-to-cloud previews",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://agentful.dev",