@youdotcom-oss/api 0.1.0 → 0.1.1

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/bin/cli.js +2 -2
  2. package/package.json +2 -2
package/bin/cli.js CHANGED
@@ -15,7 +15,7 @@ import { parseArgs as parseArgs4 } from "node:util";
15
15
  // package.json
16
16
  var package_default = {
17
17
  name: "@youdotcom-oss/api",
18
- version: "0.1.0",
18
+ version: "0.1.1",
19
19
  description: "You.com API client with bundled CLI for agents supporting Agent Skills",
20
20
  license: "MIT",
21
21
  engines: {
@@ -78,7 +78,7 @@ var package_default = {
78
78
  "test:watch": "bun test --watch"
79
79
  },
80
80
  dependencies: {
81
- zod: "^4.3.5"
81
+ zod: "^4.3.6"
82
82
  }
83
83
  };
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdotcom-oss/api",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "You.com API client with bundled CLI for agents supporting Agent Skills",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -63,6 +63,6 @@
63
63
  "test:watch": "bun test --watch"
64
64
  },
65
65
  "dependencies": {
66
- "zod": "^4.3.5"
66
+ "zod": "^4.3.6"
67
67
  }
68
68
  }